> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/5.1.x/integration/channel-connector/facebook/how-to-create-facebook-app/how-to-add-messenger-platform-to-your-facebook-app.md).

# How to Add Messenger Platform to Your Facebook App

### **Add the Messenger Platform to your Facebook app**

Click the '**Product'** button.

![Add Product](/files/-MUr7SshEjMrVVGol07I)

From the product list page click on the '**Set Up'** button on the **'Messenger'** product. The Messenger Platform will be added to your app, and the messenger settings console will be displayed.

![Set Up Messenger Platform](/files/-MUrudFahh981bcZCre5)

### **Configure the Messenger For Your App**

In the ‘**Webhooks**‘ section of the Messenger settings console, click the **‘Add Subscription’**. This will subscribe your app to receive webhook events for the Page.

![Webhooks on Messenger Settings](/files/-MUrv1CtIM4vtNDh3kNM)

On the pop-up subscription, choose **‘messages’**, **‘message\_deliveries’** and **‘messaging\_postbacks’** to get started. Click the **'Save**‘ button

![Subscription Fileds](/files/-MUrvM3aT73sE8eMhrZO)

Add subscription messenger is successful.

![Subscription Messenger](/files/-MUrvfGNa5dvsFOLYbEw)

On the permission and features page, click ‘**Request Advanced Access’** on page\_messaging.

![Add to Submission](/files/-MUrvzt0lDJtZSV-apJA)

After that, all you have to do is wait for Facebook's response to your request.

{% hint style="info" %}
To know the difference between standard and advanced access, you can refer to [this](/5.1.x/integration/channel-connector/facebook/how-to-create-facebook-app/permission-and-feature.md) page.
{% endhint %}


---

# 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.3dolphins.ai/5.1.x/integration/channel-connector/facebook/how-to-create-facebook-app/how-to-add-messenger-platform-to-your-facebook-app.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.
