> For the complete documentation index, see [llms.txt](https://docs.neodove.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neodove.com/admin-portal/integrations/facebook-integration/integration-steps/test-your-integration.md).

# How to test your Facebook Integration?

## For **testing** the integrations with Facebook&#x20;

***

META does have a **lead-ads testing tool** through which one can create a **test lead** and track it on the **connected applications** with Facebook Account.

{% hint style="success" %}
**Page Link -** <https://developers.facebook.com/tools/lead-ads-testing>
{% endhint %}

### **Steps:**

***

1. Go to the **Testing Page** by clicking on the above mentioned link.

<figure><img src="/files/NlHJGSQlmCdppAY2lmtU" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="success" %}
On this page, select your **Facebook Page** and **Lead form** which is used on your **Facebook Ads**.
{% endhint %}

2. After **selecting** the Page and form here and click on “**Preview Form**”.

<figure><img src="/files/yLbc0WV9jc9teZkvEHvr" alt="" width="563"><figcaption></figcaption></figure>

Through the preview form button your **Lead form** will be opened. Now you have to **fill in** the details for creating a **test lead** and then click on "**Next**".

3. Click on "**Submit**".

<figure><img src="/files/VWI6EFJ0ski11Yhjir8a" alt="" width="563"><figcaption></figcaption></figure>

4. Track "**Status**"

<figure><img src="/files/uf4YiAktsORlS2Wif8XU" alt="" width="563"><figcaption></figcaption></figure>

Once you have clicked on **submit form**, a new button will appear which is "**Track Status**". You have to **click** on it to get the **status** of test lead submission.

5. Status will reflect as "**Success**".

<figure><img src="/files/ZmclvMyObIpJoVPquRgq" alt="" width="563"><figcaption></figcaption></figure>

After the **Success** result, go to your NeoDove campaign and **check** for your lead.

{% hint style="success" %}

1. You have to make multiple attempts on "**Track Status**" button if the result is coming as **pending.**&#x20;
2. Here in the above screenshot you can see there are **multiple app ids**, this means that there are **multiple tools** integrated with your Facebook Account.&#x20;
3. For NeoDove, the **App ID** starts from “**5999**”.
   {% 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.neodove.com/admin-portal/integrations/facebook-integration/integration-steps/test-your-integration.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.
