> 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.md).

# 기관 현황 관리

**기관 통합 대시보드**는 기관 전체의 사용 현황과 크레딧을 한눈에 보여 주는 관리자 전용 홈입니다.

#### 접근 경로

기관 관리자가 좌측 사이드바의 **대시보드**를 클릭하면 통합 대시보드가 표시됩니다. 페이지 로드 시 아래 섹션이 일괄 노출됩니다.

<div data-with-frame="true"><figure><img src="/files/kabx0YEQSaVdsdgpXpWz" alt=""><figcaption><p><strong>기관 통합 대시보드</strong> — 기관 전체 사용 현황과 크레딧을 관리합니다</p></figcaption></figure></div>

#### 핵심 섹션

<table><thead><tr><th width="236.74609375">섹션</th><th>내용</th></tr></thead><tbody><tr><td>기관 예치금 현황</td><td>전체 총 크레딧 및 미배정 크레딧</td></tr><tr><td>멤버 수</td><td>현재 활성 사용자 수</td></tr><tr><td>작업 실행 횟수</td><td>순수 작업 실행 수(API 호출 제외)</td></tr><tr><td>모델별 사용 현황</td><td>상위 3개 모델 개별 표시, 4위부터 '기타'</td></tr><tr><td>그룹별 사용 현황(차트)</td><td>상위 5개 그룹 개별 표시, 6위부터 '기타'</td></tr><tr><td>그룹별 크레딧 사용 현황(리스트)</td><td>누적 예치/사용/잔여 기준 목록</td></tr></tbody></table>

#### 크레딧 지급·회수

* 하단 '그룹별 크레딧 사용 현황' 테이블에서 그룹의 **더보기(⋯) > 크레딧 지급 / 크레딧 회수**를 클릭해 자원을 배분·회수합니다. (자세한 절차는 크레딧 관리 참고)


---

# 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.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.
