> For the complete documentation index, see [llms.txt](https://bizzeropay.gitbook.io/bizzeropay/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bizzeropay.gitbook.io/bizzeropay/bizzeropay-user/step-6.md).

# STEP 6. 한도 등록

![기업제로페이 사용자관리 앱](/files/-M39mWcUwPjC1DKKRJS1)

{% hint style="info" %}
기업제로페이 메인화면에서 '기업제로페이 사용자관리' 메뉴를 선택합니다.&#x20;
{% endhint %}

![제로페이 한도관리](/files/-M39oLgG5OPgJSnE_H97)

{% hint style="info" %}
제로페이 사용자의 사용한도를 등록하기 위해 오른쪽 상단의 \[등록] 버튼을 선택합니다.
{% endhint %}

![제로페이 한도등록](/files/-M39of24Yiu0l_X3R9V_)

{% hint style="info" %}
제로페이 앱 사용자 정보의 한도정보를 입력하고, \[등록] 버튼을 누르면 한도 등록이 완료됩니다.

※ 제로페이 앱에서 결제 시 한도 금액\
&#x20;   1회한도 : 1회 최대금액,  1일한도 : 일 누적 한도금액,  월한도 : 누적한도금액
{% endhint %}


---

# 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://bizzeropay.gitbook.io/bizzeropay/bizzeropay-user/step-6.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.
