# Facebook Chatbot Settings

Facebook Chatbot Settings allow you to control how your bot behaves on **Facebook Messenger**, including greeting messages, response handling, automation rules, and live chat behavior. These settings help ensure smooth conversations and a consistent brand experience.

***

### Accessing Facebook Chatbot Settings

To open Facebook chatbot settings:

1. Log in to your **BotPenguin Dashboard**
2. Select your **Facebook Bot**
3. Go to **Settings**

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

4. There will be several options to configure your Bot settings
5. By default it will be on the General tab.

<figure><img src="/files/8MPAdT9aBM6R3EFqbExX" alt=""><figcaption></figcaption></figure>


---

# 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/facebook-chatbot-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.
