# AI features

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

## Intelligent AI Connector

AI is useful when you use it as a tool, but it becomes transformative when you integrate it into your workflows. By making AI an active participant in your processes, you can stop managing the task and let the system handle it entirely. In Frends, AI can be included in the Processes natively using Intelligent AI Connector, automating tasks that have so far required human input.&#x20;

<figure><img src="/files/j5QCMgRt1zkDOQ12JNHI" alt="Picture showing the Native AI shape as part of a Frends Process."><figcaption><p>Intelligent AI Connector in action.</p></figcaption></figure>

[Learn more about the AI revolution here](/frends-development/ai-features/intelligent-ai-connector.md).

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

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>

[Check the AI Support Channels page for more details](/frends-development/ai-features/ai-support-channels.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.frends.com/frends-development/ai-features.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.
