# Basic Configuration

## Basic Configuration

The **Basic Configuration** section allows you to set up the core AI capabilities of your website chatbot. This includes integrating an LLM provider, managing AI message usage, and enabling third-party app integrations required for advanced automation.

This setup is essential for activating AI-powered conversations and connecting your chatbot with external tools.

***

### Accessing Basic Configuration

1. **Create Your Bots**

* Begin by creating your chatbots. Once you've completed this step, proceed to the next.

2. **Chatbot Settings**

* Navigate to the "AI settings" .

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

3. Open the **Basic Configuration** section.

From here, you can configure the foundational AI and integration settings for your chatbot.

<figure><img src="/files/2L3TyCFmrsgqipPnBNjc" alt=""><figcaption></figcaption></figure>

***

### Integrate LLM Provider

To enable AI-generated responses, you must first integrate a **Large Language Model (LLM) Provider**.

#### Steps to Integrate an LLM Provider

1. Under Basic Configuration, click Integrate LLM Provider.
2. You will be redirected to the Third-party Apps Integration page.
3. Browse or search for the supported ChatGPT.
4. Click Connect.
5. Enter the required API credentials and complete authorization.

Once connected, the LLM provider will power your chatbot’s AI responses.

> ⚠️ LLM integration is mandatory for AI-based chatbot behavior.

{% content-ref url="/pages/vHQIq0ZJ4a5byhypbSJj" %}
[BotPenguin Integrations](/bots/website-mobile-app-bot/3rd-party-integrations/botpenguin-integrations.md)
{% endcontent-ref %}

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

***

### Third-party Apps Integration (LLM & Tools)

The **Third-party Apps Integration** page lists all supported external applications, CRMs, scheduling tools, payment gateways, and AI providers.

#### What You Can Do Here

* Connect AI/LLM providers
* Integrate CRMs to capture and sync leads
* Enable appointment scheduling tools
* Add payment gateways for transactions

#### How to Connect an App

1. Use the **Search** field to find the app you want.
2. Click **Connect** next to the app name.
3. Complete the authentication steps.
4. Once successful, the app status will update from **Not Connected** to **Connected**.

***

#### Integration Status

* **Not Connected** – App is available but not yet linked.
* **Connected** – App is successfully integrated and ready to use in chatflows.

***

### Purchase AI Messages Add-on

AI responses consume AI message credits. If your current plan limit is reached, you can purchase additional AI messages.

#### How to Purchase AI Messages

1. In **Basic Configuration**, click **Purchase AI Messages Add-on**.
2. Choose the required AI message pack.
3. Complete the payment process.
4. AI messages will be added to your account instantly.

This ensures uninterrupted AI conversations with your users.

{% content-ref url="/pages/fPanypSlYidD8xApGcrs" %}
[Buying Add-Ons](/subscription/buying-add-ons.md)
{% endcontent-ref %}

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

***

### How Basic Configuration Works Together

Once Basic Configuration is completed:

* The **LLM provider** powers intelligent, real-time AI responses
* **Third-party integrations** enable automation and data syncing
* **AI message add-ons** ensure scalability for high conversation volumes

Together, these settings form the foundation for advanced chatbot behavior.

***

### Important Notes

> ⚠️ AI responses will not work without an active LLM provider.\
> ⚠️ Ensure API credentials are valid during integration.\
> ⚠️ AI message usage depends on your plan and add-ons.

***

### What to Do Next

After completing Basic Configuration, you can:

* Design AI-powered chatflows
* Configure chatbot personality
* Use integrations inside flows (CRM, scheduling, payments)
* Monitor AI usage and performance

***

### Need Help?

If you face any issues while integrating an LLM provider or third-party apps, contact us at:\
📧 [**support@botpenguin.com**](mailto:support@botpenguin.com)

Our team will respond within **48 business hours**.


---

# 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.botpenguin.com/bots/facebook-bot/ai-settings/basic-configuration.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.
