> For the complete documentation index, see [llms.txt](https://legacy-docs.aragon.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.aragon.org/documentation-utilisateur-aragon/aragon/readme/communicating-values.md).

# Rencontrez votre réseau de soutien DAO

{% hint style="info" %}
Commencez à travailler dans notre communauté en vous connectant à notre vaste réseau de ressources humaines.
{% endhint %}

### La communication claire est au cœur d'Aragon, et divers outils sont utilisés dans l'écosystème pour aider à connecter les millions de personnes qui ont été engagées à un titre ou à un autre.

**Voici une courte liste de moyens pour un nouvel arrivant de se lancer si vous êtes un...**

### DAOist => créer ou rejoindre une DA**O**

* Aragon Discord (en anglais) [#intros](https://discord.gg/ATbzCJRA)  est un bon point de départ pour se présenter. Le groupe de travail [#biz-dev](https://discord.gg/TnkR229C) dispose d'outils de connexion spécifiques pour les fondateurs et les dirigeants.
* [Aragon Governance Forum ](https://forum.aragon.org)(en anglais) - une façon d'en apprendre davantage sur les DAO est de voir le logiciel DAO for DAO lui-même (Aragon) en action.
* [Business development form ](https://forms.gle/tWfJa1tcsxyL7eV88?_imcp=1)(en anglais) - remplissez-le pour obtenir le soutien et l'avis de la communauté.
* Forum technique: <https://support.aragon.org> (en anglais)

### Développeur => code et coordination avec les outils

* Aragon Github - Bonnes documentations Open Source GPL: <https://github.com/aragon> (en anglais)
* Aragon Discord [#questions](https://discord.gg/XgCeeKYd) et canaux [#dev-space](https://discord.gg/nSDwG5tf) (en anglais)
* Forum technique: <https://support.aragon.org> (en anglais)


---

# 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://legacy-docs.aragon.org/documentation-utilisateur-aragon/aragon/readme/communicating-values.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.
