> 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/it/brand-pages/brand-page-retailer-integration-guide/prerequisites.md).

# Prerequisiti

Prima di iniziare l'integrazione delle Brand Pages, assicurati che siano soddisfatti i seguenti requisiti:

## Configurazione richiesta

* Esistente Epsilon Accesso alla piattaforma RMN – È necessario disporre di un account Epsilon RMN attivo con accesso alla piattaforma.
* ID catalogo – Identificatore del catalogo prodotti esistente del rivenditore, fornito da Epsilon come parte del processo di onboarding RMN e riutilizzato per le Brand Pages.
* Configurazione URL – L'URL di base completo della pagina del brand viene configurato durante l'onboarding e memorizzato nella Guida di stile del rivenditore (ad es., `<https://retailer.com/brand/>`).
* Infrastruttura di reverse proxy – Capacità di configurare un reverse proxy per un'integrazione senza interruzioni, incluso l'hostname di tracciamento assegnato da Epsilon(`https://[region]-tracking.rmn.dotomi.com/`) per l'instradamento delle richieste di tracciamento del browser.
* Supporto HTTPS/TLS 1.2+ – Richiesto per la comunicazione sicura e il tracciamento.
* Informazioni sulla guida di stile – Colori del brand, font e requisiti di stile raccolti durante l'onboarding.
* Creazione dei template – Completata durante il processo di onboarding con Epsilon team.

## Checklist Prima di iniziare

* [ ] Epsilon Accesso alla piattaforma RMN confermato.
* [ ] ID catalogo ricevuto da Epsilon.
* [ ] Struttura del prefisso URL concordata.
* [ ] Funzionalità di reverse proxy verificata.
* [ ] Infrastruttura HTTPS/TLS 1.2+ attiva.
* [ ] Hostname di tracciamento ricevuto da Epsilon.
* [ ] Informazioni sulla guida di stile fornite a Epsilon.
* [ ] Template delle pagine di brand creati e approvati.

<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/it/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.
