# Советы

- [Продвинутые техники](https://doc.nextbot.ru/advices/advanced-techniques.md): Раздел-агрегатор с продвинутыми техниками для настройки и расширения возможностей ИИ-агентов в Nextbot.
- [Мультиагентность](https://doc.nextbot.ru/advices/advanced-techniques/multiagentnost.md): Переключение агентов заточенных под свою задачу.
- [Дообучение агента (Fine-tune)](https://doc.nextbot.ru/advices/advanced-techniques/doobuchenie-agenta-fine-tune.md): Дообучение модели под задачи бизнеса и сложные сценарии.
- [Отправка e-mail через Python](https://doc.nextbot.ru/advices/advanced-techniques/otpravka-e-mail-cherez-python.md): Пример отправки уведомления менеджеру на e-mail через Python Script


---

# 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://doc.nextbot.ru/advices.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.
