> 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/okpos-2/okpos-1.0.md).

# \[OKPOS 1.0(구버전)] 가맹점 등록 방법

- [매장 등록하기](https://okpos.gitbook.io/okpos/okpos-2/okpos-1.0/standalone.md): 단독으로 매장을 등록하는 방법입니다.
- [프랜차이즈 본사 등록하기](https://okpos.gitbook.io/okpos/okpos-2/okpos-1.0/headquarter.md): 프랜차이즈 본사 등록 방법입니다.
- [프랜차이즈 가맹점 등록하기](https://okpos.gitbook.io/okpos/okpos-2/okpos-1.0/branches.md): 본사 - 하위 가맹점 등록할 때 사용합니다.
- [매장 환경설정](https://okpos.gitbook.io/okpos/okpos-2/okpos-1.0/preference.md): 매장등록 후 설치를 위한 기본항목이 저장되어야 합니다.
- [\[OKPOS 1.0\] 설치하기](https://okpos.gitbook.io/okpos/okpos-2/okpos-1.0/okpos-1.0.md)
- [설치 인증](https://okpos.gitbook.io/okpos/okpos-2/okpos-1.0/okpos-1.0/authorization.md): POS 설치 후 인증을 받는 과정입니다.
- [신규 설치](https://okpos.gitbook.io/okpos/okpos-2/okpos-1.0/okpos-1.0/new-installation.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://okpos.gitbook.io/okpos/okpos-2/okpos-1.0.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.
