> 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/plus-pos-apk/tablet-setup/setup-pos.md).

# 태블릿에 포스 설치

{% hint style="info" %}
APK 파일을 다운받아 안드로이드 태블릿에 플러스 포스를 설치 할 수 있습니다.
{% endhint %}

{% hint style="warning" %}

1. 현재 안드로이드 OS 14버전까지 설치 후  사용가능합니다.<br>
2. 자사 제품인 NTP-10에 포스를 사용하기 위해서는 OS를 최신버전으로 업데이트 후 사용가능합니다. 아래 가이드를 참고부탁드립니다.

&#x20;▶  NTP-10 OS 업데이트 > [NTP-10 OS 업데이트 방법](/android-pos-manual/plus-pos-apk/ntp-10-update.md)
{% endhint %}

1. 자료실에서 APK 파일 다운로드

{% content-ref url="/pages/aowhBpTZ3evbJbpFH3Cr" %}
[자료실](/android-pos-manual/files/download.md)
{% endcontent-ref %}

2. 다운로드 받은 파일 위치를 확인합니다.

   ※ 태블릿기종마다 위치가 다르므로 확인 필요

<figure><img src="/files/UocTzY4bOFqxmdR1Wn7F" alt=""><figcaption></figcaption></figure>

3. APK 파일을 터치하여 설치합니다.
   1. 만약 경고 문구가 나오면 '무시하고 설치' 하기를 누릅니다.
   2. **태블릿마다 경고 문구가 다를 수 있음**

<figure><img src="/files/nrWCm5do3yEiYJA5dcC4" alt=""><figcaption></figcaption></figure>

4. 설치가 정상적으로 완료되면 '**플러스 포스**' 앱이 생성됩니다. 앱을 눌러 포스를 실행해주세요.

<figure><img src="/files/RasL4OFtPqHbTJN08LrD" alt=""><figcaption></figcaption></figure>

5. **플러스포스** 첫 실행 시 VAN사를 선택하는 화면이 나옵니다. 사용 중인 VAN사를 선택하여주세요.

<figure><img src="/files/c8BR40mCky4wRyxU33qs" alt=""><figcaption><p>VAN사 선택</p></figcaption></figure>

<figure><img src="/files/Z7FNbVgamb6RodiM3Y4i" alt=""><figcaption><p>VAN사 선택 확인 메세지</p></figcaption></figure>

* VAN사를 한번 선택하면 변경할 수 없습니다. VAN사를 다시 선택하기 위해서는 **앱을 재설치**하시길 바랍니다.&#x20;

6. 설치가 완료되었습니다. 대리점 로그인 및 포스 설치를 통해 진행하시길 바랍니다 .

* 포스 설치하기 > [설치순서 확인](/android-pos-manual/android-pos/setup-order.md)

<figure><img src="/files/XlCNKvN9zbkfrVt87vsk" 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://pluspos.gitbook.io/android-pos-manual/plus-pos-apk/tablet-setup/setup-pos.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.
