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

# 前提条件

Brand Pages の統合を開始する前に、以下の要件が満たされていることを確認してください。

## 必要な設定

* 既存の Epsilon RMN プラットフォームへのアクセス – アクティブな Epsilon プラットフォームアクセス権限を持つ RMN アカウントが必要です。
* カタログ ID – 販売者の既存プロダクトカタログの識別子。RMN のオンボーディングプロセスの一部として Epsilon から提供され、Brand Pages に再利用されます。
* URL 設定 – 完全なブランドページのベース URL はオンボーディング中に設定され、Retailer Style Guide（例： `<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/ja/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.
