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

# 3. 비즈머니 & 비즈포인트

{% hint style="success" %}
이 글을 읽으면 광고비에 대한 개념을 알 수 있어요.&#x20;
{% endhint %}

{% stepper %}
{% step %}

### 비즈머니 대시보드

![](/files/60c0aee59d3b8c88ad96e696bfa2a2862198dcc2)

에이블리에서는 광고에 사용되는 예산을 비즈머니와 비즈포인트라고 부르고 있어요. 개념부터 차근차근 알려드릴게요.

> * **비즈머니**\
>   광고 집행을 위해 필요한 예치금으로, 광고비 충전 시 충전 금액만큼 비즈머니가 충전돼요.&#x20;
> * **비즈포인트**\
>   프로모션 등으로 무상 제공되는 포인트입니다. 비즈머니와 마찬가지로 광고 집행 시 사용 가능하며, 비즈머니와 비즈포인트를 동시에 보유한 경우 비즈포인트가 우선 사용(차감)돼요.&#x20;

{% endstep %}

{% step %}

### 비즈머니

* 비즈머니 잔액 확인이 가능해요.&#x20;
* 충전 최소 단위: 카드 결제 100원, 무통장입금(가상계좌) 10,000원
* 좌측의 비즈머니 + 비즈포인트 합계를 보여주는 총 잔액에서 '+ 비즈머니 충전'이 가능해요.&#x20;
* 비즈머니 반환: ‘반환’ 버튼을 누르고 반환 신청서를 작성하면 비즈머니 반환이 가능해요.&#x20;

{% endstep %}

{% step %}

### 비즈포인트

* 비즈포인트 잔액 확인이 가능해요.&#x20;

{% endstep %}

{% step %}

### 자동 충전

자동 충전은 비즈머니 잔액 부족으로 광고 노출 중단이 예상될 때, 미리 등록한 신용/체크카드로 설정한 금액만큼 자동으로 충전되는 기능입니다. 아래 3가지 조건을 설정하여 사용해요.&#x20;

* (A) 기준 잔액: 보유한 비즈머니가 설정한 기준 잔액 미만일 때 자동 충전이 발생합니다.
* (B) 자동 충전 금액: 자동 결제 시 결제할 금액이에요.&#x20;
* (C) 월 충전 한도: 자동 충전 기능으로 결제할 월 최대 한도이에요. 월 한도를 설정하면 그 금액을 초과하여 충전되지 않아요.&#x20;

{% hint style="info" %}
참고: 카드 한도 초과 등의 이유로 자동 결제 실패 시 24시간 이내 재시도는 불가능해요. \
자동 충전 설정 변경 내역은 ‘자동 충전 변경 이력’에서 확인할 수 있어요.&#x20;
{% endhint %}

{% endstep %}

{% step %}

### 비즈머니 내역 / 비즈포인트 내역 / 자동충전 변경 이력

* 특정 기간 단위로 비즈머니 전체 / 소진 / 충전 / 환불 내역 및 자동 충전 설정의 변경 이력을 확인할 수 있어요.&#x20;
* 하단 ‘엑셀 다운로드’ 버튼을 통해 비즈머니/비즈포인트 내역을 다운로드할 수 있어요.&#x20;

### 알림 설정

* 비즈머니 잔액 부족, 캠페인 예산 도달, 자동 충전 월 한도 도달 시 카카오톡으로 알림을 받을 수 있어요.&#x20;
* 자세한 기능 사용법은 [알림 설정 가이드](https://bit.ly/3lA0PQo) 를 참고하세요.

{% 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://ably-1.gitbook.io/undefined/quickstarter/biz.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.
