# Integrations

Integrations let you connect your Agent to external services via webhooks, enabling it to perform actions and retrieve information in real time. AIsuru offers three alternative approaches for integrations:

1. [**Functions**](/en/advanced-features/integrations/functions.md): for simpler integrations;
2. [**Dynamic intents**](/en/advanced-features/integrations/dynamic-intents.md): for structured and secure interactions;
3. [**MCP**](/en/advanced-features/integrations/mcp.md) (recommended for most users): for integrations that are easy to set up but very powerful, built on the MCP standard.

All three tools let you connect your AI assistant to external systems, automate processes, and create advanced user experiences.

### Next steps

In the following sections, we'll explore in detail:

1. How to create and implement custom functions;
2. How to configure and use dynamic intents;
3. Best practices and [differences between functions, dynamic intents, and MCP](/en/advanced-features/integrations/dynamic-intents-functions-or-mcp-what-to-use.md).


---

# 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.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.
