> 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/explore-template-dao/what-are-apps.md).

# The Apps

{% hint style="info" %}
In this section, we explore the different Apps of the DAO.
{% endhint %}

Aragon organizations have the ability to extend their functionality using Aragon apps. The apps that come pre-installed with the Company, Membership, and Reputation organizations are:

* Tokens
* Voting
* Finance
* Agent (optional)

There is a Marketplace where you can find more apps, such as Redemption, Payroll, Surveys.

Here is a list of recently updated apps associated with Aragon client\
<https://aragonorg.notion.site/c12d39395c7745d9a9a014d6e089d994?v=1a3eb944ceda42d398e6f7d22a9a14ef>

{% hint style="info" %}
You can install multiple instances of any [custom app](https://github.com/aragon/aragon-apps), if this fits your use case.
{% endhint %}

{% hint style="danger" %}
Some apps are *not maintained* anymore, to be recognized by a *not maintained* label.
{% 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:

```
GET https://legacy-docs.aragon.org/products/aragon-client/explore-template-dao/what-are-apps.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.
