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

# ДЕЙСТВИЯ

- [Мультиагентность](https://docs.suvvy.ai/ru/deistviya/multiagentnost.md)
- [Вызов подчиненного агента](https://docs.suvvy.ai/ru/deistviya/multiagentnost/vyzov-podchinennogo-bota.md)
- [Переключение активного агента](https://docs.suvvy.ai/ru/deistviya/multiagentnost/pereklyuchenie-aktivnogo-bota.md)
- [Веб-хуки](https://docs.suvvy.ai/ru/deistviya/veb-khuki.md)
- [Обработка файлов](https://docs.suvvy.ai/ru/deistviya/obrabotka-failov.md): Данный функционал позволяет извлечь текст из файла, который прислал клиент в диалоге.
- [Чтение URL-ссылок](https://docs.suvvy.ai/ru/deistviya/chtenie-url-ssylok.md)
- [Отправка фиксированных сообщений](https://docs.suvvy.ai/ru/deistviya/otpravka-fiksirovannykh-soobshenii.md): Данное действие позволяет отправить пользователю конкретное текстовое сообщение в нужный момент в диалоге через  действие.
- [Работа с изображениями](https://docs.suvvy.ai/ru/deistviya/rabota-s-izobrazheniyami.md): В Савви можно редактировать изображения: можно как сгенерировать изображение по написанному промпту, так и  с использованием уже загруженного/загруженных пользователем изображений.
- [Вызов действий по триггеру](https://docs.suvvy.ai/ru/deistviya/vyzov-deistvii-po-triggeru.md): Теперь действия можно вызывать по нужному триггеру, а не моделью. Это открывает дополнительные возможности по оптимизации и стабилизации ответов, там где это необходимо.
- [Запросить оценку диалога](https://docs.suvvy.ai/ru/deistviya/zaprosit-ocenku-dialoga.md)
- [1С. Взаимодействие с http-сервисами](https://docs.suvvy.ai/ru/deistviya/1s.-vzaimodeistvie-s-http-servisami.md): 1С позволяет создать API-доступ, что даёт возможность взаимодействия агента с внутренней БД компании.
- [Копирование действия в агента](https://docs.suvvy.ai/ru/deistviya/kopirovanie-deistviya-v-agenta.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://docs.suvvy.ai/ru/deistviya.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.
