# Facebook/Instagram retargeting

In order to retarget your users from Facebook/Instagram your Facebook pixel Id has to be configured in PickZen. Select Integrations/Facebook and enter your pixel Id:

![](/files/-MG8axtBcTnbu9WIXKUk)

Once done all your Assistants will send information to your Facebook account.&#x20;

In case you don't want a specific quiz to send information to Facebook, you can uncheck the Facebook pixel setting.

![](/files/VZe001zrI6SxR7ubBTaf)

Let's suppose we have an Assistant with the following questions:

1. What shoes do you prefer?
   1. Flat
   2. Heel
2. What style do you prefer?
   1. Classic
   2. Fashion
3. Enter your name and age
   1. Name
   2. Age

Now, suppose we want to retarget the users that prefer fashion heel shoes with age greater than 30 years old. Go to Integrations / Facebook and select your Assistant. The Audiences Creation Helper will display all the available keys needed to create the audience on Facebook:

![](/files/-MG8kx6AxlyXlsiq7YiZ)

All answers are associated with the pzSlide event. In this example, the Heel answer has **pzSlide options** as **\[101]**,  Fashion **pzSlide options** as **\[107]**, and the age field **f101\_105** as **30**.

With this information, we can go to Facebook Ads Manager and create a new audience:

![](/files/-MG8krUAlVwc3stjxIvK)

Note as the keys are relative to the current Assistant so first of all, it is necessary to filter the pzSlide events by Assistant code:

![](/files/-MG8mg5-xa7gm4rOEEPS)

Similarly, in the case you need to retarget only the users that completed the Assistant, you can also use the event **pzFinish** with the Assistant code:

![](/files/-MG8muP7T8k3YZVgxINR)


---

# 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://help.pickzen.com/guides/facebook-instagram-retargeting.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.
