# 0원 결제 허용 기능

{% hint style="info" %}

1. 일반적으로 상품의 총 금액이 0원인 경우 키오스크 주문이 불가능합니다.
2. **0원 결제 허용 기능 옵션**을 사용하여 **총 금액이 0원 일 때 주문**할 수 있습니다.
   {% endhint %}

## 0원 결제 허용 기능

### 포스 환경설정

1. 로그인 후 **환경설정** -> **현재버전** 화면으로 이동합니다.

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

2. **‘0원 결제 허용’** 옵션을 사용으로 체크합니다.
   1. 기본 설정: 미사용

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

3. 완료
4. 총 금액 0원인 경우 주문이 정상적으로 진행됩니다.

***

## 사용화면

### 총 금액 0원 주문

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

### 주문 완료

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


---

# Agent Instructions: 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:

```
GET https://pluspos.gitbook.io/android-pos-manual/android-kiosk/option/0-amount.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
