# ¿Es Aragon de código abierto?

Sí, Aragon es una organización sin ánimo de lucro con código abierto (ver ejemplo de licencia APGL para el repositorio Aragon Client [aquí](https://github.com/aragon/client/blob/develop/LICENSE)). Todos los repositorios principales están almacenados [aquí](https://github.com/aragon). Siéntase libre de excavar o indagar en el proyecto y enviar su contribución para mejorar el proyecto juntos. Consulte la *Contributing section* (sección de contribución) en el [Aragon Client README](https://github.com/aragon/client#readme) para obtener más información sobre las contribuciones.&#x20;

Si no está seguro de por dónde empezar, por favor, ponte en contacto con nosotros en el canal #questions (#Preguntas) de [Discord](https://discord.com/invite/aragon).


---

# 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/documentacion-del-usuario-de-aragon/faqs-preguntas-frecuentes/miscellaneous/is-aragon-open-source.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.
