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

# Governance

## Process

1. Discord
   1. Propose new initiatives and make the ideas more concrete in the [#governance](https://discord.com/channels/938909864674082826/938912253586051083) channel.
   2. Note that this stage is informal, and it is not restricted to the specific channel/platform.
2. Forum
   1. Create a proposal on the [forum](https://dao.ainetwork.ai/) using the [template](https://dao.ainetwork.ai/t/template-proposal-template/51) and continue the discussion.
3. Voting Round 1 on Discord
   1. If enough alternatives are considered, and discussions are held, start a voting round on the [#voting](https://discord.com/channels/938909864674082826/975587109073223710) channel. Make sure to provide a link to the forum proposal.
4. Snapshot
   1. If the proposal gets more than 5 votes from the selected roles, it will be promoted to [Snapshot](https://snapshot.org/#/ainetwork.eth) by the Moderators.
5. Voting Round 2 on Snapshot
   1. The 2nd voting round will be anywhere from 3 to 7 days, depending on the project. Anyone with an AIN DAO Membership NFT can cast a 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.ainetwork.ai/ain-dao/governance.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.
