> For the complete documentation index, see [llms.txt](https://docs.chainguardians.io/cgdao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chainguardians.io/cgdao/education/governance-proposal-guide.md).

# Governance Proposal Guide

After going through the Discussion, Draft, and Proposal phases a proposal is eligible to be voted on. Currently creating a proposal will take place on the official CGDAO Snapshot Space. Use the link below "Sub-spaces" for [**Low Impact**](https://snapshot.org/#/low.cgdao.eth) proposals. It will use the same walkthrough as below. Please refer to the necessary requirements needed to create proposals within [**Proposal**](/cgdao/governance-process/proposals.md#proposal-requirements).

## Snapshot Guide

* [ ] <mark style="color:purple;">**Visit the CGDAO**</mark> [**Snapshot** ](https://snapshot.org/#/cgdao.eth)<mark style="color:purple;">**space**</mark> <mark style="color:purple;">**and connect your wallet.**</mark>

<div align="center"><figure><img src="/files/GVQTWzOa6HcJywSqvguf" alt=""><figcaption><p>The main Snapshot space displays both high and low impact proposals.</p></figcaption></figure></div>

* [ ] <mark style="color:purple;">**Under the CGDAO space options choose**</mark> [**New Proposal**](https://snapshot.org/#/cgdao.eth/create/0) <mark style="color:purple;">**to begin.**</mark>

<div align="left"><figure><img src="/files/r1oDzJLkgaWuvSOutupm" alt=""><figcaption><p>Notice the link for Low Impact proposals.</p></figcaption></figure></div>

* [ ] <mark style="color:purple;">**Enter the Title and Description according to the CGDAO**</mark> [**Templates**](/cgdao/governance-process/proposals/proposal-templates.md) <mark style="color:purple;">**page. Select Continue.**</mark>

<div align="left"><figure><img src="/files/5lzklytk2oJtgeq4Zw3g" alt=""><figcaption><p><strong>Preview</strong> your proposal for the proper template, formatting, structure, and grammar, before continuing.</p></figcaption></figure></div>

* [ ] <mark style="color:purple;">**Choose the appropriate "Type", "Choices" and "Voting Period". You can set the vote to start at a future date. Double check all settings then select Publish.**</mark>

<div align="left"><figure><img src="/files/R7FFrweoHSlCFZIXhuXZ" alt=""><figcaption><p>Your choices will depend on your voting "Type". Use the <strong>+</strong> symbol to add more choices.</p></figcaption></figure></div>

Your proposal is now live. Depending on the start time it could be active or pending. You can check the results at any time on the proposals' page.

{% hint style="info" %} <mark style="color:blue;">**Reminder:**</mark> Snapshot uses markdown language to display the proposal [**Description**](/cgdao/governance-process/proposals/proposal-templates.md).
{% 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://docs.chainguardians.io/cgdao/education/governance-proposal-guide.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.
