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

# ★터치키 만들기

{% hint style="warning" %} <mark style="color:orange;">**매장 웹 영업정보시스템**</mark>에서 만들 수 있습니다.&#x20;

POS에서 <mark style="color:orange;">**웹정보**</mark>버튼을 눌러주세요. (버튼이 없다면 대리점에 요청하세요)
{% endhint %}

{% hint style="info" %}
**모든 키를 저장하고 나서 POS를 재시작해야 합니다.**
{% endhint %}

{% embed url="<https://youtu.be/iPPzXLDwUKI?t=95>" %}

<mark style="color:green;">**기초관리 > 상품관리 >  판매터치키등록**</mark> 으로 이동하세요.

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

***

<figure><img src="/files/9aOJu3Hl0qzMjGgejCTq" alt=""><figcaption></figcaption></figure>

{% tabs %}
{% tab title="상품 터치키" %}
**1.** 상품이 들어갈 분류키를 누르세요. 분류키가 없으면 분류 터치키를 만드세요.

![](/files/W37WxjvMnqTWt5OtZZss)

**2. 상품명**을 입력하고  <mark style="background-color:blue;">**조회**</mark> 버튼을 통해 상품을 조회할 수 있습니다.\
&#x20;   상품명 없이  <mark style="background-color:blue;">**조회**</mark> 하면 전체 목록이 나옵니다.

![](/files/wqt8SSgu8E5tpvTNv4qF)

**3.** 목록에서 원하는 상품을 찾으세요

**4.** 목록에 있는 상품을 클릭한 채로 끌어다가 원하는 버튼 위치에 놓으세요.

![](/files/5NNGj5c5eXjLAx6WfBHC)

**4.** 필요한 상품들을 모두 터치키에 올려 놓으세요. \
&#x20;   터치키에 등록되지 않은 상품은 왼쪽 목록에서 **미등록**이라고 표시됩니다.&#x20;

**5.**  <mark style="color:blue;background-color:blue;">**저장**</mark> 버튼을 누르면 저장되고 터치키 등록창이 닫힙니다.&#x20;

**6. POS**프로그램을 **재시작**하면 추가된 터치키가 활성화됩니다.&#x20;
{% endtab %}

{% tab title="분류 터치키" %}
분류 터치키는 상품 분류와는 별개입니다.&#x20;

**1.** 새로 만들 **분류 터치키** 영역을 클릭하세요

**2.** 분류명을 작성하세요.

![](/files/pgDFcKe8I3rAsmVB0z66)

**3.**  중앙의 상품 영역에 해당 분류에 들어가는 상품 터치키들을 만드세요.

**4.  &#x20;**<mark style="color:blue;">**저장**</mark> 버튼을 누르면 저장되고 터치키 창이 닫힙니다.
{% endtab %}
{% endtabs %}

***

### 💁‍♀️ 상품이 판매터치키에 잘 <mark style="background-color:orange;">저장</mark>됐는지 <mark style="background-color:orange;">'다시 확인'</mark> 해볼게요.

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

①  판매터치키등록 페이지에서 '터치키 등록창 열기' 를 다시 클릭하여 터치키 활성창을 열어주세요.

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

② 터치키 분류를 각각 클릭하여 방금 올려둔 상품이 잘 적용되었는지 다시 확인하세요.

* 혹시 누락된 상품이 있거나, 저장이 안되었다면 다시 진행해야 합니다.

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

③ 판매터치키 재확인 후 POS프로그램을 재시작해도 적용되지 않는다면 관리대리점을 통해 문의해주세요.

***


---

# 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://okpos.gitbook.io/okpos/undefined-4/products/add_buttons.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.
