> For the complete documentation index, see [llms.txt](https://docs.auo.icu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.auo.icu/readme.md).

# Документация AUO

## Документация AUO

Здесь собрана документация по запуску и ведению магазина.

Покрыты боты, сайты, платежи, языки, валюты и операционные сценарии.

Официальный сайт: [auo.icu](https://auo.icu)

### Выберите свой путь

#### 1. Запускаете магазин с нуля

Откройте [Быстрый старт](/readme/bystryi-start.md).

Там собран маршрут запуска, создание магазина, каталог, платежи, боты и сайты.

#### 2. Уже продаете и хотите навести порядок

Идите в [Для действующих магазинов](/readme/dlya-deistvuyushikh-magazinov.md).

Там собраны админка, платежи, статусы заказов и все рабочие правила.

#### 3. Нужен быстрый ответ по точечному вопросу

Откройте [Частые вопросы](/readme/chastye-voprosy.md).

Там собраны условия, комиссии, выплаты, обменники, `Apirone`, карты, реквизиты и поддержка.

### Что есть в системе

* создание магазина через Telegram-бот
* обязательная подписка на канал как часть онбординга
* несколько сайтов и около десяти типов ботов
* 14+ языков и 10+ валют
* 40+ платежных систем
* единая админ-панель для управления
* бот для загрузки кладов

{% hint style="info" %}
Позже создание магазина будет доступно и через сайт.
{% endhint %}

### Рекомендуемый порядок изучения

1. Откройте [Быстрый старт](/readme/bystryi-start.md).
2. Пройдите [Создание магазина](/readme/bystryi-start/sozdanie-magazina.md).
3. Настройте [Города, районы и товары](/readme/bystryi-start/goroda-raiony-i-tovary.md).
4. Подключите оплату.
5. Включите бота или сайт.
6. Проверьте тестовую продажу.
7. После запуска перейдите к [Для действующих магазинов](/readme/dlya-deistvuyushikh-magazinov.md).
8. Для точечных вопросов держите рядом [Частые вопросы](/readme/chastye-voprosy.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.auo.icu/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
