# AI Settings

<figure><img src="/files/JS1DoDij5vt6723djbsO" alt=""><figcaption></figcaption></figure>

## Bot Personality Configuration

Define your bot's personality settings to tailor its responses and interactions:

<table><thead><tr><th width="222">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Answer Length</td><td>Specify the preferred length of responses provided by the bot.</td></tr><tr><td>Answer as</td><td>Determine the persona in which the bot will respond to users.</td></tr><tr><td>Tone</td><td>Select the tone of voice for the bot's responses.</td></tr><tr><td>Language</td><td>Choose the language in which the bot will communicate with users.</td></tr><tr><td>Answer Formatting</td><td>Decide the format in which the bot's responses will be presented to users.</td></tr><tr><td>Included Sources for Response</td><td>Enable to include sources for bot-generated responses.</td></tr><tr><td>Personalize Replies with Chat History</td><td>Personalize responses based on the user's chat history with the bot.</td></tr></tbody></table>

## Manage Unusual Chat Scenarios

Handle unique chat scenarios and ensure appropriate responses:

<table><thead><tr><th width="353">Scenario</th><th>Description</th></tr></thead><tbody><tr><td>Action Required When Bot Is Unable To Answer</td><td>Set a response message to display when the bot is unable to answer a user's query.</td></tr><tr><td>Action Required When Inappropriate Language Use</td><td>Define a message to address inappropriate language usage by the user.</td></tr></tbody></table>

#### ChatGPT Model Configuration

Integrate the ChatGPT model for advanced conversational capabilities:

| Action                 | Description                                                                                       |
| ---------------------- | ------------------------------------------------------------------------------------------------- |
| Integrate with ChatGPT | Click to integrate the ChatGPT model, enhancing the bot's conversational abilities and responses. |

**Saving Changes**

Once you have configured all the settings according to your requirements, click the "Save Changes" button to apply the changes. The bot will update its setting after some time ones cache is removed.


---

# 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://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/bot-settings/telegram-bot-settings/ai-settings.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.
