> For the complete documentation index, see [llms.txt](https://docs.aisuru.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisuru.com/en/advanced-features/integrations/copy-intents-slots-and-functions-from-another-agent.md).

# Copy dynamic intents, slots and functions from another Agent

AIsuru lets you easily import functions, dynamic intents, slots, and dictionary entries from one existing Agent to another. This is useful for reusing and sharing functionality across different Agents, saving time and ensuring consistency.

### How to copy dynamic intents, slots, functions, and dictionary

To import these elements from another Agent, follow these steps:

1. Go to the management panel of the destination Agent;
2. In the sidebar, click "Import / Export";
3. Select the "**Import Functions and Intents**" tab;
4. From the dropdown menu, select the Agent you want to import from;
5. Choose the elements to import using the checkboxes:
   1. **Functions**: imports all advanced functions;
   2. **Intents**: imports dynamic intents
   3. **Slots**: imports configured slots
   4. **Dictionary**: imports the custom dictionary
6. Click the "Import" button to confirm.

✅ Done! The selected elements are now available in your destination Agent.

### Benefits of importing

Importing functions, intents, slots, and dictionary from an existing Agent offers several advantages:

* Lets you **quickly enrich your Agent's capabilities**;
* Makes it easy to **create feature backups on other Agents**;
* **Facilitates reuse of already-developed functionality** from previous projects;
* **Maintains terminological consistency** by also importing the dictionary.


---

# 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.aisuru.com/en/advanced-features/integrations/copy-intents-slots-and-functions-from-another-agent.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.
