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

# Grape DAO

- [Responsibilities](https://docs.grapes.network/grape-network/grape-dao/dao-responsibilities.md): The DAO focuses on the overall well-being of the project; its community. It sets long-term goals, keeps track of important milestones, and facilitates the governance of everything related to Grape.
- [Organization](https://docs.grapes.network/grape-network/grape-dao/dao-organization.md): The Grape DAO is organized into subDAOs that represent the different operational units of Grape, the DAO Core, and DAO Board
- [Additions and Removals](https://docs.grapes.network/grape-network/grape-dao/dao-organization/additions-and-removals.md)
- [Proposals & Voting](https://docs.grapes.network/grape-network/grape-dao/proposals-and-voting.md): Discussions and Proposals are the backbones of the DAO Governance
- [Proposal Requirements](https://docs.grapes.network/grape-network/grape-dao/proposals-and-voting/proposal-requirements.md)
- [Creating Proposals](https://docs.grapes.network/grape-network/grape-dao/proposals-and-voting/creating-proposals.md): Discourse and on-chain Proposals
- [Voting](https://docs.grapes.network/grape-network/grape-dao/proposals-and-voting/voting.md): Voting is the most profound way of participation in the DAO. So vote!


---

# 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.grapes.network/grape-network/grape-dao.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.
