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

# 환경설정

- [매장 정보](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined.md): 매장에 대한 모든 정보를 관리할 수 있어요.
- [매장정보](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined/undefined.md)
- [사업자 정보](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined/undefined-1.md)
- [포스 정보 / KDS 전환](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined/kds.md)
- [거래처 관리](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined/undefined-2.md): 거래처 정보를 관리 할 수 있어요.
- [공통코드](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-1.md): 자주쓰는 항목을 위한 공통코드에요.
- [결제설정](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-2.md)
- [결제 수단](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-2/undefined.md)
- [VAN 설정](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-2/van.md)
- [할인설정](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-3.md): 상품에 대한 할인을 설정 할 수 있어요.
- [판매설정](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-4.md)
- [장치설정](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-5.md)
- [출력설정](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-6.md)
- [고객관리](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-7.md)
- [마케팅](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-8.md)
- [포인트/스탬프](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-8/undefined.md)
- [쿠폰관리](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-8/undefined-1.md)
- [SMS](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-8/sms.md)
- [직원 관리](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-9.md): 직원을 관리할 수 있어요.
- [권한설정](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-5/undefined-10.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://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/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.
