> 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/2024/28-noyabrya.md).

# 28 ноября

## Окончательный переход с Docsie на Gitbook

1. Перенос **🌍 Общих прави**л с **Google Docs** на **Gitbook**\
   [https://github.com/KylesProjectGitbook/baza-znanii-igrokov/tree/main/last-news/2024/broken-reference/README.md](https://github.com/KylesProjectGitbook/baza-znanii-igrokov/tree/main/last-news/2024/broken-reference/README.md "mention")
   * Добавлена дополнительная информация к правилу **G1** про право администрации на проведение проверок на стороннее ПО
2. Перенос **Правил Classic** с **Google Docs** на **Gitbook**\
   [Classic](/baza-znanii-igrokov/rules/classic.md)
   * Убран пункт **C1.1**, он перешёл в **5 пункт** "Примеры нарушений" правила **C1**
   * Убраны пункты **C4.1** и **C4.2**, они перешли в 1 единственный "Пример нарушения" правила **C4**
   * Убран пункт **A5.1**, он перешёл в описание пункта **A5**
   * Убран пункт **A8.1**, он перешёл в цитату к пункту **A8**
   * Вынесение некоторых заголовков пунктов правил администрации в описание этих пунктов
   * Другие незначительные изменения, к примеру, замена "Tutorial" на "Обучение", замена "D-Class" на "Сотрудник Д-Класса" и т.п
3. Разделение общего списка плагинов на **3 категории**
   * [Общий список](/baza-znanii-igrokov/plugins_and_guides/main/general.md)
   * [https://github.com/KylesProjectGitbook/baza-znanii-igrokov/tree/main/last-news/2024/broken-reference/README.md](https://github.com/KylesProjectGitbook/baza-znanii-igrokov/tree/main/last-news/2024/broken-reference/README.md "mention")
   * [MediumRP](/baza-znanii-igrokov/plugins_and_guides/main/mediumrp.md)
4. Добавлена категория **"Новичкам"**
   * Перенесена информация с **Google Docs** **"Новая система подбора SCP"** в **Gitbook**\
     [Честный подбор SCP](/baza-znanii-igrokov/plugins_and_guides/obshii-spisok/servernye-modifikacii/sistema-podbora-scp.md)
   * Перенесена информация с **Google Docs** **"Голосовые реплики SCP:SL"** в **Gitbook**\
     [Расширенный голосовой чат](/baza-znanii-igrokov/plugins_and_guides/obshii-spisok/servernye-modifikacii/golosovye-repliki.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 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/2024/28-noyabrya.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.
