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

# 터치키 등록 방법(1) - 터치키 분류 등록

### 🞜 플러스오더 ASP에 매장 ID로 로그인 합니다.

<figure><img src="/files/cNaYGH2ZEdqZVVrPfkH4" alt=""><figcaption><p>터치키 관리</p></figcaption></figure>

(1) 기초관리 > 테이블오더관리 > 터치키관리 화면으로 이동 합니다.

<figure><img src="/files/8Mc7PEbst8Fz9IuOX2cg" alt=""><figcaption><p>터치키분류등록</p></figcaption></figure>

(2) 터치키 분류등록 화면에서 대분류를 우선 등록하고, 저장한후 대분류 코드를 클릭하여 해당 대분류의 \
&#x20;   중분류를 등록 합니다.

* ![](/files/CbaWyZ9dSLnqHw16gniq)버튼을 클릭하여 분류명을 입력한후 저장 합니다.
* 분류사이에 빈칸을 삽입하고자 할 경우 ![](/files/nvGiirbpkFBHXuSCWXRj)버튼을 클릭하면 ![](/files/I4Hwocqgn6Zf1DP9lPSz)빈칸 항목이 자동 생성 됩니다.
* 분류는 등록된 순서에 따라 테이블 오더 화면에 표시 됩니다
* 화면표시 순서를 변경하고자 할 경우 이동할 분류를 선택하고 ![](/files/0xfmPpDZckno2Kb0KZs9)버튼을 클릭 하여 순서를 조정 하면 됩니다.

(3) 중분류도 동일한 방법으로 등록 합니다

* 대분류 코드를 클릭한후 우측 중분류 화면에 등록 합니다.
* ![](/files/0xfmPpDZckno2Kb0KZs9)버튼으로 화면 표시 순서를 변경 합니다.

(4) 대분류, 중분류 등록한 명칭은 테이블오더 화면에 다음과 같이 출력됩니다.

<figure><img src="/files/yrbWDqpoVvidD71kFnAf" 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://plusorder.gitbook.io/helpme/ex/undefined-4/1.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.
