# Installation on Facebook

### How do I configure it on Facebook?&#x20;

To configure the chatbot on your Facebook page, you can follow the following steps;&#x20;

* Go to 'Channel Configuration -> Facebook' <br>
* Click on 'Connect to Facebook'

{% hint style="info" %}
Clicking on this will open up a pop up window requesting to sign in to your Facebook account and for the permissions to be provided to Swiftsell app\
\
In case the pop up window does not open, please check your browser settings as you may have enabled a setting that blocks the pop up to open
{% endhint %}

* Select 'Facebook Page' to connect chatbot with<br>
* Check the status

{% hint style="info" %}
Click on 'Dropdown' and select the bot you would like to map to the selected Facebook Page. If the bot's status is turned on then you will see <mark style="color:green;">ACTIVE</mark> written on that page & if the bot is turned off, you will see <mark style="color:red;">INACTIVE</mark>\
\
If there is no status, that means that no bot is not connected to the page
{% endhint %}


---

# 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://docs.swiftsell.biz/getting-started/installation/installation-on-facebook.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.
