> For the complete documentation index, see [llms.txt](https://docs.hablla.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hablla.com/french/contribuez-avec-nous.md).

# Contribuez avec nous

Si vous avez trouvé qu'il manquait une explication, un cas d'utilisation ou souhaitez suggérer des améliorations à notre documentation, utilisez le formulaire ci-dessous pour envoyer votre demande.

La documentation de **Hablla** est en évolution constante. Notre écosystème est **vaste** et est en constante expansion, et toutes les fonctionnalités et cas d'utilisation ne sont pas encore documentés.

Pour nous aider à prioriser les domaines les plus pertinents, nous mettons à disposition un formulaire où vous pouvez demander **de nouveaux contenus, des améliorations de documents existants ou des exemples de cas d'utilisation**.\
Votre contribution oriente notre feuille de route éditoriale et garantit que les sujets les plus demandés reçoivent la priorité dans la documentation.

Votre contribution nous aide à maintenir la **Documentation Hablla** toujours à jour, pratique et alignée aux besoins réels de l'écosystème.

> 💡 **Aidez à améliorer notre documentation**\
> Cliquez sur le bouton ci-dessous pour ouvrir le formulaire de demandes :
>
> [![Abrir formulário](https://img.shields.io/badge/Hablla-Formul%C3%A1rio-blue?style=for-the-badge)](https://forms.hablla.com/68aaeb0866eab34182c38700/)


---

# 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://docs.hablla.com/french/contribuez-avec-nous.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.
