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

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