> For the complete documentation index, see [llms.txt](https://docs.paragonsdao.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paragonsdao.com/docs/dao/council-elections/voting-for-council-members.md).

# Voting for council members

### Voting <a href="#voting" id="voting"></a>

The voting period lasts for two weeks, and begins one day following the nomination period closing.

The amount of PDT a voter has at the beginning of a voting period determines their voting power, and they can spread their votes across as many or as few candidates as they wish (the less candidates a holder votes for, the more concentrated their voting power) for each the Paragons Council and Treasury Council elections. Votes can be changed at any time until the end of the voting period.

All council elections are hosted on the [ParagonsDAO Snapshot space](https://snapshot.org/#/paragonsdao.eth).

> If there are not enough candidates to warrant an election for a council, a vote will not be held for that council and all eligible nominees will pass by default.

### Council Inauguration <a href="#council-inauguration" id="council-inauguration"></a>

After the voting results are finalized, new council members will be announced to the community. Council members will be added to their respective multisig wallet, and receive a special NFT that allows them to vote in the respective council’s Snapshot space.


---

# 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.paragonsdao.com/docs/dao/council-elections/voting-for-council-members.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.
