# Список заказов

После создания заказа, заявка отобразится в разделе **Ваш бот** → **Списки** →**Заказы.**

![Как найти раздел «Заказы»](/files/-MfdVrvBDygdtuM_VfRp)

![Список заказов](/files/-MfdVydtTC41rQ68WGFj)

Вы можете открыть детали заказа для просмотра подробной информации, а также вручную изменить статус заказа. После оплаты статус заказа автоматически меняется на «Оплачен».

![](/files/-MfdW6KkWeEdh1BLGUi1)

Поддерживаемые статусы заказа:

![Поддерживаемые статусы заказа](/files/-MfdWC8-uRrRfiFjw69T)

Для того чтобы клиент смог просматривать и оплачивать свои заказы, мы разработали специальный блок «Список заказов».

![](/files/-MfdWYxlwzE-0D0AdWbZ)

#### Как это выглядит в боте?

Список заказов отображается в виде кнопок, нажав на которую, можно провалиться в карточку заказа со списком товаров и оплатить товар, если он не оплачен.

![](/files/-MfdWr46vlh85B22D6fX)


---

# 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://help.watbot.ru/chat-boty/bloki/magazin/spisok-zakazov.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.
