# StageSMM API Docs

## StageSMM API Docs

- [Приветствуем](https://stagesmm.gitbook.io/docs/privetstvuem.md)
- [Перечень услуг](https://stagesmm.gitbook.io/docs/api/perechen-uslug.md): Service list
- [Добавить заказ](https://stagesmm.gitbook.io/docs/api/dobavit-zakaz.md): Add order
- [Статус заказа](https://stagesmm.gitbook.io/docs/api/status-zakaza.md): Order status
- [Статус нескольких заказов](https://stagesmm.gitbook.io/docs/api/status-neskolkikh-zakazov.md): Multiple orders status
- [Создать восполнение](https://stagesmm.gitbook.io/docs/api/sozdat-vospolnenie.md): Create refill
- [Создать отмену](https://stagesmm.gitbook.io/docs/api/sozdat-otmenu.md): Create cancel
- [Баланс пользователя](https://stagesmm.gitbook.io/docs/api/balans-polzovatelya.md): User balance
- [Массовый заказ](https://stagesmm.gitbook.io/docs/api/massovyi-zakaz.md): Mass Order
- [Информация о ресурсе](https://stagesmm.gitbook.io/docs/api/informaciya-o-resurse.md): check-resource
- [Поддержка](https://stagesmm.gitbook.io/docs/podderzhka.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://stagesmm.gitbook.io/docs/privetstvuem.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.
