> For the complete documentation index, see [llms.txt](https://support.docstudio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.docstudio.com/user/user-profile/register/how-to-register-a-personal-account.md).

# How to Register a Personal Account

### Register a personal account

Use this flow when you already have a profile and want to add a separate personal account.

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

1. Click the **Register personal account** button.
2. Enter a new account name or keep the default name.
3. Select the **I agree with Terms and conditions and Privacy Policy** checkbox.
4. Click the <img src="/files/p4zhVRjJTjLpO9p48hnU" alt="" data-size="line"> button.

{% hint style="info" %}
The button becomes active after you complete the required fields.
{% endhint %}

{% hint style="info" %}
DocStudio uses the language selected during registration as the default **Email notifications language** for your account. This language is used in recipient email messages and in the recipient interface by default.

If DocStudio cannot detect the browser language, it uses English as the fallback language. If the detected browser language is Russian, DocStudio uses Ukrainian instead.
{% endhint %}

The personal account is added to your profile.

### Related topics

* [Personal Settings Page Overview](/user/user-profile/personal-settings-page-overview.md)
* [How to Register a Personal Account](/user/authorization-and-security/how-to-register-on-platform/how-to-register-a-personal-account.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://support.docstudio.com/user/user-profile/register/how-to-register-a-personal-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
