> For the complete documentation index, see [llms.txt](https://help.oneroute.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.oneroute.io/connecting-channels/facebook-messenger.md).

# Facebook Messenger

To chat with your customers over Facebook Messenger, connect to a Facebook Page.

**Step 1: Navigate to Channel Settings**&#x20;

From **Settings** module, navigate to the menu item, **Channels**.

**Step 2: Add Channel**

Click **Add Channel** under **Facebook** **Messenger**. Click **Next** and the **Connecting Facebook Messenger** dialog should open up.

**Step 3: Connect with Facebook**

Click the **Connect With Facebook** button.

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

**Step 4: Sign in with a Facebook Account**

Sign in using the Facebook account with admin access to the page you would like to connect to.

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

**Step 5: Select the Facebook Page**

You will be provided options on which page you would like to connect. Select the page.

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

**Step 6: Complete the setup at oneroute.io**

Click **Dismiss** to complete the setup.&#x20;

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.oneroute.io/connecting-channels/facebook-messenger.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
