> For the complete documentation index, see [llms.txt](https://help.botpenguin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.botpenguin.com/bots/sms-bot/ai-settings.md).

# AI Settings

## What are AI Settings?

AI Settings is where you configure the intelligence behind your chatbot — defining how it thinks, responds, and behaves in conversations. This includes setting up your AI provider, crafting the bot's instructions and persona, controlling its communication style, and managing what data it captures from users.

Depending on when your account was created, you will have access to one of two experiences:

| Version                  | Who it's for                                                        | What's inside                                                   |
| ------------------------ | ------------------------------------------------------------------- | --------------------------------------------------------------- |
| **AI Settings (Latest)** | Accounts created recently using the AI Agent component in Chat Flow | Prompt, Communication Style, Meta Data, Advance Setting         |
| **AI Setting (Legacy)**  | Older accounts using the AI Response component in Chat Flow         | Basic Configuration, Chatbot Persona, Chat Scenarios, GPT Setup |

{% hint style="info" icon="lightbulb" %}
**Not sure which version you have?** Open your Chat Flow. If you see an **AI Agent** component, use the AI Settings doc. If you see an **AI Response** component, use AI Setting (Legacy).
{% endhint %}

Both versions allow you to:

* Define your bot's role, tone, and response behaviour
* Connect your own AI API key or use BotPenguin's built-in credits
* Control how the bot communicates with your customers
* Train the bot with your business-specific knowledge

Select the version that applies to your account from the sidebar to get started.


---

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

```
GET https://help.botpenguin.com/bots/sms-bot/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.
