# General

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

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

***

## What are General Settings

The **General** section allows you to configure the fundamental interaction settings for your Instagram chatbot. These settings define how the chatbot manages conversations, session timeouts, live chat requests, and user inactivity handling.

To Navigate.

1. Go to All bots
2. Select your Instagram Bot
3. Click on the Setting tab from the expanded menu.

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

***

## Benefits of General Settings

* 🎯 Ensure smooth and structured chatbot interactions.
* 🟢 Automate chat restarts using simple keywords.
* 🎯 Provide fallback messages for unavailable live support.
* 🟢 Manage live chat requests with custom expiry times.
* 🎯 Improve user engagement with inactivity reminders.

***

## How to Use?

The General section allows you to configure core interaction settings for your Instagram 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."

Add these general settings and click on Save.

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

***

## FAQ's

<details>

<summary>What is the default session timeout if I don’t configure it?</summary>

By default, sessions may end after a system-defined inactivity period. It is recommended to configure this setting to suit your needs.

</details>

<details>

<summary>Can I add multiple restart keywords?</summary>

Yes, you can add multiple keywords (e.g., "restart", "begin", "new chat") to restart the chat.

</details>

<details>

<summary>What happens if no agent accepts a live chat request before expiry?</summary>

The request will expire automatically, and the user will receive the configured unavailability or fallback message.

</details>

<details>

<summary>Can I customize the unavailability message?</summary>

Yes, you can fully customize this message with any text, including brand tone and emojis.

</details>

<details>

<summary>What is the difference between a completion message and inactivity message?</summary>

The completion message is shown when a chat session ends, while the inactivity message prompts users during an ongoing but idle session.

</details>

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/instagram-bot/instagram-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.
