# The Basics

{% hint style="info" %}
In this section, you will find the basic information and settings necessary to deploy and run your first Aragon Client DAO using the command-line.

We will walk through these main concepts for understanding the Aragon tools structure:

* What is the Aragon Stack?
* What are the App Permissions?
* What is the Forwarding?
* What is the Upgradeability?
* What is the Package Manager?
* What are the Templates?
* What is the Aragon Client?
* What are the Human readable transactions?
  {% 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/developers/tools/the-basics.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.
