> For the complete documentation index, see [llms.txt](https://docs.auditbase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.auditbase.com/account-management/sign-up.md).

# Sign Up

**Input Email and Password:**

* Begin the sign-up process by navigating to the registration section of the platform.
* You will find fields to input your email address and create a password. Ensure your email address is active and accessible, as it will be used for verification purposes. When creating your password, follow any guidelines provided to ensure it's strong and secure.
* Submit your registration details by clicking the "Sign Up" button. This action creates your account with the platform, subject to verification.

<figure><img src="/files/BpWUyl2H7ywkim8W9rMv" alt=""><figcaption></figcaption></figure>

**Email Verification:**

* Immediately after registration, a verification email will be sent to the email address you provided. Check your inbox for this email; it may sometimes land in the spam or junk folder, so be sure to check there if it's not immediately visible.
* The verification email will contain a link or a button with instructions to "Verify Your Account". Clicking on this link confirms that the email address belongs to you and completes the verification process.
* If the verification is not completed, the account will enter a temporary locked state. In this state, you will be unable to access the full features of the platform. Should you attempt to log in before verifying your email, you will be reminded to complete this essential step. Access to your account and its features will only be granted once the email verification process is complete.<br>

**Important Notes:**

* **Verification Timeframe:** It's important to complete the email verification promptly after receiving the verification email.
* **Resending Verification Email:** If you didn't receive the verification email or encountered issues, look for an option to resend the verification email within the page you are redirected to.
* **Account Security:** Always keep your login credentials secure and do not share them with others. Using a unique password that combines letters, numbers, and special characters can significantly enhance your account's security.


---

# 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://docs.auditbase.com/account-management/sign-up.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.
