# Раздел 07. Plugin SDK (SA)

- [Простейший плагин](https://lessons.sannybuilder.com/00100/00700/000100.md): Написание простого ASI плагина с plugin-sdk.
- [Работа с массивами объектов](https://lessons.sannybuilder.com/00100/00700/000200.md): Работа с массивом следов пуль в plugin-sdk.
- [Рисуем](https://lessons.sannybuilder.com/00100/00700/000300.md): Рисование на экране с plugin-sdk.
- [Короны](https://lessons.sannybuilder.com/00100/00700/000400.md): Работа с коронами в plugin-sdk.
- [Класс шрифта (CFont)](https://lessons.sannybuilder.com/00100/00700/000500.md): Класс шрифта (CFont) в plugin-sdk.


---

# 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://lessons.sannybuilder.com/00100/00700.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.
