> For the complete documentation index, see [llms.txt](https://guide.marketap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.marketap.io/smartstore/preparation/integration.md).

# 네이버 스토어 연동

### 1. **네이버 커머스 솔루션 마켓에서 마켓탭 설치하기**

네이버커머스 솔루션 마켓의 '마케팅・CRM '섹션에서 "알림톡 1분 자동화 - 마켓탭"을 검색하고 \
\&#xNAN;**'추가하기'**&#xB97C; 클릭하여 운영중이신 스토어에 추가합니다. ([바로가기](https://solution.smartstore.naver.com/ko/solution/SOL_5vCDFGAhO6eYRNiHIVlFzs/detail))

<figure><img src="/files/D5nVeTzxCkoF8cPkJ5Ve" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
마켓탭은  네이버스토어로부터 API와 실시간 정보 제공을 통해 분석 및 메세지 발송에 필요한 필수 데이터를 전달받습니다. 고객의 개인정보 및 그와 관련된 데이터는 안전하게 보관되며 연동 해지 시 데이터를 즉시 파기합니다.
{% endhint %}

### 2. 마켓탭 콘솔 회원 가입

마켓탭 회원 가입을 진행합니다. 상세 내용은 아래 문서를 참고해주세요.

{% content-ref url="/spaces/j7juDvVk6ZB2uW9srw6N/pages/3lfg8hcvXgROmRHFlqwm" %}
[Broken mention](broken://spaces/j7juDvVk6ZB2uW9srw6N/pages/3lfg8hcvXgROmRHFlqwm)
{% endcontent-ref %}

### 3. 프로젝트 생성

프로젝트 생성하기 버튼을 클릭한 후, 운영 환경에서 "스마트스토어"를 선택합니다.

<figure><img src="/files/5hyMjRZc0ysClzxzzMmR" alt=""><figcaption></figcaption></figure>

프로젝트명, 업종/카테고리, 대표 도메인(쇼핑몰 도메인)을 입력한 후, '생성 완료' 버튼을 클릭 합니다.

<figure><img src="/files/BIDF59IVQdj8S36wMZyq" alt=""><figcaption></figcaption></figure>


---

# 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://guide.marketap.io/smartstore/preparation/integration.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.
