> 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/undefined-5/undefined/order/undefined-3.md).

# 곱빼기 사용하기

{% hint style="info" %}
곱빼기 기능 사용설정 방법

**1.** 대리점ASP > 시스템관리 > 본사/매장마스터 > 매장환경설정 > 외식환경&#x20;

&#x20;    \> **\[663] 곱빼기사용여부** "<mark style="color:blue;">**사용**</mark>" 설정

**2.** 결제메뉴 <mark style="color:blue;">**곱빼기**</mark> 기능키 등록([결제메뉴설정](/okpos/undefined-4/pos_buttons/payment_menu.md) 참고)
{% endhint %}

**1.** 주문할 상품을 선택해 주세요.

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

**2.** 곱빼기로 주문한 상품을 결제메뉴에서 곱빼기를 선택해 주세요.

&#x20;  곱빼기 처리한 상품은 메뉴명에 <mark style="color:blue;">**-곱빼기**</mark> 가 표시되며, <mark style="color:blue;">**곱빼기 금액이 추가**</mark>됩니다.

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

{% hint style="warning" %}
주문 등록 시에만 곱빼기 사용 가능하며, 주문 등록된 상품에서는 취소 후 주문 재등록 후 사용해 주세요.
{% endhint %}

{% hint style="warning" %}
곱빼기 가격변경 및 여러개 등록 : 매장ASP(웹정보) > 기초관리 > 기타관리 > 명칭관리

\[대표코드 014] 곱빼기 선택후 추가 변경 가능
{% endhint %}

<figure><img src="/files/NS6tiPVzVlo2rPt2sJBF" 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://okpos.gitbook.io/okpos/undefined-5/undefined/order/undefined-3.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.
