# Conversational

Conversational agents facilitate communication between Katara's platform and your users. Currently, our platform supports [Discord](/about/agents/conversational/discord.md), [Telegram](/about/agents/conversational/telegram.md), [Slack](/about/agents/conversational/slack.md), and on your website in the form of a [chat widget](/about/agents/conversational/website-widget.md).

When Discord, Telegram, or Slack agents are used as part of a [Community Support workflow](/about/workflows/questions-and-answers-q-and-a.md), they can answer your community's questions directly in the platform they ask them in. These agents also be configured to run silently to just collect data from these platforms, which can later be used to analyze your community.


---

# 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.katara.ai/about/agents/conversational.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.
