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

# QR키트 구성 안내

테이블로를 도입하시면 매장에 QR배송키트가 발송돼요.\
키트 안에 어떤 항목이 들어 있는지, 무엇을 어떻게 활용하면 되는지 안내해드려요.

### 1. QR배송키트 구성품

다음 4가지가 합포장되어 발송돼요.

<table><thead><tr><th width="180.39990234375">항목</th><th width="210.599853515625">수량</th><th>용도</th></tr></thead><tbody><tr><td><strong>QR카드</strong></td><td>사전 요청하신 디자인/수량</td><td>테이블에 부착하거나 거치해 손님이 QR코드를 스캔할 수 있도록 해요.</td></tr><tr><td><strong>QR카드 설치안내서</strong></td><td>1부</td><td>부착 위치와 방법을 한 장에 담았어요.</td></tr><tr><td><strong>사장님 쿠폰북</strong></td><td>1부</td><td>매장 운영에 활용할 수 있는 혜택 모음 쿠폰이에요.</td></tr><tr><td><strong>포스터</strong></td><td>1부</td><td>QR오더 사용 가능 매장임을 알리는 설치물이에요.</td></tr></tbody></table>

***

### 2. QR카드 종류

QR카드는 매장 환경에 맞게 **두 가지 사이즈**와 각각 4종 디자인 중에서 선택하실 수 있어요.

<table><thead><tr><th width="113.800048828125"></th><th>큰 사이즈</th><th>작은 사이즈</th></tr></thead><tbody><tr><td>사이즈</td><td>?????</td><td>??????</td></tr><tr><td>스티커형</td><td>테이블에 직접 부착하는 형태. 위치를 고정하고 싶을 때 추천</td><td>작은 테이블에 부착하기 좋은 사이즈</td></tr><tr><td>스탠드형</td><td>테이블 위에 세워두는 형태. 위치 조정이 자유로움</td><td>신규 브랜드컬러 캐릭터형 1종 포함, 매장 분위기에 맞춰 선택 가능</td></tr></tbody></table>

{% hint style="info" %}
어떤 디자인이 매장과 어울릴지 고민되시면, 컨펌 단계에서 시안을 받아보고 결정하실 수 있어요.
{% endhint %}

***

### 3. 배송 프로세스

QR키트는 다음 4단계 절차로 매장에 도착해요.

{% stepper %}
{% step %}

#### **시안 컨펌**

사장님이 QR카드의 디자인/사이즈/수량을 선택해주세요. 문자나 유선으로 안내드려요.
{% endstep %}

{% step %}

#### **테이블 정보 등록**

매장의 테이블명과 테이블 수가 제작 정보에 등록돼요.
{% endstep %}

{% step %}

#### **디자인 시안 확정**

매장별 QR카드 디자인이 최종 확정돼요.
{% endstep %}

{% step %}

#### **제작 후 발송**

키트가 합포장되어 우체국 택배로 발송돼요.
{% endstep %}
{% endstepper %}

***

### 4. 키트 도착 후 점검하기

<table><thead><tr><th width="332.4000244140625">점검 항목</th><th>확인 방법</th></tr></thead><tbody><tr><td>QR카드가 휘어지거나 손상되지 않았나요?</td><td>봉투 개봉 후 QR카드 모서리와 표면 상태 확인</td></tr><tr><td>컨펌하신 디자인/사이즈/수량이 일치한가요?</td><td>컨펌 시 받으신 자료와 대조</td></tr></tbody></table>

{% hint style="danger" %}
누락이나 손상이 있다면 고객센터(1833-8540)로 알려주세요.\
재배송이나 교체로 도와드려요.
{% endhint %}

***

#### 5. 함께 보면 좋은 페이지

* QR 출력/부착 가이드
* 도입 후 자가 점검 체크리스트


---

# 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://softment.gitbook.io/tablero/kit.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.
