# Templates

{% hint style="info" %}
In this section, you will learn which are the templates available for creating a DAO and which are the main differences.
{% endhint %}

## What are templates?

Templates are pre-configured smart contracts for different types of organizations. You can use the templates that are included with Aragon or [create your own](https://github.com/aragon/dao-templates).

## Template types

### [Company](/products/aragon-client/how-to-create-a-dao-using-aragon-client/use-company-template.md)

A Company organization is an organization that uses **transferable tokens** to represent stake in the company. Decisions are made using **token-weighted voting**, where one token equals one vote.

### [Membership](/products/aragon-client/how-to-create-a-dao-using-aragon-client/use-membership-template.md)

A Membership organization is an organization that uses a **non-transferable token** to represent membership. Decisions are made based on **one-member-one-vote** governance.

### [Reputation](/products/aragon-client/how-to-create-a-dao-using-aragon-client/page-1.md)

A Reputation organization is an organization that uses **non-transferable tokens** to represent reputation. Decisions are made using **reputation-weighted voting**.

{% hint style="warning" %}
If the default templates do not provide you with the desired solution, you can set up a [development environment](https://hack.aragon.org/) and use the [aragonCLI](https://hack.aragon.org/developers/tools/aragoncli) to [create a custom organization](https://hack.aragon.org/developers/tools/guides/custom-deploy).
{% 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/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.
