> For the complete documentation index, see [llms.txt](https://legacy-docs.aragon.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.aragon.org/documentacion-del-usuario-de-aragon/productos/aragon-client/how-to-create-a-dao-using-aragon-client.md).

# Cómo crear una DAO

{% hint style="info" %}
En esta sección, usted aprenderá a crear una DAO utilizando el Cliente Aragón. En el siguiente ejemplo utilizaremos la Goerli Network (Red Goerli).
{% endhint %}

## Cómo crear una DAO

* Inicie sesión en su cartera Web3 (por ejemplo, Metamask), seleccione la dirección de su cuenta y la red que desea utilizar.&#x20;
* Vaya [aquí](https://aragon.org) (disponible actualmente solo en inglés) y haga clic en el botón ***Create your DAO** (Crear su DAO)* y luego elija utilizar el ***Aragon Client** (Cliente de Aragón)*.
* Compruebe que la cuenta del monedero este conectada (como se muestra en la imagen), si no es así pulse ***connect wallet** (conectar monedero)*.

{% hint style="danger" %}
Recuerde que necesitará 0,2 ETH (o más dependiendo del tráfico de la red) para crear una DAO en la red Ethereum. Por lo tanto, se recomienda que utilice una red de prueba (como Rinkeby) cuando cree su primer DAO. Para más información sobre cómo conectarse a una red de prueba vaya [aquí](/documentacion-del-usuario-de-aragon/productos/set-up-metamask/getting-started-with-rinkeby-testnet.md).
{% endhint %}

![Compruebe la conexión de la cartera.](/files/wcqZfwfxV9q4Bd8bkiB0)

* Seleccione una plantilla (haga clic en \_**view details** **\_** (ver detalles) y luego utilice esta plantilla).

![Select the template](/files/DjOh5v0eojZIEV8mkbtd)

### Para obtener más detalles sobre las diferentes plantillas, vaya aquí:

* Plantilla de empresa: [aquí](/documentacion-del-usuario-de-aragon/productos/aragon-client/how-to-create-a-dao-using-aragon-client/use-company-template.md).
* Plantilla de membresía: [aquí](/documentacion-del-usuario-de-aragon/productos/aragon-client/how-to-create-a-dao-using-aragon-client/use-membership-template.md).
* Plantilla de reputación: [aquí](/documentacion-del-usuario-de-aragon/productos/aragon-client/how-to-create-a-dao-using-aragon-client/page-1.md).


---

# 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://legacy-docs.aragon.org/documentacion-del-usuario-de-aragon/productos/aragon-client/how-to-create-a-dao-using-aragon-client.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.
