# DAOの作り方

{% hint style="info" %}
このセクションでは、Aragon Clientを使用してDAOを作成する方法を学びます。以下の例では、Rinkebyネットワークを使用します。
{% endhint %}

## DAOの作り方

* Web3ウォレット（例：Metamask）にログインし、アカウントアドレスと使用するネットワークを選択します。
* [このサイト（英語のみ）](https://aragon.org/)に行き、**Create your DAO**ボタンをクリックし、**Aragon Client**を使用することを選択します。
* ウォレットアカウントが接続されていることを確認し（画像参照）、接続されていない場合は、**connect wallet**をクリックします。

{% hint style="danger" %}
イーサリアムネットワーク上でDAOを作成するには、0.2ETH（ネットワークトラフィックによってはそれ以上）が必要であることを忘れないでください。そのため、最初の DAO をセットアップする際には、（Rinkeby のような）テストネットワークを使用することをお勧めします。テストネットワークに接続する方法については、[こちら](/japanese-aragon-user-documentation/products/set-up-metamask/getting-started-with-rinkeby-testnet.md)をご覧ください。
{% endhint %}

![Check the wallet connection.](/files/wcqZfwfxV9q4Bd8bkiB0)

* テンプレートを選択します（**view details**をクリックし、このテンプレートを使用します）

![テンプレートの選択](/files/DjOh5v0eojZIEV8mkbtd)

### 各テンプレートの詳細については、以下をご覧ください

* 企業型テンプレート: [こちら](/japanese-aragon-user-documentation/products/aragon-client/how-to-create-a-dao-using-aragon-client/use-company-template.md)
* メンバーシップ型テンプレート: [こちら](/japanese-aragon-user-documentation/products/aragon-client/how-to-create-a-dao-using-aragon-client/use-membership-template.md)
* レピュテーション型テンプレート: [こちら](/japanese-aragon-user-documentation/products/aragon-client/how-to-create-a-dao-using-aragon-client/page-1.md)

> <mark style="color:purple;">**ご質問はありますか？Aragonフォーラムであなたの考えをお聞かせください**</mark>**👇**

{% embed url="<https://support.aragon.org/t/aragon-client-create-a-dao/19/2>" %}


---

# 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/japanese-aragon-user-documentation/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.
