> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/integration-and-widget/how-to-update-facebook-page-selection-and-permissions.md).

# How to Update Facebook Page Selection & Permissions

You might want to change which page is integrated into your account. Follow these steps to update your integration with Facebook to access new (or previously unselected) pages.

**Part 1: Set up your Facebook Settings and Privacy to allow the integration.**

**Step 1:** Once logged in to your Facebook account, navigate to the dropdown menu in the top right corner of Facebook.

**Step 2:** Select Settings and Privacy > Settings.

**Step 3:** Scroll down in the menu on the left-hand side and click on "Business Integrations". The Business Integrations page will load, and you'll see a screen that looks like this (with varying apps showing):

{% embed url="<https://lh3.googleusercontent.com/XFBvJSyXcBusWn6GbWsjbaRdrMR3S24l1P0Kc5mfZKrAsN1IN1NWkHKICWbhtWzwNXEnl4HUCB_29REcLXJBr_HeuKUbkAGR02R_isUs-qhX-z66p3bsZUSVl592dWtHoDY31Xk=s0>" %}

**Step 4:** Navigate to "Lead Connector" and click "View and Edit" on the right.

**Step 5:** A new window will pop up. Under the following headers, choose the pages you want by checking the box(es) for the page. Repeat this step for:

* Manage and access Page conversations in Messenger
* Show a list of the Pages you Manage
* Access Leads for your pages
* Create and manage ads for your page

**Step 6:** Click Save in the bottom right of the pop-up window.

**Part 2: Return to the app to integrate the Facebook page.**

**Step 1:**  Under Settings > Integrations > Facebook, click "Select a Facebook Page".

**Step 2:** A new window will load and a dropdown will allow you to select which page you want to integrate.

**Step 3:** Click "Connect Page" to save.


---

# 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://software-help-docs.gitbook.io/knowledge-base/software-guide/integration-and-widget/how-to-update-facebook-page-selection-and-permissions.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.
