# Contribuer au wiki

1. Rendez vous sur le [repo Github du wiki](https://github.com/ServerOpenMC/Wiki).
2. Créez un nouveau fork puis ajoutez votre contenu en respectant le [schèma Gitbook](https://docs.gitbook.com/creating-content)
3. Créez une nouvelle pull request afin qu'un modérateur puisse vérifier et intégrer votre contenu !


---

# Agent Instructions: 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.openmc.fr/wiki.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.
