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

# Create an account

{% hint style="success" %}
Once you create an account in Tournated (or any custom platform), you automatically become part of the **network** and can log in to any platform powered by Tournated using the same credentials.
{% endhint %}

Whether you're looking to onboard to Tournated as a sports organization, manager, or athlete, you need to create an account first.

**Steps:**&#x20;

* Click on the **Registration** button in the top-right corner of the top bar.&#x20;
* Complete all necessary fields (*please note, you will be able to adjust the settings later on the corresponding page*).
* Personalize your interface by selecting your sports, role(s), location, preferred language, and mode.

***

{% hint style="info" %}
**Connecting third-party licenses**: Some licenses, like IPIN/FIDE, require only entering the id, and the integrated APIs will automatically complete the validation. However, for licenses like DUPR, proper authorization is required to connect the license. It's important to note that sports managers may limit access to their events for players with third-party licenses. If you encounter issues connecting the license, feel free to contact our support team at **<support@tournated.com>**.
{% endhint %}

{% hint style="info" %}
**Parent profile:** To connect a child to your profile, you need to complete the registration for their account with a unique email address. Then, in settings, connect your personal account (email) and enable permissions. This will grant you access to purchase licenses and register your child for events from your personal account.
{% endhint %}

## Tutorial

Coming soon


---

# 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://tournated.gitbook.io/tournated/getting-started/create-an-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.
