# Create Your Account

After choosing your theme, you’ll be asked to create an account.

* Sign up using your **email and password** (or log in if you already have an account).
* This step connects your selected theme and chatbot setup to your personal dashboard.
* Once done, your chatbot will be generated instantly inside your account.
* From here, you can continue to configure, train, and customize your bot.

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


---

# 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://aibotkit.gitbook.io/documentation/creating-your-chatbot/create-your-account.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.
