> For the complete documentation index, see [llms.txt](https://docs.adnuntius.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adnuntius.com/adnuntius-connect/user-interface-guide-wip/integrations-in-progress.md).

# Integrations (in progress)

Adnuntius Connect comes with native integrations between Adnuntius Data and Advertising, and different external systems. For example, if you want to send Adnuntius Data segments to your Pubmatic SSP so that your segments are available for targeting in Pubmatic, this is where you can create such an integration.

To create an integration, go to Integrations and click “Create new”. Give your integration a name, and select the external target system from the source dropdown list. Once you have clicked “Create”, click on your newly created integration.

The fields to be filled in depends on the external system you chose. Below is a list of external systems you can choose from and the values you need to apply. Also, if you cannot find your external system below, please notify us at <support@adnuntius.com> and we will help you out.

| External system | Field 1                                                                                                     | Field 2                                                                                                         |
| --------------- | ----------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| Facebook        | Account ID: your Facebook ad account number. How: <https://www.facebook.com/business/help/1492627900875762> | Access token: Find your access token here: <https://developers.facebook.com/docs/facebook-login/access-tokens/> |
| Pubmatic        | Coming soon.                                                                                                | Coming soon.                                                                                                    |
| Adform          | Coming soon.                                                                                                | Coming soon.                                                                                                    |


---

# 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.adnuntius.com/adnuntius-connect/user-interface-guide-wip/integrations-in-progress.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.
