> For the complete documentation index, see [llms.txt](https://kyles-project.gitbook.io/baza-znanii-igrokov/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kyles-project.gitbook.io/baza-znanii-igrokov/last-news/2026/1-iyunya.md).

# 1 июня

### Переработка интерфейса Агентов

Рады сообщить о переработке привилегии <mark style="color:$warning;">**«Агент»**</mark>. Мы обновили интерфейс получения информации об игроках, сделав его более информативным и удобным для использования.

Теперь при запросе данных отображается расширенная информация об игроке:

* Текущая роль
* Количество HP
* Количество AHP
* Предмет, находящийся в руках
* Текущее местоположение

<figure><img src="/files/boe90UtgUaRN5kWtYBcV" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Данное обновление также распространяется на привилегию **«Президент»**
{% endhint %}

### Скидки

В честь первого дня лета мы запускаем праздничную акцию и дарим вам **скидку&#x20;**<mark style="color:$primary;">**20%**</mark>**&#x20;на все донатные услуги** [нашего проекта](https://kyles.ru/privileges/).

Не упустите возможность приобрести желаемые привилегии и услуги по выгодной цене!

{% hint style="info" %}
Акция действует до 10 июня
{% endhint %}

### **Честный подбор SCP**

Исправлено появление SCP-096, когда нужен только 1 SCP.

### Прочее

Добавлены подробные описания для следующих донатных привилегий:

* [Агент](https://kyles-project.gitbook.io/baza-znanii-igrokov/donates/agent)
* [Президент](https://kyles-project.gitbook.io/baza-znanii-igrokov/donates/president)
* [Конфеты SCP-330](https://kyles-project.gitbook.io/baza-znanii-igrokov/donates/candies)
* [Префикс](https://kyles-project.gitbook.io/baza-znanii-igrokov/donates/prefix)

Перед покупкой вы можете ознакомиться с полным перечнем возможностей, особенностей и условий использования каждой привилегии.


---

# 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://kyles-project.gitbook.io/baza-znanii-igrokov/last-news/2026/1-iyunya.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.
