# テンプレート

{% hint style="info" %}
このセクションでは、DAOを作成するために利用可能なテンプレートと主な違いについて学びます。
{% endhint %}

## テンプレートとは

テンプレートは、さまざまなタイプの組織向けにあらかじめ設定されたスマートコントラクトです。Aragonに含まれるテンプレートを使用することも、[自分で作成すること（英語のみ）](https://github.com/aragon/dao-templates)もできます。

## テンプレートのタイプ

### [企業型](/japanese-aragon-user-documentation/products/aragon-client/how-to-create-a-dao-using-aragon-client/use-company-template.md)

企業型DAOとは、出資のために、**譲渡可能**なトークンを使用するDAOです。意思決定は、1トークンが1票に相当する**トークンによる加重投票**で行われます。

### [メンバーシップ型](/japanese-aragon-user-documentation/products/aragon-client/how-to-create-a-dao-using-aragon-client/use-membership-template.md)

メンバーシップ型DAOとは、**譲渡不可能**なトークンを用いて会員資格を表すDAOです。**1人1票**のガバナンスに基づき意思決定が行われます。

### [レピュテーション型](/japanese-aragon-user-documentation/products/aragon-client/how-to-create-a-dao-using-aragon-client/page-1.md)

レピュテーション型DAOとは、レピュテーション（評判）を表すために**譲渡不可能**なトークンを使用するDAOです。意思決定は、**評判の重み付き投票**で行われます。

{% hint style="warning" %}
デフォルトのテンプレートに希望の機能がない場合、[開発環境（英語のみ）](https://hack.aragon.org/)をセットアップし、[aragonCLI（英語のみ）](https://hack.aragon.org/developers/tools/aragoncli)を使用して[カスタム組織を作成（英語のみ）](https://hack.aragon.org/developers/tools/guides/custom-deploy)することができます。
{% endhint %}

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

{% embed url="<https://support.aragon.org/t/aragon-client-templates/20/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/templates.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.
