> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/fr/demarrer/open-your-dashboard.md).

# Ouvrez votre tableau de bord

Le tableau de bord Ticket King est l'endroit où vous configurez tout : panneaux, rôles de support, journalisation, personnalisation et tous les paramètres. Le bot Discord est la partie que vos membres voient. Le tableau de bord est l'endroit où vous le configurez.

<a href="https://ticketking.xyz/dashboard" class="button primary" data-icon="right-to-bracket">Ouvrez votre tableau de bord</a>

## Connexion

{% stepper %}
{% step %}

### Allez sur ticketking.xyz et cliquez sur Tableau de bord

Allez à [ticketking.xyz](https://ticketking.xyz) et cliquez sur **Tableau de bord**.

<figure><img src="/files/eb8e0e7568edd83786358b091ddb2ef9e8272157" alt="The ticketking.xyz homepage with the Dashboard button"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Se connecter avec Discord

Connectez-vous avec Discord. Si c'est votre première fois, Discord vous demande d'autoriser la connexion.

<figure><img src="/files/72d64bf891b43bd503be5bebf831dcc4bdb72095" alt="Discord&#x27;s authorize screen for signing in to the dashboard"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choisissez le serveur que vous voulez configurer

Choisissez le serveur que vous voulez configurer. C'est tout.

<figure><img src="/files/10fc7cafa2351c4dd63c680ee3f744874feaae23" alt="The Server Management page showing a grid of server cards"><figcaption></figcaption></figure>

→ [Choisissez votre serveur](/docs/fr/demarrer/pick-your-server.md)
{% endstep %}
{% endstepper %}

## Problème de connexion

* Si on vous demande sans cesse de vous connecter, effacez les cookies de votre navigateur pour `discord.com` et `ticketking.xyz` et réessayez.
* Si votre serveur n'apparaît pas après la connexion, il se peut que vous n'ayez pas **Gérer le serveur** ou **Administrateur** dans ce serveur (ou être le propriétaire), ou que Ticket King n'ait pas encore été invité.

→ [Je n'arrive pas à accéder au tableau de bord](/docs/fr/depannage/cant-access-dashboard.md)

## Suivant : choisissez votre serveur

{% content-ref url="/pages/649a427c64d162664cc8951ddd9b05a4b339c7a0" %}
[Choisissez votre serveur](/docs/fr/demarrer/pick-your-server.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/fr/demarrer/open-your-dashboard.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.
