> 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-5.md).

# 프랜차이즈 매뉴얼

- [매장정보관리](https://plusorder.gitbook.io/helpme/ex/undefined-5/undefined.md): 등록 된 매장의 기본적인 정보를 관리할 수 있습니다.
- [매장환경설정](https://plusorder.gitbook.io/helpme/ex/undefined-5/undefined-1.md)
- [Agent-플러스오더 옵션설정](https://plusorder.gitbook.io/helpme/ex/undefined-5/undefined-1/agent.md): 매장에서 요구하는 기능을 적용할 수 있습니다.
- [터치키복사](https://plusorder.gitbook.io/helpme/ex/undefined-5/undefined-1/undefined.md): 같은 본사코드에 등록된 다른 매장의 터치키를 복사할 수 있습니다.
- [부가상품정보복사](https://plusorder.gitbook.io/helpme/ex/undefined-5/undefined-1/undefined-1.md): 프랜차이즈 가맹점에 동일 상품정보(이미지,설명 등) 등록시 사용 방법
- [매장환경설정복사](https://plusorder.gitbook.io/helpme/ex/undefined-5/undefined-1/undefined-2.md)
- [광고 이미지, 영상 등록 방법](https://plusorder.gitbook.io/helpme/ex/undefined-5/undefined-2.md)
- [버츄얼로그인](https://plusorder.gitbook.io/helpme/ex/undefined-5/undefined-3.md): 버츄얼로그인을통해 프랜차이즈 본사 또는 가맹점으로 로그인 할 수 있습니다
- [상품변경](https://plusorder.gitbook.io/helpme/ex/undefined-5/undefined-4.md)
- [플래그 사용 설정](https://plusorder.gitbook.io/helpme/ex/undefined-5/undefined-5.md): 상품에 "추천", "Best", "할인", "인기메뉴" 등의 플래그를 표시할 수 있어요
- [터치키 등록 방법(1) - 터치키 분류 등록](https://plusorder.gitbook.io/helpme/ex/undefined-5/1.md): 플러스오더 화면에 출력되는 상품명 관리그룹 관리를 할 수 있습니다.
- [터치키 등록 방법(2) - 터치키 상품 등록](https://plusorder.gitbook.io/helpme/ex/undefined-5/2.md): 터치키 대분류 중분류 등록 후 분류에 따른 상품을 등록할 수 있습니다.
- [직원호출 서비스 내용 등록 방법](https://plusorder.gitbook.io/helpme/ex/undefined-5/undefined-6.md): 플러스오더 화면에서 직원을 호출하는 기능을 사용할 수 있습니다.
- [시간제 상품 운영하기(H21)](https://plusorder.gitbook.io/helpme/ex/undefined-5/h21.md)
- [시간제 상품 운영하기-선택메뉴 할인(H21)](https://plusorder.gitbook.io/helpme/ex/undefined-5/h21-1.md): 시간제 상품을 통해 선택메뉴가 포함된 상품의 가격을 할인합니다
- [무한리필, 이용권상품(H55)](https://plusorder.gitbook.io/helpme/ex/undefined-5/h55.md)
- [공지기능(H64)](https://plusorder.gitbook.io/helpme/ex/undefined-5/h64.md): 고객 플러스오더 화면 상단(중분류 부분)에 매장공지를 할 수 있습니다.
- [주문마감기능-일정등록(H37)](https://plusorder.gitbook.io/helpme/ex/undefined-5/h37.md)


---

# 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-5.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.
