# Connect to Facebook Page

Follow these steps to create a Facebook Channel for your bot on the Amity Bots platform:

1. **Start Creating a New Channel**:
   * Navigate to the Channel page.
   * Click on the "Add New Channel" button.
2. Select Facebook
3. A popup will appear, prompting you to log in with your Facebook credentials. Ensure you log in with an account that has admin privileges for the Facebook page you wish to connect with Amity Bots. This is crucial for proper integration.

   <figure><img src="/files/DXsWolzJk3MWA7KkUODr" alt=""><figcaption></figcaption></figure>
4. A list of Facebook pages associated with your account will be displayed, select the pages you want Amity Bots to have access to.
5. After selecting the desired pages, proceed to authorization steps until you're redirected back to the Amity Bots Platform.
6. Upon redirection, you'll see a list of the pages for which you've granted Amity Bots access. Choose the specific page you want to connect your bot to.

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

A new channel will be created, linking your Amity Bot to the chosen Facebook page. When users interact with your Facebook page, they'll be communicating with your Amity Bot.


---

# 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.amitysolutions.com/amity-solutions/amity-bots-platform/channels/connect-to-facebook-page.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.
