# 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: 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.1send.net/learn/facebook/manage-facebook-page-connection.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.
