# Login with Email and Password

{% embed url="<https://www.loom.com/share/bca946f8ec174838a12d92eacd82b34f>" %}

## Sign In with Email & Password

Rox also supports an email + password login option. You can use this guide to:

* create a brand-new account; or&#x20;
* reset a forgotten password

***

### **Create a New Rox Account**

1. Open the Rox login page

   • Navigate to <https://rox.com> and click Log In in the upper-right corner.
2. Start the sign-up flow

   • Click Sign Up.

   • Enter your work email (e.g., <you@company.com>) and select Continue.
3. Enter the six-digit verification code

   • Check your inbox for an email from Rox containing a 6-digit code. Make sure to check spam filters in case it gets flagged as spam.

   • Copy the code and paste it into the verification field, then click Continue.
4. Create your password

   • Choose a password that meets Rox’s requirements.

   • Click Continue.
5. Provisioning complete

   • Rox spins up a new organization workspace and signs you in automatically.

   • You’ll land on the Rox home screen with your user and org already configured.

***

### **Reset a Forgotten Password**

1. Open the Rox login page

   • Navigate to <https://rox.com> and click Log In in the upper-right corner.
2. Enter your existing email

   • Type the email associated with your Rox account and click Continue.
3. Select “Forgot password”

   • Click Forgot Password to trigger the reset flow.
4. Verify with the six-digit code

   • Rox emails you a 6-digit code.

   • Enter the code and click Continue.
5. Set a new password

   • Choose a new password.

   • Click Continue to finalize.
6. Sign in

   • You’re redirected to Rox and signed in with your new credentials.


---

# Agent Instructions: 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:

```
GET https://docs.rox.com/development/product/accessing-rox/login-with-email-and-password.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
