# Template for a vote

Here's a simple example that you can use as a starting point:

* Title: \[Proposal Title]
* Proposal: \[Short Description of the Proposal]
* Snapshot Vote Link: \[Link to the Snapshot vote]
* Voting Duration: \[Start Date and Time] - \[End Date and Time] (\[Timezone])
* Context: \[Provide a brief background on why this proposal is being put forth, any relevant discussions, and the problem or opportunity it addresses]
* Detailed Description: \[Describe the proposal in detail, including specific changes or actions, rationale, and expected outcomes]
* Implementation Plan: \[Outline the steps for implementing the proposal, including timelines, resource allocation, and any dependencies]
* Benefits: \[List the potential benefits and positive impacts of the proposal for the DAO and the broader community]
* Risks and Considerations: \[Discuss potential risks, challenges, or negative consequences that may arise from implementing the proposal]
* Alternatives Considered: \[Describe any alternative solutions that were considered and why they were not selected]
* Additional Resources: \[Provide any relevant links, such as previous discussions, research, or supporting materials]
* Quorum Requirement: \[Percentage of total token supply required for the vote to be valid]
* Decision Threshold: \[Percentage of votes required for the proposal to pass]


---

# Agent Instructions: 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:

```
GET https://docs.nabla.fi/nablatoken/governance/template-for-a-vote.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
