> 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-4/undefined-13.md).

# 프로그램 속도 개선

#### ○ POS에 여러가지 프로그램을 사용하는 경우, 에이전트 실행 우선순위를 높여 조금 개선할 수 있습니다.

&#x20;<mark style="color:red;">- POS에는 음악 프로그램(유튜브, 멜론 등), 금융/증권 프로그램을 사용하지 않습니다.</mark>&#x20;

&#x20; <mark style="color:red;">- 신형 POS기 사용을 권장합니다.</mark>&#x20;

1. 플러스오더 ASP > 매장환경설정에서 프로그램 버전을 076(071) 이상 선택합니다.&#x20;
2. 프로그램 버전을 변경한 경우, 에이전트 프로그램 업데이트 -> 전체 테이블오더 앱 업데이트 합니다.
3. 에이전트 프로그램에서 "환경설정" 버튼을 실행합니다.&#x20;

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

4. 화면에서 "프로세스 우선순위 높임" 을 선택합니다.&#x20;

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

5. 팝업 메시지에 "예" 를 선택합니다.

<figure><img src="/files/S2vfElWBLKTUDBdq2CFk" 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://plusorder.gitbook.io/helpme/ex/undefined-4/undefined-13.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.
