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