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

# 플래그 사용 설정

### 🞜 플러스오더 ASP에 매장 ID로 로그인 합니다.

<figure><img src="/files/vcq5HtdR4kV3J2URAbwL" alt=""><figcaption><p>상품변경</p></figcaption></figure>

{% stepper %}
{% step %}

### 기초관리 > 테이블오더관리 > 상품변경 화면으로 이동합니다.

{% endstep %}

{% step %}

### 옵션사용설정 탭을 선택하고 사용할 옵션의 사용여부 항목을 "사용"  으로선택 후 저장합니다.

<figure><img src="/files/lLWFu8cnEkrmo1q09v77" alt=""><figcaption><p>옵션사용설정</p></figcaption></figure>

{% endstep %}

{% step %}

### 플래그관리 탭으로 이동합니다.

<figure><img src="/files/om4vamUY1TBwQ3YZIQhW" alt=""><figcaption><p>플래그관리화면</p></figcaption></figure>

{% endstep %}

{% step %}

### 플래그관리 화면에서 신규버튼 클릭하고 테이블오더 에서 사용할 플래를 등록한후 저장합니다. &#x20;

&#x20;    \- 플래그명 : 인기메뉴, Hot, Best, 추천메뉴 등의 출력될 글을 입력합니다.\
&#x20;    \- 색상코드 : 상품이지에 상단에 출력되는 플래그명의 바탕색상을 결정합니다.
{% endstep %}

{% step %}

### "상품변경" 화면에서 상품별 플래그 사용 여부를 체크한 후 저장합니다.

<figure><img src="/files/wjKyQREitQfk4DWlGs52" alt=""><figcaption><p>상품변경화면 플래그 설정</p></figcaption></figure>

{% endstep %}

{% step %}

### 플러스오더 에이전트에서 데이터 동기화 후 화면에 플래그 적용 내용을 확인합니다.

<figure><img src="/files/HJdfXNJ6yhNOcv83bjz4" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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-2.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.
