> For the complete documentation index, see [llms.txt](https://docs.twoowls.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twoowls.io/getting-started/level-up-your-data-with-capi.md).

# Level up your data with CAPI

<img src="/files/DibUYvblTHnEVP9DlZ8Q" alt="" data-size="original">

{% hint style="info" %}
CAPI comes in when the pixel is blocked by the browser. This is a crucial step to making data-backed ads decisions. You won’t want to make decisions on an eclipsed view of data right?
{% endhint %}

### Get an access token

The access token is a key that allows our app to send server events to the Facebook server through Conversion API (CAPI). Server events will be stored in your pixel ID and processed the same way as browser events by Facebook.

![](https://storage.crisp.chat/users/helpdesk/website/8383e5404a31c000/image_p6qk3j.png)

### Pass the access token to Omega app

<figure><img src="/files/7jfu8H1edBla8qLLGR0k" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
:tada:That’s it! Your next task is to **ship your very first events to Facebook** to see if both browser and server events are sent properly.
{% endhint %}

{% content-ref url="/pages/UN2PQD2v7tAtDWM7Jxed" %}
[Ship your very first events to Facebook](/getting-started/ship-your-very-first-events-to-facebook.md)
{% endcontent-ref %}

\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_

:sparkles:***Recommended App***

<figure><img src="/files/6eBkC2HAvq34f8gYreGI" alt=""><figcaption></figcaption></figure>

Auto-sync PayPal tracking info & Stripe. Faster PayPal funds release and build trust with PayPal.&#x20;

Use code **OMEGA20 for 20% OFF All Plans - 6 months**. [Install the app now](https://apps.shopify.com/synctrack?utm_campaign=crs\&utm_source=fbpixel\&utm_medium=docs)!


---

# 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.twoowls.io/getting-started/level-up-your-data-with-capi.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.
