> For the complete documentation index, see [llms.txt](https://guides.noloco.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.noloco.io/account/email-verification.md).

# Verifying your email address

Understand why Noloco asks you to verify your email address, and what happens in your app until you do

Noloco may ask you to verify your own email address — the one on your Noloco account, not any address in your app's data. You'll see this if you own an app; if you're a collaborator on someone else's app, you'll see a version of this without an action to take, and the fix is to ask the app's owner to verify theirs.

## What happens until you verify

Until you verify, some features of your app won't be fully available — most noticeably, your app pauses the emails it sends on your behalf. Everything else about your app keeps working as normal, and you can still email yourself to test your own sign-in and workflows while you're unverified.

## How to verify

1. Open your app in the builder, or your apps dashboard — you'll see a banner prompting you to verify.
2. Click **Send verification email**.
3. Check your inbox for an email from Noloco, and click **Verify my email**.
4. You'll land on a confirmation page, and the banner won't appear again.

The link in the email works once. If you click it again, or it doesn't work for any other reason, you'll see a message telling you to request a new one — just go back to the banner and send another.

## Where you'll see the prompt

The banner appears across the builder — on every tab except the page you're actively designing — and on your apps dashboard, for as long as your account needs verifying.

## Messages you might see

#### "Email address not verified" (in your workflow history)

> This app cannot send emails until its owner has verified their email address.

* **What it means**: A workflow tried to send an email, but your account isn't verified yet.
* **Solution**: [Verify your email address](#how-to-verify), then re-run the workflow.

#### "Verify your email address" (in your app)

> This app cannot send emails until its owner has verified their email address.

* **What it means**: Something in your app tried to send an email and was stopped because your account isn't verified.
* **Solution**: [Verify your email address](#how-to-verify) from the banner in your builder or dashboard.

{% content-ref url="/pages/VbWfIWEyJNCBNVKZ6iI5" %}
[Email Settings](/settings/email-settings.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guides.noloco.io/account/email-verification.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
