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

# Proposal and Voting Mechanisms

{% hint style="warning" %}
This document is currently subject to public review before being finalized. If you notice a revision that needs to be made or have feedback, please [request a revision](https://github.com/connext/gitbook-docs/issues/new) or start a conversation with us on Discord at <https://discord.com/invite/everclear>
{% endhint %}

This is a suggested process for developing and advancing Connext Improvement Proposals. It is a dynamic document intended to be owned, refined, and enforced by the Connext community.

1. [**Connext Forum**](https://forum.connext.network/)**:**\
   Forum is used for governance-related discussions. Community members must register for an account before sharing or liking posts.
2. [**Snapshot**](https://dao.connext.network/)**:**\
   Snapshot is a voting interface used for delegating votes and creating and voting on proposals.
3. **Crosschain Governance:**\
   In line with the Connext DAO vision to empower builders to create applications that are universally accessible **from any chain, using any token,** Connext supports voting and delegation across multiple chains as well as cross-chain proposal execution.

{% hint style="info" %}
Note: In conjunction with the Zodiac team, Connext, and DeFi Wonderland have created a cross-chain widget that plugs into SAFEs to facilitate proposal execution. This tooling allows users to generate cross-chain payload directly from their SAFE. \
\
More information about the Zodiac Connext module is available [**here**](https://blog.connext.network/crosschain-governance-a-new-integration-connext-x-zodiac-gnosis-guild-5cf119a6cf2e).
{% endhint %}


---

# 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://dao-docs.connext.network/dao-documents/processes/proposal-and-voting-mechanisms.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.
