> For the complete documentation index, see [llms.txt](https://docs.frends.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frends.com/frends-development/ai-features.md).

# AI Assistance

Welcome to Frends AI, where innovation works hand in hand with functionality to enhance your business. Explore how AI can improve productivity, efficiency, and seamless integration in your operations.

## AI Assisted Development

Frends includes powerful AI tools to help you with creating your Processes exactly the way you need them to be. AI can help you both to set up a Task's parameters, as well as generate you code into a Code Task shape to perform more advanced actions within your Process.

<figure><img src="/files/gttI1KHRxqSovY0wNkOV" alt="Image showing AI Assistant at work, performing Task configuration."><figcaption><p>Simply provide the AI what you want to do, and it will suggest you parameters for the Task.</p></figcaption></figure>

Read more about the AI development features from [AI Assisted Development](/frends-development/ai-features/ai-assisted-development.md) page.

## AI Assisted Documentation

In addition to providing AI Assistants for helping you create Processes and the functionality you require, Frends also includes automatic Process documentation generation with AI. This will take care of the often most important aspect of development, which no one usually wants to do if asked. With AI assisted documentation generation, there are no excuses for not having up to date docs for your Processes.

<figure><img src="/files/WG8P3ls39zvCpin3kcFY" alt=""><figcaption><p>Just click a button and you have comprehensive documentation about the Process.</p></figcaption></figure>

[Check her to learn how to automate your documentation](/frends-development/ai-features/documentation-generation.md).

## AI Support Channels

The recommended starting point is the AI-powered search in Frends Docs. You can easily access the search from the top navigation bar's search field, or by pressing **CTRL-K**. To open a chat with AI, select the **Ask** button or press **CTRL-I** for **AI Assistant** sidebar.

<figure><img src="/files/HfOeu9HUsiEwcrQ2OSyK" 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.

For support cases and environment-related issues, use the **Frends Portal AI Chat** available at **portal.frends.com**. It provides quick help when something is wrong in your environment or when you need support with platform-related issues.

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.

[Check the AI Support Channels page for more details](/frends-development/ai-features/ai-support-channels.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.frends.com/frends-development/ai-features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
