# General

## **Interactive Guide** <a href="#general" id="general"></a>

{% embed url="<https://app.arcade.software/share/PCW74X7xSs00w6jmcL1c>" %}

## **General** <a href="#general" id="general"></a>

To open Facebook General 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.

The General section allows you to configure core interaction settings for your Facebook chatbot. Below are the fields and their functionalities:

1. **Session Timeout** Define the time limit after which the chat session will automatically end if the user does not respond to the bot's messages.
2. **Restart Chat Keywords** Specify keywords to restart the chat. For example, entering "restart" will trigger a new chat session. Multiple keywords can be added.
3. **Live Chat Expiry** Set a time limit for live chat requests. If no agent accepts the request within this time, the live chat request will expire.
4. **Live Chat Request Keywords** Add keywords to initiate a live chat request. For instance, typing "live agent" will request live agent support.
5. **Unavailability Message** Customize the message shown when live chat support is unavailable. Example: "Live chat is currently unavailable. Sorry for the inconvenience."
6. **Completion Message** Provide a message that appears when a chat session concludes. This can include instructions for restarting or requesting live chat again.
7. **User Inactivity Message** Configure a message to prompt the user when there is no activity. Example: "It seems you haven't responded. Please reply to continue."

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

***

If everything is correct and you are still unable to move forward, write to us at  <support@botpenguin.com> .We will respond back 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/facebook-chatbot-settings/general.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.
