> For the complete documentation index, see [llms.txt](https://guide.crownicles.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.crownicles.com/bien-commencer-votre-aventure/commencer-votre-aventure.md).

# Commencer votre aventure

## La  première étape est de trouver un endroit où jouer !

Le plus simple sera de rejoindre le serveur Discord du bot ! Pour cela, utilisez ce lien :

{% embed url="<https://discord.com/invite/AP3Wmzb>" %}

{% hint style="info" %}
Il est aussi possible d'inviter le bot sur votre serveur ! (le lien d'invitation se trouve sur le Discord du bot)&#x20;
{% endhint %}

Lors de votre arrivée, vous serez accueilli par un message de bienvenue comme celui ci-dessous :

<picture><source srcset="/files/HIVp3teg5MBlKTn6lLpJ" media="(prefers-color-scheme: dark)"><img src="/files/AwfNrHog36JN7wW98evA" alt="Le message de bienvenue que vous pouvez rencontrer"></picture>

Pour commencer votre aventure il vous suffira de cliquer sur "Essayer Crownicles" puis d'utiliser la commande `/rapport`

Suite à cette étape, le tutoriel du bot commencera. Suivez ses instructions pour continuer.

{% hint style="info" %}
Une autre commande importante à connaitre est la commande`/aide`. Cette commande vous permettra d'obtenir la liste de toutes les commandes réalisables. Essayez-les toutes !
{% 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, and the optional `goal` query parameter:

```
GET https://guide.crownicles.com/bien-commencer-votre-aventure/commencer-votre-aventure.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.
