> 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/kopirovanie-deistviya-v-agenta.md).

# Копирование действия в агента

## Как перенести действие в агента?

1. Из списка **Действий** выбираем то, которое хотим перенести, отмечаем ячейку&#x20;

<figure><img src="/files/wa7K6ppKAdeGXhQdgsrq" alt=""><figcaption></figcaption></figure>

2. Справа вверху появляется кнопка **Скопировать в агента**:

<figure><img src="/files/jlpTgiNJt49zjKWXdsPF" alt=""><figcaption></figcaption></figure>

3. После нажатия на кнопку **Скопировать в агента**, нам нужно выбрать агента, в которого хотим скопировать из уже созданных нами на платформе:

<figure><img src="/files/whqYDMPqQGgCs2VQ0Asn" alt="" width="374"><figcaption></figcaption></figure>

4. Нажимаем по кнопке **Скопировать**

<figure><img src="/files/EqXE29K8zbOUOFqHnULU" alt="" width="369"><figcaption></figcaption></figure>

5. После успешного копирования справа внизу нам выйдет сообщение о том, что кастомные действия скопированы:

<figure><img src="/files/gCOSgmBlC7Ry2PIWR5EU" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.suvvy.ai/ru/deistviya/kopirovanie-deistviya-v-agenta.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.
