> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/pcmanual/payments/overview.md).

# 수납 자세히 알아보기

{% hint style="info" %}
수납 기능 사용 시 이 내용을 꼭 기억해주세요!
{% endhint %}

## 💰 수납 종류

{% hint style="success" %}
수납은 ‘일반 수납’과 ‘예치금 충전’으로 두 가지 종류가 있어요.
{% endhint %}

![](/files/8NAWTwjlxiPwSadfBcqK)

### 1️⃣ 일반 수납 화면

* ‘일반 수납’은 고객이 결제해야 하는 항목을 추가해 수납을 기록할 수 있는 기능이에요.

### 2️⃣ 예치금 충전 화면

* ‘예치금 충전’을 사용해 수납된 금액은 해당 고객의 예치금으로 충전됩니다. 이렇게 충전된 금액은 ‘일반 수납’ 시 사용 가능해요.


---

# 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://sangdamtoday.gitbook.io/intro/pcmanual/payments/overview.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.
