# Wik'Orezia

### 📖 **À propos de cette documentation**

Ce wiki est votre ressource principale pour :

* **Référence complète des commandes** avec syntaxe et exemples
* **Explications détaillées du système** pour toutes les fonctionnalités du serveur
* **Instructions étape par étape** pour débutant et confirmés

### 🔍 Navigation et recherche

Utilisez le **champ de recherche** en haut à droite pour trouver des informations spécifiques ou parcourez les **catégories** dans la barre latérale. Le wiki est structuré pour vous permettre d'accéder rapidement à tous les sujets importants.

### 🔄 Toujours à jour

Notre documentation est constamment mise à jour et enrichie. Les nouvelles fonctionnalités, les mises à jour et les améliorations sont rapidement intégrées aux articles wiki correspondants.


---

# 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:

```
GET https://wiki.oreziamc.fr/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
