# Using Agents in External Tools

#### Supported Platforms

You can connect agents to:

* Slack (channels and direct messages)
* Telegram (direct messages and groups)
* Emails (interact with agents via email)
* MCP clients (connect through the Model Context Protocol)
* WhatsApp and additional platforms (coming soon)

### How to Connect an Agent

To connect an agent:

1. Open your agent
2. Click **“Add to”** (top center)
3. Follow the setup instructions for your selected platform

{% @arcade/embed flowId="boxU3PyJHQFOhWw6DeUV" url="<https://app.arcade.software/share/boxU3PyJHQFOhWw6DeUV>" %}

{% content-ref url="/pages/jOfMUAvXvVPltDdhqmuc" %}
[Using Agents in Slack](/agents/using-agents-in-external-tools/using-agents-in-slack.md)
{% endcontent-ref %}

{% content-ref url="/pages/KYiwqQXSuChPUYoTpgKP" %}
[Using Agents in Telegram](/agents/using-agents-in-external-tools/using-agents-in-telegram.md)
{% endcontent-ref %}

{% content-ref url="/pages/AtMeAQ1tbPlvLt1oI9uJ" %}
[Using Agents with Email](/agents/using-agents-in-external-tools/using-agents-with-email.md)
{% endcontent-ref %}


---

# 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.jetadmin.io/agents/using-agents-in-external-tools.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.
