> For the complete documentation index, see [llms.txt](https://pluspos.gitbook.io/android-pos-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pluspos.gitbook.io/android-pos-manual/android-pos/setup-order.md).

# 설치순서 확인

### 1. 신규 매장을 생성합니다.

{% content-ref url="/pages/UL39o6zCGpHtdTs5iP9N" %}
[1. 신규 매장 등록](/android-pos-manual/android-pos/new-shop.md)
{% endcontent-ref %}

### 2. 포스 ASP 매장정보를 설정합니다.

{% content-ref url="/pages/526CCPXSi0kd3K4tz5sK" %}
[2. 매장 준비(ASP)](/android-pos-manual/android-pos/shop-presetup.md)
{% endcontent-ref %}

### 3. 상품 등록 / 테이블 설정 / 기능키 설정 등 포스 화면을 설정합니다.

{% content-ref url="/pages/yGaPSlIlvIjMMvjVABrH" %}
[3. 판매준비(ASP)](/android-pos-manual/android-pos/sale-presetup.md)
{% endcontent-ref %}

### 4. 포스 기기에서 설치하여 매장 로그인합니다.

{% content-ref url="/pages/PPFh5wWQeuOEMOS1NFP7" %}
[4. 설치 및 사용방법](/android-pos-manual/android-pos/setup.md)
{% endcontent-ref %}

###


---

# 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://pluspos.gitbook.io/android-pos-manual/android-pos/setup-order.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.
