# Creating an account

To start your journey with AIsuru, the first step is creating an account. The process is quick and simple:

1. Go to [aisuru.com](https://www.aisuru.com);
2. Click the "Sign in" button in the top right corner;
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 Thinking 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: 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.
