> For the complete documentation index, see [llms.txt](https://runyourai.gitbook.io/userguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://runyourai.gitbook.io/userguide/runyour-agent/admin/undefined-3.md).

# 크레딧 관리

#### 크레딧 흐름

기관 예치금(미배정) → 그룹 배분 → 그룹 공용 사용 → 회수 → 다시 미배정 예치금.

#### 접근 경로

기관 통합 대시보드 또는 그룹 목록 하단의 **그룹별 크레딧 사용 현황** 테이블에서, 대상 그룹의 **더보기(⋯)** 메뉴를 통해 크레딧 지급·회수 모달을 엽니다.

<div data-with-frame="true"><figure><img src="/files/moW8zSrv6fgu7N5yqjcE" alt=""><figcaption><p><strong>크레딧 지급 모달</strong> — 그룹에 예치금을 배분합니다</p></figcaption></figure></div>

#### 크레딧 지급

1. 그룹의 **`크레딧 지급`** 모달을 엽니다.
2. **미배정 예치금 한도 내**에서 금액을 입력합니다.&#x20;
3. 모달 하단 '지급 후' 영역에 그룹 예치 크레딧 증가량과 기관 잔액이 실시간 예측치로 표시됩니다.
4. **지급하기**를 클릭해 확정하면 즉시 배분됩니다.

#### 크레딧 회수

1. 그룹의 **`크레딧 회수`** 모달을 엽니다.
2. **그룹 잔여 크레딧 한도 내**에서 금액을 입력합니다.
3. '회수 후' 영역에 변동 예측치가 표시됩니다.
4. **회수하기**를 클릭하면 즉시 기관 미배정 예치금으로 반환됩니다.

{% hint style="info" %}
분배된 크레딧은 그룹 내 모든 멤버가 개인 한도 없이 공용으로 사용합니다.
{% 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://runyourai.gitbook.io/userguide/runyour-agent/admin/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.
