> For the complete documentation index, see [llms.txt](https://wiki.firstsky.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.firstsky.net/animation/les-evenements-chat/chatgame.md).

# Chatgame

Afin de rendre le chat dynamique, un système de mini-jeux a été intégré afin de pouvoir récompenser les joueurs les plus dévoués !

Chaque 15 minutes, un Mini-Jeu est proposé dans le chat !

<figure><img src="/files/uVy30xyyW506ihhytbYM" alt=""><figcaption><p>Un exemple de ChatGame</p></figcaption></figure>

Il y a plusieurs types de ChatGame :&#x20;

* Des mots à compléter
* Des calculs à faire
* Des crafts à effectuer
* Des mots à réécrire
* Des mobs à tuer

Pour chaque Mini-Jeu effectué, vous obtenez directement **1 Crédits** !

Un message comme celui-ci montre que vous avez réussi que vous avez bien réussi le ChatGame :&#x20;

<figure><img src="/files/w22o4GCk2PufokcpcjzO" alt=""><figcaption><p>Le message de validation</p></figcaption></figure>

Vous pouvez voir le classement des chatgame en effectuant la commande :&#x20;

* `/chatgame top` pour voir le classement de Mini-jeux
* `/chatgame fastest` pour voir le classement de rapidité&#x20;

Avec <mark style="color:yellow;">**1 500 Mini-Jeux gagnés**</mark>, vous pouvez obtenir un titre inédit ! ([`/trophée`](/les-infos-utiles/les-trophees.md#les-trophees-disponibles))

{% hint style="success" %}
Vous savez à présent comment fonctionne les ChatGame !
{% 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://wiki.firstsky.net/animation/les-evenements-chat/chatgame.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.
