# Tegro Money

- [👨💻 Getting Started](https://tegro.gitbook.io/en/tegro-money/getting-started.md)
- [Registration](https://tegro.gitbook.io/en/tegro-money/getting-started/registration.md): Registration in the Tegro.Money payment system
- [Login to the site](https://tegro.gitbook.io/en/tegro-money/getting-started/registration/login-to-the-site.md)
- [Registration of an individual](https://tegro.gitbook.io/en/tegro-money/getting-started/registration/registration-of-an-individual.md): Registering and adding projects by individuals
- [Adding a store](https://tegro.gitbook.io/en/tegro-money/getting-started/adding-a-store.md): Algorithm for adding your own store
- [Store setup](https://tegro.gitbook.io/en/tegro-money/getting-started/store-setup.md): A detailed algorithm for setting up your store
- [Help with moderation](https://tegro.gitbook.io/en/tegro-money/getting-started/store-setup/help-with-moderation.md): Be careful: if you do not add items to the site from the list below, you will not be able to successfully pass moderation
- [Creating a payment](https://tegro.gitbook.io/en/tegro-money/creating-a-payment.md)
- [Creating a simple form in your personal cabinet](https://tegro.gitbook.io/en/tegro-money/creating-a-payment/creating-a-simple-form-in-your-personal-cabinet.md)
- [Transmitting order information](https://tegro.gitbook.io/en/tegro-money/creating-a-payment/transmitting-order-information.md)
- [Notification of payment](https://tegro.gitbook.io/en/tegro-money/creating-a-payment/notification-of-payment.md)
- [API](https://tegro.gitbook.io/en/tegro-money/api.md)
- [General Information](https://tegro.gitbook.io/en/tegro-money/api/general-information.md)
- [Creating an order](https://tegro.gitbook.io/en/tegro-money/api/general-information/creating-an-order.md)
- [Store list](https://tegro.gitbook.io/en/tegro-money/api/general-information/store-list.md)
- [Balance](https://tegro.gitbook.io/en/tegro-money/api/general-information/balance.md)
- [Order verification](https://tegro.gitbook.io/en/tegro-money/api/order-verification.md)
- [Order list](https://tegro.gitbook.io/en/tegro-money/api/order-verification/order-list.md)
- [Withdrawal of funds](https://tegro.gitbook.io/en/tegro-money/api/withdrawal-of-funds.md)
- [List of payments](https://tegro.gitbook.io/en/tegro-money/api/withdrawal-of-funds/list-of-payments.md)
- [Payment verification](https://tegro.gitbook.io/en/tegro-money/api/withdrawal-of-funds/payment-verification.md)
- [Ready modules](https://tegro.gitbook.io/en/tegro-money/api/ready-modules.md)
- [FAQ](https://tegro.gitbook.io/en/tegro-money/faq.md)
- [Rates and limits](https://tegro.gitbook.io/en/tegro-money/faq/rates-and-limits.md)
- [Project moderation](https://tegro.gitbook.io/en/tegro-money/faq/project-moderation.md): Answers to Frequent Questions about Project Moderation
- [Mass Payments](https://tegro.gitbook.io/en/tegro-money/faq/mass-payments.md)
- [Adding a Telegram bot](https://tegro.gitbook.io/en/tegro-money/faq/adding-a-telegram-bot.md)
- [Background Information](https://tegro.gitbook.io/en/tegro-money/background-information.md)
- [Payment system codes](https://tegro.gitbook.io/en/tegro-money/background-information/payment-system-codes.md)
- [Mobile phone codes](https://tegro.gitbook.io/en/tegro-money/background-information/mobile-phone-codes.md)
- [Alphabetic currency codes](https://tegro.gitbook.io/en/tegro-money/background-information/alphabetic-currency-codes.md)
- [Payment statuses](https://tegro.gitbook.io/en/tegro-money/background-information/payment-statuses.md): Possible payment statuses
- [Payment errors](https://tegro.gitbook.io/en/tegro-money/background-information/payment-errors.md)
- [Customer Service](https://tegro.gitbook.io/en/tegro-money/background-information/customer-service.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/en/tegro-money.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.
