# Aragon Connect

{% hint style="info" %}
Welcome to the Aragon Connect documentation.

* The [**Guides**](/developers/tools/aragon-connect/guides.md) section contains guides that will help you build a dapp using Aragon Connect.
* The [**Advanced**](/developers/tools/aragon-connect/advanced.md) section contains guides that are helpful if you want to write your own app connector or want to gain a deeper understanding of everything under the hood.
* The [**Connectors**](/developers/tools/aragon-connect/connectors.md) section contains in-depth documentation of the Connectors available.
* The [**API Reference**](/developers/tools/aragon-connect/api-reference.md) section contains complete documentation of the functions and objects exposed by the library.

If you are not familiar with Aragon at all, we highly recommend starting with the [Aragon Basics](/developers/tools/aragon-connect/guides/aragon-basics.md) guide.

If you have never interacted with the library before, the [Getting Started](/developers/tools/aragon-connect/guides/getting-started.md) guide contains everything you need to start connecting 👷🔌.
{% endhint %}


---

# 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://legacy-docs.aragon.org/developers/tools/aragon-connect.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.
