# AI Support Channels

Frends provides intelligent, AI-powered assistance tools to give you immediate help exactly when and where you need it. Every Frends tenant includes an integrated AI chat, accessible through the Help button in the top-right navigation bar. Trained on the complete Frends documentation and extensive training materials, it provides instant answers to your questions without waiting for support responses.

<figure><img src="/files/c4bx1u5BXzaMzD1Q3Vc8" alt=""><figcaption><p>Frends Bot will provide quick answers to your questions.</p></figcaption></figure>

When the AI chat cannot fully resolve your issue, you can also seamlessly escalate to our support team directly from the same chat window. This ensures continuity, as the context of your conversation is available to support agents, helping them understand your situation quickly. The system automatically creates support tickets when needed, ensuring proper tracking and prioritization.

Beyond the in-platform chat, you'll also find an AI-powered search right here in the Docs. You can easily access the AI Docs Assistant here from the top navigation bar's search field, or by pressing **CTRL-K**.

<figure><img src="/files/Q2Sk1tiRGT5CC7qzXASS" alt=""><figcaption><p>Any search queries and questions can be redirected to the AI Assistant in Frends Docs.</p></figcaption></figure>

Rather than simply returning a list of links, the Docs AI analyzes your query and delivers a curated answer tailored to your use case. This transforms these pages from a passive reference into an active problem-solving resource.

Together, these AI-powered tools create a comprehensive support ecosystem that helps you work more efficiently, learn faster, and build integrations with confidence. Whether you're new to the platform or an experienced developer, Frends' AI assistance keeps you moving forward.


---

# 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.frends.com/frends-development/ai-features/ai-support-channels.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.
