# How to Add Messenger Platform to Your Facebook App

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

Klik tombol **'Product'**.

![Add Product](/files/ZlIhgvVgA8tiCp9qUhO6)

Dari halaman daftar produk, klik tombol **'Set Up'** pada produk **'Messenger'**. Webhook Platform akan ditambahkan ke app Anda, dan akan menampilkan settings console dari Webhook.

![Set Up Messenger Platform](/files/7drMbU1JskeYs51Oy22A)

### **Configure the Webhook For Your App**

Pada bagian **'Webhooks'** pada Messenger settings console, click the **'Add Subscription'**. Ini akan membuat app Anda berlangganan untuk menerima webhooks event untuk Page tersebut.

![Webhooks](/files/PsspEcdJD0fl8l53tNUC)

Masukkan callback URL yang Anda dapatkan ketika membuat channel Facebook pada langkah sebelumnya.&#x20;

<figure><img src="/files/KW6Lj9281OX3jbuPPigA" alt=""><figcaption><p>Add Callback URL</p></figcaption></figure>

Setelah Anda menambakan callback URL, klik tombol **'Add subscription'** pada page untuk menambahkan subscription pada field webhook. Pilih **'messages'**, **'message\_deliveries'** dan **'messaging\_postbacks'**. Kemudian, klik tombol **'Save'**.

![Subscription Fields](/files/GC3tEHSX0aMgU59vQOqd)

Penambahan subscription messenger telah berhasil.

![Subscription Messenger](/files/seN5IjmYNETkFti1na0t)

Pada halaman permissions and feature, klik '**Request Advanced Acces'** pada **pages\_messaging**.

![Permissions and Features](/files/PTBfJpi9duCFMc5HPXgv)

Setelah itu, Anda hanya perlu menunggu hasil dari Facebook terkait request yang Anda kirimkan.

{% hint style="info" %}
Anda dapat merujuk halaman [ini](/5.3.0-id/integration/chanel-connector/facebook/how-to-create-facebook-app/permission-and-feature.md) untuk mengetahui perbedaan dari standard dan advanced access.&#x20;
{% endhint %}


---

# 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.3dolphins.ai/5.3.0-id/integration/chanel-connector/facebook/how-to-add-messenger-platform-to-your-facebook-app.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.
