> For the complete documentation index, see [llms.txt](https://help.chatterfy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.chatterfy.ai/tracker/funkcional-tracker/campaigns/istochniki/facebook.md).

# Facebook

Для добавления источников перейдите в раздел Campaigns

1. Нажмите "Create Campaign" (Создать кампейн)

<figure><img src="/files/NYfyp1zC2AnYvfgT4hsz" alt=""><figcaption></figcaption></figure>

2. Нажмите на Sources (Источники)

<figure><img src="/files/bGfrKeNDXtbIrSUhimWE" alt=""><figcaption></figcaption></figure>

3. Нажмите Add Source (Добавить источник)

<figure><img src="/files/0EAHm7MCmiGqNg36Lokk" alt=""><figcaption></figcaption></figure>

4. Добавьте Name - внутреннее обозначение

<figure><img src="/files/q0pfeKGLHuSfe1CmOfRP" alt=""><figcaption></figcaption></figure>

5. Выберите Provider. Выберите нужный вам Provider. В данном случае Facebook

<figure><img src="/files/L82XadyWLOvC59IN71D9" alt=""><figcaption></figcaption></figure>

6. Добавьте Pixel ID и Pixel Access Token
7. Выберите добавленный вами Proxy. Proxy создается для отправки вами уникальных запросов.

<figure><img src="/files/COUDU4GQixO2XdBqho5Y" alt=""><figcaption></figcaption></figure>

8. В разделе Mapping Events слева вы будете видеть внутренне обозначение Chatterfy и справа ивенты, которые передаются ФБ

<figure><img src="/files/S8nXzuN0sXp55kVRlnCA" alt=""><figcaption></figcaption></figure>


---

# 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://help.chatterfy.ai/tracker/funkcional-tracker/campaigns/istochniki/facebook.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.
