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

# 사전 요구 사항

브랜드 페이지 연동을 시작하기 전에 다음 요구 사항이 갖추어져 있는지 확인하십시오.

## 필수 설정

* 기존 Epsilon RMN 플랫폼 액세스 – 활성화된 Epsilon 플랫폼 액세스 권한이 있는 RMN 계정이 있어야 합니다.
* 카탈로그 ID – 리테일러의 기존 상품 카탈로그에 대한 식별자로, Epsilon 에서 RMN 온보딩 프로세스의 일부로 제공하며 브랜드 페이지에 재사용됩니다.
* URL 구성 – 전체 브랜드 페이지 기본 URL은 온보딩 중에 구성되며 리테일러 스타일 가이드에 저장됩니다 (예: `<https://retailer.com/brand/>`).
* 역방향 프록시 인프라 – 브라우저 추적 요청 라우팅을 위해 Epsilon-할당된 추적 호스트 이름(`https://[region]-tracking.rmn.dotomi.com/`)을 포함하여 원활한 연동을 위한 역방향 프록시를 설정하는 기능.
* HTTPS/TLS 1.2+ 지원 – 안전한 통신 및 추적에 필요합니다.
* 스타일 가이드 정보 – 온보딩 중 수집된 브랜드 색상, 글꼴 및 스타일 지정 요구사항입니다.
* 템플릿 생성 – 온보딩 프로세스 중에 완료됨: Epsilon 팀.

## 시작 전 체크리스트

* [ ] Epsilon RMN 플랫폼 액세스가 확인되었습니다.
* [ ] 카탈로그 ID를 다음으로부터 수신함: Epsilon.
* [ ] URL 접두사 구조에 합의했습니다.
* [ ] 리버스 프록시 기능이 검증되었습니다.
* [ ] HTTPS/TLS 1.2+ 인프라가 구축되었습니다.
* [ ] 트래킹 호스트 이름을 다음으로부터 수신함: Epsilon.
* [ ] 스타일 가이드 정보가 다음에 제공됨: Epsilon.
* [ ] 브랜드 페이지 템플릿이 생성되고 승인되었습니다.

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