> For the complete documentation index, see [llms.txt](https://mobkoi.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mobkoi.gitbook.io/docs/publisher-integrations/readme.md).

# Prerequisites

### Consent Management

If your website is accessed in a country where GDPR applies, you must implement a consent management platform (CMP) compliant with TCF v2.2, including the Mobkoi and Equative vendor IDs (898, 45).

### Ads.txt

The **ads.txt** (Authorised Digital Sellers) file is a text file that you place on your web server to declare which companies are authorised to sell your digital inventory. This helps prevent unauthorised and domain-spoofed ad inventory sales, ensuring transparency and trust in the digital advertising ecosystem.

#### Why You Need It

* **Transparency**: Let your buyers know who is authorised to sell your digital ad inventory.
* **Prevent Fraud**: Protect against unauthorised and domain-spoofed ad sales.
* **Build Trust**: Enhance trust within the digital advertising ecosystem by providing a clear list of authorised sellers.

#### Required Entries

Your `ads.txt` file should contain the following entries, replacing `[YOUR_ID]` with your specific ID provided by Mobkoi.

```
mobkoi.com, [YOUR_ID], DIRECT
smartadserver.com, 5290, RESELLER, 060d053dcf45cbf3
```


---

# 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://mobkoi.gitbook.io/docs/publisher-integrations/readme.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.
