# История покупок

Раздел "История покупок" предоставляет пользователю информацию обо всех его покупках на платформе.

#### Основные элементы:

1. **Список покупок**:
   * Каждая запись включает:
     * **Название продукта или услуги** (например, заказ сервера, продление веб-хостинга и т.д.).
     * **Сумма списания** за покупку.
2. **Отслеживание трат**:
   * Пользователь может увидеть все свои расходы за определённый период, включая как новые заказы, так и продления услуг.

Этот раздел помогает пользователю отслеживать все свои покупки и управлять расходами на услуги хостинга.


---

# 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://wiki.md-host.ru/panel-khostinga/balans/istoriya-pokupok.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.
