# How to change the Quorum of your DAO

{% hint style="info" %}
Did you setup a DAO on Aragon Client, only to later realize that you want to change the **minimum Quorum** (turnout) for votes in your DAO? Then this guide is for you!

But also if you want to change the default **minimum Quorum Percentage**, or something else, you can use the same principles as in this guide.
{% endhint %}

{% hint style="warning" %}
As they say: 'there is more than one road leading to Rome'! In this case we will show you the two easiest options to do it:

1. [Using the inbuilt (hidden) **Console** in Aragon Client](/developers/tools/guides/how-to-change-the-quorum-of-your-dao/change-quorum-using-aragon-console.md)
2. [Using **EVM Crispr**, a tool to edit the 'DNA' of DAOs](/developers/tools/guides/how-to-change-the-quorum-of-your-dao/change-quorum-using-evmcrispr.md)
   {% endhint %}


---

# 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/developers/tools/guides/how-to-change-the-quorum-of-your-dao.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.
