# FaceBook Messenger

{% embed url="<https://www.loom.com/share/8923caf6e3454760bdbf33facad35875?sid=839bc527-6291-448b-b109-23dc0ff3cddf>" %}

1. Log in to [Dashboard](https://orimon.ai/login) -> navigate to the overview page of the bot that you want to change.
2. On the overview page, you will see several tabs. Look for the one labelled "Launch" and click on it.

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

3. Select the "Facebook" tab. Click on the "**Enable**" switch to enable the integration.

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

{% embed url="<https://www.loom.com/share/4596a462b3ec427fbfadc39a8fbd573c?sid=e51da482-28ca-4e3a-9cbc-b5bf36c98613>" %}
You can also refer to this demo video
{% endembed %}

4. Click on the "Start Setup" button, and log into your Facebook account.

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

7. Select the Facebook page you want to connect with your bot and continue.
8. Your Facebook page has been set up, and it will be displayed on Orimon.

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

9. To test your bot, try sending a message on Facebook Messenger to your connected page.

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

By following these steps, you can successfully integrate your bot with Facebook Messenger and begin interacting with users on your website through the Facebook platform.

{% hint style="warning" %}
Please note that in order to integrate your bot with Facebook Messenger, you need to have a Facebook Business Page. The integration process is specifically designed for business pages, and personal profiles cannot be used for this purpose. So, before proceeding with the integration, ensure that you have a Facebook Business Page associated with your account.
{% endhint %}

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

{% hint style="info" %}
Once you have integrated your bot with Facebook Messenger, you have the option to enable or disable the bot's functionality on the platform. By clicking on the enable/disable toggle, you can control whether the bot responds to incoming messages on Facebook Messenger. If the bot is disabled, it will not respond to any messages received on the platform. This gives you the flexibility to activate or deactivate the bot's functionality as per your requirements.
{% 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://orimon.gitbook.io/docs/channels/facebook-messenger.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.
