# Aragon client

{% hint style="success" %}
How the user experiences an Aragon DAO
{% endhint %}

## How does it work?

The [Aragon client](https://github.com/aragon/aragon) is a **full dapp** that can **create and manage decentralized organizations** by running Aragon apps inside it.

The client provides Aragon app developers with the following capabilities:

* **Sandboxing**: The client is running code from third-party developers and so in order to mitigate risk (such as cross-site scripting and phishing attempts by manipulating the DOM) we sandbox apps.
* **App listing**: It traverses the organization to find all the relevant apps for it.
* **Transaction pathing**: It checks with the [ACL ](/developers/tools/the-basics/permissions.md)to see if the user can perform an action (e.g. withdrawing funds) and if not, it gives the user alternative paths to perform it (e.g. maybe by opening a vote)
* **Human readable transactions**: It uses [Radspec](/developers/tools/the-basics/human-readable-transactions.md) and describes the user action in a human-readable way
* **Notifications**: Aragon apps can send notifications to the user when something relevant happens

It looks like this:

![The Aragon Client](https://raw.githubusercontent.com/aragon/aragon-wiki/master/docs/media/press/press-kit/screenshots/0.5/aragon_core_v05_beta_home04.png)


---

# 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/developers/tools/the-basics/the-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.
