# Overview

{% hint style="warning" %}
Before you start, make sure Raiden is correctly installed and configured by following the [manual installation instructions](https://raiden-network.gitbook.io/raiden-network/installation/starting-raiden-manually).

Also make sure you have read and understood the [safe usage guidelines](https://raiden-network.gitbook.io/raiden-network/other/safe-usage) before starting to use Raiden.
{% endhint %}

{% content-ref url="whitelisted-tokens-1" %}
[whitelisted-tokens-1](https://raiden-network.gitbook.io/raiden-network/using-raiden-on-mainnet/whitelisted-tokens-1)
{% endcontent-ref %}

{% content-ref url="deposit-tokens-to-the-udc" %}
[deposit-tokens-to-the-udc](https://raiden-network.gitbook.io/raiden-network/using-raiden-on-mainnet/deposit-tokens-to-the-udc)
{% endcontent-ref %}

{% content-ref url="join-a-token-network-1" %}
[join-a-token-network-1](https://raiden-network.gitbook.io/raiden-network/using-raiden-on-mainnet/join-a-token-network-1)
{% endcontent-ref %}

{% content-ref url="make-a-payment" %}
[make-a-payment](https://raiden-network.gitbook.io/raiden-network/using-raiden-on-mainnet/make-a-payment)
{% endcontent-ref %}

{% content-ref url="deposit-tokens" %}
[deposit-tokens](https://raiden-network.gitbook.io/raiden-network/using-raiden-on-mainnet/deposit-tokens)
{% endcontent-ref %}

{% content-ref url="channel-status" %}
[channel-status](https://raiden-network.gitbook.io/raiden-network/using-raiden-on-mainnet/channel-status)
{% endcontent-ref %}

{% content-ref url="mediation-fees" %}
[mediation-fees](https://raiden-network.gitbook.io/raiden-network/using-raiden-on-mainnet/mediation-fees)
{% endcontent-ref %}


---

# 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://raiden-network.gitbook.io/raiden-network/using-raiden-on-mainnet/overview.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.
