# Sign Up and Sign In

### Sign Up

* Open your web browser and navigate to our website <https://allpass.ai/>
* Click on the `Sign Up` button located at the top right corner of the homepage.

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

You will be redirected to the sign-up form. Please fill in the following details:

| **Full Name**    | Enter your full name.                                                                |
| ---------------- | ------------------------------------------------------------------------------------ |
| **Company Name** | Enter the name of your company.                                                      |
| **Phone**        | Enter your job title or position within the company.                                 |
| **Position**     | Enter your contact phone number.                                                     |
| **Email**        | Enter a valid email address. This will be used for login and communication purposes. |
| **Password**     | Create a strong password. Ensure it meets the security requirements.                 |

<figure><img src="/files/38C2siLeRZMmwJukev8j" alt=""><figcaption></figcaption></figure>

* After filling in all the required fields, click on the `Sign Up` button at the bottom of the form.
* A verification email will be sent to the email address you provided. Open the email and click on the verification link to activate your account.
* Once your email is verified, your account will be activated. You can now log in to the platform.

***

### Sign In

* Open your web browser and navigate to our website <https://allpass.ai/>
* Click on the `Sign In` button located at the top right corner of the homepage.
* You will be redirected to the login form.

<figure><img src="/files/6aXOo803ImG0wRHXzj2c" alt=""><figcaption></figcaption></figure>

* Enter the email address you used and the password you created during the sign-up process.
* Click on the `Login` button to access your account.

***

### Forgot Password?

* If you forget your password, click on the `Forgot Password?` link on the login page. Follow the instructions to reset your password.

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

{% hint style="info" %}
If you encounter any issues during the sign-up or login process, ensure all fields are filled correctly and check your email for the verification link. \
If problems persist, contact our [support team](https://allpass.ai/contacts).
{% endhint %}


---

# 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.allpass.ai/get-started/sign-up-and-sign-in.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.
