> For the complete documentation index, see [llms.txt](https://help.reekolect.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/bot-settings/facebook-bot-settings/ai-settings.md).

# AI Settings

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