# Tegro Money

- [Начало работы](https://tegro.gitbook.io/ru/payments/nachalo-raboty.md)
- [Регистрация](https://tegro.gitbook.io/ru/payments/nachalo-raboty/registraciya.md): Регистрация в платёжной системе Tegro.Money
- [Вход на сайт](https://tegro.gitbook.io/ru/payments/nachalo-raboty/registraciya/vkhod-na-sait.md)
- [Регистрация физ. лица](https://tegro.gitbook.io/ru/payments/nachalo-raboty/registraciya/registraciya-fiz.-lica.md): Регистрация и добавление проектов физическими лицами
- [Добавление магазина](https://tegro.gitbook.io/ru/payments/nachalo-raboty/dobavlenie-magazina.md): Алгоритм добавления собственного магазина
- [Настройка магазина](https://tegro.gitbook.io/ru/payments/nachalo-raboty/nastroika-magazina.md): Подробный алгоритм настройки вашего магазина
- [Помощь в модерации](https://tegro.gitbook.io/ru/payments/nachalo-raboty/nastroika-magazina/pomosh-v-moderacii.md): Будьте внимательны: если не добавить на сайт пункты из нижеприведенного перечня, Вы можете не пройти успешно модерацию
- [Создание платежа](https://tegro.gitbook.io/ru/payments/sozdanie-platezha.md)
- [Создание простой формы в личном кабинете](https://tegro.gitbook.io/ru/payments/sozdanie-platezha/sozdanie-prostoi-formy-v-lichnom-kabinete.md)
- [Передача информации о заказе](https://tegro.gitbook.io/ru/payments/sozdanie-platezha/peredacha-informacii-o-zakaze.md)
- [Уведомление об оплате](https://tegro.gitbook.io/ru/payments/sozdanie-platezha/uvedomlenie-ob-oplate.md)
- [API](https://tegro.gitbook.io/ru/payments/api.md)
- [Общая информация](https://tegro.gitbook.io/ru/payments/api/obshaya-informaciya.md)
- [Создание заказа](https://tegro.gitbook.io/ru/payments/api/obshaya-informaciya/sozdanie-zakaza.md)
- [Список магазинов](https://tegro.gitbook.io/ru/payments/api/obshaya-informaciya/spisok-magazinov.md)
- [Баланс](https://tegro.gitbook.io/ru/payments/api/obshaya-informaciya/balans.md)
- [Проверка заказа](https://tegro.gitbook.io/ru/payments/api/proverka-zakaza.md)
- [Список заказов](https://tegro.gitbook.io/ru/payments/api/proverka-zakaza/spisok-zakazov.md)
- [Вывод средств](https://tegro.gitbook.io/ru/payments/api/vyvod-sredstv.md)
- [Список выплат](https://tegro.gitbook.io/ru/payments/api/vyvod-sredstv/spisok-vyplat.md)
- [Проверка выплаты](https://tegro.gitbook.io/ru/payments/api/vyvod-sredstv/proverka-vyplaty.md)
- [Готовые модули](https://tegro.gitbook.io/ru/payments/api/gotovye-moduli.md)
- [FAQ](https://tegro.gitbook.io/ru/payments/faq.md)
- [Тарифы и лимиты](https://tegro.gitbook.io/ru/payments/faq/tarify-i-limity.md)
- [Модерация проекта](https://tegro.gitbook.io/ru/payments/faq/moderaciya-proekta.md): Ответы на частые вопросы по модерации проекта
- [Массовые выплаты](https://tegro.gitbook.io/ru/payments/faq/massovye-vyplaty.md)
- [Добавление Telegram-бота](https://tegro.gitbook.io/ru/payments/faq/dobavlenie-telegram-bota.md)
- [Справочная информация](https://tegro.gitbook.io/ru/payments/spravochnaya-informaciya.md)
- [Коды платёжных систем](https://tegro.gitbook.io/ru/payments/spravochnaya-informaciya/kody-platyozhnykh-sistem.md)
- [Коды моб. телефонов](https://tegro.gitbook.io/ru/payments/spravochnaya-informaciya/kody-mob.-telefonov.md)
- [Буквенные коды валют](https://tegro.gitbook.io/ru/payments/spravochnaya-informaciya/bukvennye-kody-valyut.md)
- [Статусы платежей](https://tegro.gitbook.io/ru/payments/spravochnaya-informaciya/statusy-platezhei.md): Возможные статусы платежей
- [Ошибки платежей](https://tegro.gitbook.io/ru/payments/spravochnaya-informaciya/oshibki-platezhei.md)
- [Служба поддержки](https://tegro.gitbook.io/ru/payments/spravochnaya-informaciya/sluzhba-podderzhki.md)


---

# 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://tegro.gitbook.io/ru/payments.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.
