# Aragon Network Token

{% hint style="info" %}
Welcome to Aragon Network Token's documentation. In this section, you will find all information about the **ANT token**.

* The [**About**](/the-ant-token/about-the-token/about-ant.md) section contains general information about ANT, its uses, and the [**original token sale**](/the-ant-token/about-the-token/historical-token-sale-information.md).
* The [**ANTv1** ](/the-ant-token/antv1.md)section contains technical materials related to the first version of the ANT token (named ANTv1).
* The[ **ANTv2**](/the-ant-token/upgrading-to-antv2.md) section contains technical materials related to the new ANT token (named ANTv2), including user guides and documentation on how to [**Upgrade**](/the-ant-token/upgrading-to-antv2.md) the ANTv1 to ANTv2 token.
* The [**Developers**](/the-ant-token/developers.md) section contains useful information for developers wishing to programmatically interact with ANT.
  {% 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/the-ant-token/about-the-token.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.
