> For the complete documentation index, see [llms.txt](https://docs.aisuru.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisuru.com/en/getting-started/creating-an-account.md).

# Creating an account

To begin your AIsuru adventure, the first step is to create an account.\
The process is quick and easy:<br>

1. Go to [aisuru.com](https://www.aisuru.com);
2. Click the "Login" button in the top right corner or the "Get Started" button in the middle of the page&#x20;
3. Enter your email address and click "Send Magic Link";
4. Click the magic link that arrives in your inbox;
5. Fill in:
   1. Your date of birth
   2. Accept the privacy policy and terms of service (required)
   3. Accept the Deep Thought terms of use (optional)
6. Click "Complete your account": you're now ready to use all the platform's features!

{% hint style="info" %}
If you want to change your preferences for the Deep Thinking terms of use, you can always do so in your [account settings.](/en/getting-started/account-management.md#accessing-account-settings)
{% endhint %}


---

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

```
GET https://docs.aisuru.com/en/getting-started/creating-an-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.
