> For the complete documentation index, see [llms.txt](https://docs.1send.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1send.net/learn/facebook/manage-facebook-page-connection.md).

# Manage Facebook Page Connection

When you set up your account for the first time, you need to connect your Facebook Page in order to start sending messages. We’ll be sending message on your behalf, so we need the correct permissions from your Facebook Page.

{% hint style="warning" %}
User must have "Messages and calls" permission for the Facebook Page. Read how to [check your Facebook Page permission](/learn/facebook/checking-page-permissions.md).
{% endhint %}

### Initial Facebook Page Setup

The button is available in the **onboarding step** when you first register an account. Clicking the button creates the initial connection between 1send and your Facebook user account, where permission can be granted.

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

### Update Facebook Page Connection

When you create or gain access to a new Facebook Page, you will need to provide permission to 1send to send messages on the Facebook Page's behalf. Go to **Settings → Account** and click the "Manage Page" button. This will allow you to grant permission to the new Facebook Page&#x20;

<figure><img src="/files/T4Dp9jFservPdha61r1h" 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://docs.1send.net/learn/facebook/manage-facebook-page-connection.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.
