> For the complete documentation index, see [llms.txt](https://help.citrusad.com/retail-media-interface/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.citrusad.com/retail-media-interface/integration/cs/brand-pages/brand-page-retailer-integration-guide/prerequisites.md).

# Předpoklady

Před zahájením integrace Brand Pages se ujistěte, že jsou splněny následující požadavky:

## Požadované nastavení

* Stávající Epsilon Přístup k platformě RMN – Musíte mít aktivní Epsilon účet RMN s přístupem k platformě.
* ID katalogu – Identifikátor stávajícího katalogu produktů prodejce, který poskytla společnost Epsilon v rámci procesu onboardingu do RMN a který se znovu používá pro Brand Pages.
* Konfigurace URL – Úplná základní URL adresa stránky značky se konfiguruje během onboardingu a ukládá se v příručce Retailer Style Guide (např. `<https://retailer.com/brand/>`).
* Infrastruktura reverzního proxy – Schopnost nastavit reverzní proxy pro bezproblémovou integraci, včetně stanovené Epsilonhostitelské adresy pro sledování (`https://[region]-tracking.rmn.dotomi.com/`) pro směrování požadavků na sledování z prohlížeče.
* Podpora HTTPS/TLS 1.2+ – Vyžadována pro bezpečnou komunikaci a sledování.
* Informace ze příručky Style Guide – Barvy značky, písma a požadavky na styl shromážděné během onboardingu.
* Vytvoření šablony – Dokončeno během procesu onboardingu s týmem Epsilon šablony.

## Kontrolní seznam před zahájením

* [ ] Epsilon Přístup k platformě RMN potvrzen.
* [ ] ID katalogu přijato od společnosti Epsilon.
* [ ] Struktura předpony URL dohodnuta.
* [ ] Schopnost reverzního proxy ověřena.
* [ ] Infrastruktura HTTPS/TLS 1.2+ připravena.
* [ ] Hostitelská adresa pro sledování přijata od společnosti Epsilon.
* [ ] Informace ze příručky Style Guide poskytnuty společnosti Epsilon.
* [ ] Šablony Brand Pages vytvořeny a schváleny.

<br>


---

# 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.citrusad.com/retail-media-interface/integration/cs/brand-pages/brand-page-retailer-integration-guide/prerequisites.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.
