# How to Add Webhooks Platform to Your Facebook App

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

Click the **'Product'** button.

![Add Product](/files/Es7wbwjl8rmXLisMRIPT)

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

![Set Up Webhook](/files/hqLcsTCi6oCdpclIYQ5m)

### **Configure the Webhook for your App**

Before setting up a webhook, make sure the Facebook channel is online. If the Facebook channel is offline, you will not be able to verify and save the webhook you have configured.

![Channel Connector](/files/ZJsMhbJYCx4yDb9QnX0K)

Select webhooks category, example select category **Page**. Then, click the **'Subscribe to this object'** button.

![Webhook Category](/files/25M4jedDAWBWGMIOneGZ)

In the pop-up '**Edit Page Subscription'**. This will subscribe your app to receive webhook events for the Page.

![Edit Page Subscription](/files/kVO9JGfgZKbmxDLIJJ2L)

On the **'Callback URL'** field, copy and paste the public URL for your webhook.

![Callback URL](/files/KEdEBTmVpbIRBib5Ugtb)

The public URL is obtained after creating a Facebook channel in our application. You can copy the URL by clicking the **'Channel Copy URL'** button, as shown below.

{% hint style="warning" %}
Channel URL must have added port. Please see [this](/integration/channel-connector/facebook/create-a-new-channel-of-facebook.md) page to add ports.
{% endhint %}

<figure><img src="/files/0SuUqMLEeaDQ1gGh6NaN" alt=""><figcaption><p>Channel Copy URL</p></figcaption></figure>

In the **'Verify Token'** field, enter the verify token for your webhook. Click the **'Verify and Save'** button.

![Verify Token](/files/0SuUqMLEeaDQ1gGh6NaN)

Click the '**Subscribe'** button on '**feeds'**, '**pictures'**, '**ratings',** and **'videos'.**

<figure><img src="/files/ngq7G2djcR28KGYN0S7Y" alt=""><figcaption><p>Webhook Subscription</p></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.3dolphins.ai/integration/channel-connector/instagram-bussiness/how-to-add-webhooks-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.
