# API для разработчиков

- [Введение](https://wiki.yrsproject.ru/documentation/faq.md): Что бы улучшать наш продукт и сделать его удобный - был создан API
- [Методы](https://wiki.yrsproject.ru/documentation/methods.md): Узнайте какие методы работы с API сейчас доступны
- [Информация о сервере](https://wiki.yrsproject.ru/documentation/methods/servers.md): Получайте данные вашего сервера в удобном формате
- [Работа с картинками](https://wiki.yrsproject.ru/documentation/methods/rust-image.md): Получайте иконки предметов RUST в удобном формате
- [Работа с Steam API](https://wiki.yrsproject.ru/documentation/methods/steam_api.md): Получайте данные Steam аккаунтов в два раза проще
- [Работа с GameStores API](https://wiki.yrsproject.ru/documentation/methods/gamestores_api.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://wiki.yrsproject.ru/documentation.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.
