# Sign Up Page

{% hint style="info" %}
Google account can be used to Signup to Devsbot&#x20;
{% endhint %}

{% hint style="info" %}
A valid email address is required to create a new account.
{% endhint %}

### Sign Up With Google

* Click on the **Sign Up** to create an account.
* Click the **Continue as** google account.
* A pop-up window will be displayed. Click on the **Google Account** that is displayed.
* It will navigate to Devsbot website. Enter the **Name** and **Phone number.**
* Click **Continue** to login successfully.

### Form Sign Up&#x20;

<figure><img src="/files/3GW0S5SS8RZLwas4YqPw" alt=""><figcaption></figcaption></figure>

* Click on the **Sign Up** button to create an account.
* Enter the **Full Name** and  **Phone number.**&#x20;
* Enter the **Email** and email will be used to verify your account.
* Enter the **Password** with **minimum of 6** to **maximum of 15 characters**.&#x20;
* Click on the **Sign Up** to get **verification link via email** to authenticate the account.&#x20;
* Click on **Confirm Email** button that is received on the email, account will be verified.
* Login with **email address** and **password.**
* Click **Login** to login successfully.


---

# 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.devsbot.com/devsbot/getting-started/sign-up-page.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.
