# Voting - Is a majority needed to win a vote?

No, it's not a majority winner but rather the [plurality](https://help.aragon.org/article/41-aragon-court#plurality) winner. The most voted ruling outcome wins. For example, if there are 9 guardians (round 2) and 4 votes "Allow", 2 votes "Block" and 3 votes "Refuse to vote", the winning outcome of that round would be "Allow", because that outcome received the most votes out of the available options.


---

# 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://legacy-docs.aragon.org/faq/products/aragon-court-faq/voting-is-a-majority-needed-to-win-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.
