> For the complete documentation index, see [llms.txt](https://wiki.zephyr-sim.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.zephyr-sim.com/announcements/2025/november/email-verification-update.md).

# Email Verification Update

## What's New?

Starting **November 5th, 2025** all users (**with one exception\***) will be required to verify their email to continue using Zephyr.

If your email is not already verified, the next time you login to Zephyr (either through the website or the Launcher) you will be prompted to enter a code that's automatically sent to your email.

Once your email is verified you're good to go! We won't bother you with another email verification unless you update your email associated with your Zephyr account.

## What's the one exception?\*

Some K12 organizations do not allow access to their students' inboxes. For these organizations, student accounts will not be required to go through this verification process.

If you're unsure if your organization on Zephyr is setup to as K12, please reach out to <support@littlearms.com>.

## What if I don't have access to my inbox?

Please contact support by sending an email to <support@littlearms.com>.

## I did not receive a verification code

Please check your spam and deleted folders in your inbox.

You can also click "Resend" on the email verification code window in Zephyr.

If you still have not received a code, please send an email to <support@littlearms.com>.


---

# 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://wiki.zephyr-sim.com/announcements/2025/november/email-verification-update.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.
