# Voting Types

<details>

<summary>Single Choice Voting </summary>

User can choose one out of the provided options.

</details>

<details>

<summary>Approval Voting</summary>

User needs to either approve or disapprove of each provided option. It is mandatory to provide a stance on each listed option.

</details>

<details>

<summary>Quadratic Voting</summary>

Users can choose to allocate more voting power to  preferred options. Ensure  distributing  votes accordingly.

</details>

<details>

<summary>Rank Choice Voting</summary>

Users are required to rank all options in order of preference. Make sure to assign a unique rank to each choice

</details>

<details>

<summary>Weighted Voting</summary>

Users can assign different weights to their votes. Ensure allocating weights to each option as per preference of choice

</details>

<figure><img src="/files/Xl8z80VJ7CGLjo4AiPwQ" alt=""><figcaption></figcaption></figure>


---

# 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.townhallgov.com/townhall/product-guides/voting/voting-types.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.
