# How to create a DAO

{% hint style="info" %}
In this section, you will learn how to create a DAO using the Aragon Client. In the example below we will use the Goerli Network.
{% endhint %}

## How to create a DAO

* Log in to your Web3 wallet (e.g. Metamask), select your account address and the network you want to use.
* Go [here](https://aragon.org) and click the ***Create your DAO*** button and then choose to use ***Aragon Client**.*
* Check that the wallet account is connected (as shown in the image), if not press ***connect wallet***.

{% hint style="danger" %}
Remember that you'll need 0.2ETH (or more depending on the network traffic) to create a DAO on the Ethereum network. So it's recommended that you use a test network (like Goerli) when setting up your first DAO. For more info about how to connect to a Test Network go [here](/products/set-up-metamask/getting-started-with-rinkeby-testnet.md).
{% endhint %}

<figure><img src="/files/PGaZz3i9g5FSgWYPm28W" alt=""><figcaption><p>Check the wallet connection.</p></figcaption></figure>

* Select a template (click on **view details** and then *use this template).*

<figure><img src="/files/9y4gXRWvvkmNAe8WKDvY" alt=""><figcaption><p>Select the template</p></figcaption></figure>

### For more details about the different Templates go here.

* Company template: [here](/products/aragon-client/how-to-create-a-dao-using-aragon-client/use-company-template.md).
* Membership template: [here](/products/aragon-client/how-to-create-a-dao-using-aragon-client/use-membership-template.md).
* Reputation template: [here](/products/aragon-client/how-to-create-a-dao-using-aragon-client/page-1.md).


---

# 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/products/aragon-client/how-to-create-a-dao-using-aragon-client.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.
