> For the complete documentation index, see [llms.txt](https://docs.neuralaim.ru/napi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neuralaim.ru/napi/programmy-or-primery.md).

# Программы | Примеры

- [Первый AimBot на нейросети.](https://docs.neuralaim.ru/napi/programmy-or-primery/pervyi-aimbot-na-neiroseti..md): Лучше сразу увидеть скрипт написанный на NAPI, чем учить по кусочкам.
- [Константы инициализации](https://docs.neuralaim.ru/napi/programmy-or-primery/konstanty-inicializacii.md): Константы важны почти везде, без них ты даже не узнаешь какое рабочее разрешение у модели.
- [Работа с мышкой](https://docs.neuralaim.ru/napi/programmy-or-primery/rabota-s-myshkoi.md): Мышь - это самое главное в NAIM.
- [Работа с экраном](https://docs.neuralaim.ru/napi/programmy-or-primery/rabota-s-ekranom.md): Без изображение, NAIM это просто макрос, 90% функций основывается на этой библиотеке.
- [Работа с оверлеем](https://docs.neuralaim.ru/napi/programmy-or-primery/rabota-s-overleem.md): Визуалы может и не очень нужны пользователю, но очень удобны для отладки кода.
- [Работа с клавиатурой](https://docs.neuralaim.ru/napi/programmy-or-primery/rabota-s-klaviaturoi.md): Используйте клавиатуру на полную!
- [Свой python скрипт с NAPI](https://docs.neuralaim.ru/napi/programmy-or-primery/svoi-python-skript-s-napi.md): Если вам не хватает функционала NAPI, вы можете его дополнить при помощи обычного python.


---

# 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:

```
GET https://docs.neuralaim.ru/napi/programmy-or-primery.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.
