> For the complete documentation index, see [llms.txt](https://docs.curio.cards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.curio.cards/curio-cards-es/dao-and-contribution.md).

# DAO and Contribution

- [Curio DAO](https://docs.curio.cards/curio-cards-es/dao-and-contribution/curio-dao.md)
- [Misión e ideales](https://docs.curio.cards/curio-cards-es/dao-and-contribution/mision-e-ideales.md): Cómo la DAO de Curio y sus miembros guían sus actividades para el ecosistema de las Cartas Curio
- [Gremios Curio](https://docs.curio.cards/curio-cards-es/dao-and-contribution/gremios-curio.md): Lista de los gremios actuales de Curio DAO
- [Gremio de Divulgación](https://docs.curio.cards/curio-cards-es/dao-and-contribution/gremios-curio/gremio-de-divulgacion.md): Colaboraciones y creación de relaciones
- [Gremio de Escritores](https://docs.curio.cards/curio-cards-es/dao-and-contribution/gremios-curio/gremio-de-escritores.md): Cómo contribuir en el gremio de escritores
- [Gremio de la Ceca](https://docs.curio.cards/curio-cards-es/dao-and-contribution/gremios-curio/gremio-de-la-ceca.md): ¡Airdrops, derivados, derechos de autor!
- [Coordinape](https://docs.curio.cards/curio-cards-es/dao-and-contribution/coordinape.md): Cómo los gremios de Curio utilizan la aplicación Coordinape para agradecer a sus contribuyentes
- [Propuestas](https://docs.curio.cards/curio-cards-es/dao-and-contribution/propuestas.md)
- [Equipo](https://docs.curio.cards/curio-cards-es/dao-and-contribution/equipo.md)
- [Town Halls](https://docs.curio.cards/curio-cards-es/dao-and-contribution/town-halls.md): Un registro de todas las reuniones el DAO de Curio Cards ha discutido en los Town Halls.
- [Semana 1: Gente: Presentaciones, Comunidad, DAO, Gremios](https://docs.curio.cards/curio-cards-es/dao-and-contribution/town-halls/semana-1-gente-presentaciones-comunidad-dao-gremios.md)
- [Week 2: Values & Vision](https://docs.curio.cards/curio-cards-es/dao-and-contribution/town-halls/week-2-values-and-vision.md)


---

# 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.curio.cards/curio-cards-es/dao-and-contribution.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.
