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

# Accueil

### Bienvenue sur Wildoria

Retrouve ici les règles, les commandes et les bases du serveur.

Commence par les sections principales ci-dessous.

<table data-view="cards"><thead><tr><th>Section</th><th data-card-target data-type="content-ref">Accès</th></tr></thead><tbody><tr><td>Bien débuter</td><td><a href="/spaces/APhfDZQu2mfWeRhNyWtj/pages/pmPuiQQTqiB9zAUTmaBW">/spaces/APhfDZQu2mfWeRhNyWtj/pages/pmPuiQQTqiB9zAUTmaBW</a></td></tr><tr><td>Comprendre le gameplay</td><td><a href="/spaces/APhfDZQu2mfWeRhNyWtj/pages/lpZxtDyihJrKN1ciz5kK">/spaces/APhfDZQu2mfWeRhNyWtj/pages/lpZxtDyihJrKN1ciz5kK</a></td></tr><tr><td>Retrouver les commandes</td><td><a href="/spaces/APhfDZQu2mfWeRhNyWtj/pages/v82RplxMCDc1SyaZlokt">/spaces/APhfDZQu2mfWeRhNyWtj/pages/v82RplxMCDc1SyaZlokt</a></td></tr><tr><td>Consulter l'aide</td><td><a href="/spaces/APhfDZQu2mfWeRhNyWtj/pages/dBMpESzkZXT3Zpwoxdrt">/spaces/APhfDZQu2mfWeRhNyWtj/pages/dBMpESzkZXT3Zpwoxdrt</a></td></tr></tbody></table>

### Bien démarrer

1. Lis le règlement avant de jouer.
2. Crée ton empire avec les bonnes commandes.
3. Consulte la FAQ si tu veux une réponse rapide.

### Accès rapides

* [Règlement](/wildoria-docs/reglement.md)
* [Premiers pas](/wildoria-docs/bien-debuter/premiers-pas.md)
* [Empires](/wildoria-docs/gameplay/empires.md)
* [FAQ](/wildoria-docs/aide/faq.md)

{% hint style="success" %}
Cette documentation regroupe l'essentiel pour jouer proprement&#x20;
{% 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://wildoria.gitbook.io/wildoria-docs/accueil.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.
