# AI Content

The AI Content feature enables you to enhance text within your chatbot flow by leveraging artificial intelligence. With this tool, you can:

* Translate text into different languages and specific tones or writing styles.
* Generate new content based on your prompts or instructions.

{% hint style="warning" %}
This feature is available only with a specific license and a sufficient number of tokens.
{% endhint %}

#### How to Access and Use the Feature

1. Select the Text: Click on the text element within your chatbot flow that you wish to edit.

   <figure><img src="/files/RzYhJjcImGwepP3sf1e8" alt="" width="515"><figcaption></figcaption></figure>
2. Open AI Content: Click the AI Content button to launch the AI editing dialog

   <figure><img src="/files/LwkOCWPfIp5DEf85OXoe" alt="" width="458"><figcaption></figcaption></figure>
3. Choose one or more Options:
   * Select from predefined options in the 'Default' tab to edit the text.

     <figure><img src="/files/pO6Zxe4UxADE6YT2qOtS" alt="" width="563"><figcaption></figcaption></figure>
   * If the available options don't meet your needs, enter a custom instruction  in the 'Custom' tab to specify how you'd like the AI to modify the text.

     <figure><img src="/files/ccOY4Hx8pZIwnNmYCm8P" alt="" width="563"><figcaption></figcaption></figure>
4. Apply Changes: Review the AI-generated output and apply it to your chatbot flow as desired by clicking on the 'Apply' button.<br>

   <figure><img src="/files/dFKLQkfXBjpvvdFKzfZP" alt="" width="563"><figcaption></figcaption></figure>

   <figure><img src="/files/Ejb31M1j8kouKylPVEGb" alt="" width="563"><figcaption></figcaption></figure>
5. Save changes: Click on the 'Save' button to confirm the changes to the action.

   <figure><img src="/files/4AOapZWpcUURpsFtKF55" alt="" width="512"><figcaption></figcaption></figure>

{% hint style="danger" %}
You must have a sufficient number of Account Tokens to use this feature. Without enough tokens, interaction with the AI Assistant will be disabled.
{% endhint %}


---

# 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.mylinkconnect.com/basic-concepts/the-chatbot-designer/ai-tools/ai_content.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.
