# Organization Setting

## What is the Organization page?

The Organization page has information about your organization, including the **addresses of the installed apps**. Each of these apps is a separate smart contract, and you can use this address to directly interact with them.

If you are using Aragon on testnet, you can also request test tokens from the Organization page. After confirmation, the test tokens will be available to transfer from the Finance app.

{% hint style="info" %}
Do not send any tokens to your organization's app addresses. If you want to send tokens to your organization, you should follow the instructions for [making a deposit](/products/aragon-client/explore-template-dao/what-are-apps/finance-app.md).
{% endhint %}

![Apps smart contracts](https://d33v4339jhl8k0.cloudfront.net/docs/assets/5c98a4fe0428633d2cf3fcf7/images/5d8a6c8804286364bc8f8165/file-8w15BGoHek.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/products/aragon-client/explore-template-dao/system-setting/organization-setting.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.
