> For the complete documentation index, see [llms.txt](https://docs.mercuryx.ai/dxp-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mercuryx.ai/dxp-guide/start/shop/cafe24.md).

# 카페24 연결

{% stepper %}
{% step %}

### 쇼핑몰 ID 입력

카페24 쇼핑몰 ID를 입력한 후 "앱 설치하기" 버튼을 클릭합니다.

<figure><img src="/files/Jrf3UbyOEwpI5SC8Iz0r" alt="" width="426"><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### 앱 설치 동의

MERCURY X 앱 데이터 접근 팝업에서 "동의함" 버튼을 클릭하면 앱 설치가 진행됩니다.\
\- 카페24 관리자 로그인이 되지 않은 상태인 경우 로그인 화면으로 연결됩니다.

<figure><img src="/files/rkCamAJ5UBQGAAAqgP0g" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 사이트 등록 정보 입력

앱 설치가 완료되면 머큐리엑스 화면에 사이트 등록 정보를 입력할 수 있는 창이 열립니다.\
\- 정확한 사이트 정보를 입력해 주세요.

<figure><img src="/files/nodfYVcEbl3LMVpQfjPY" alt="" width="426"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 사이트 등록 정보 확인

사이트 등록 정보가 정확한지 다시 한번 확인 후 확인 체크박스를 선택하고 "추가하기"버튼을 클릭하세요.\
카페24는 사이트 등록 후 쇼핑몰 방문자 행동 데이터 수집 스크립트가 자동으로 설치됩니다.

[스크립트 설치 위치 보기](/dxp-guide/brandspace/faq/connection.md#id-24)

<figure><img src="/files/K1NRnW3c4c1aHx79Pm8j" alt="" width="420"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 사이트 등록 완료

스크립트 자동 설치 후 등록한 사이트 정보가 "브랜드 사이트"목록에 표시됩니다.\ <mark style="color:red;">- 이미 다른 브랜드스페이스에서 스크립트가 설치된 경우 중복 설치가 제한됩니다.</mark>

<figure><img src="/files/5yNjHNhWLzgFBFFs3HmC" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://docs.mercuryx.ai/dxp-guide/start/shop/cafe24.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.
