> 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/workspace/undefined-3.md).

# 내 사용 현황 관리

**사용자 대시보드**는 본인의 AI 사용량과 소속 그룹의 예산을 한눈에 보여 주는 개인 홈 화면입니다. 타인의 데이터나 다른 그룹의 예산은 표시되지 않습니다.<br>

#### 접근 경로

좌측 사이드바 상단의 **대시보드** 메뉴를 클릭하면 사용자 대시보드로 진입합니다.

<div data-with-frame="true"><figure><img src="/files/kWmhnjLldX9tPiBFcuzv" alt=""><figcaption><p><strong>사용자 대시보드</strong> — 내 사용량·요청 수·에이전트 현황을 한눈에 봅니다</p></figcaption></figure></div>

#### 상단 요약 지표

<table><thead><tr><th width="166.78125">지표</th><th>설명</th></tr></thead><tbody><tr><td>내 사용 크레딧</td><td>기관 합류 이후 본인이 소모한 누적 사용량</td></tr><tr><td>작업 실행 횟수</td><td>에이전트로 실행한 순수 작업 횟수(성공률 % 병기, API 호출 제외)</td></tr><tr><td>소속 그룹 잔여 크레딧</td><td>본인이 속한 그룹의 실시간 잔여 예산 비율(도넛 차트)</td></tr></tbody></table>

#### 사용 현황 차트

* 본인이 사용한 **AI 모델별 크레딧 소모 추이**가 시계열 막대 그래프로 표시됩니다.
* 누적 사용량 상위 3개 모델만 개별 색으로 표기되고, 4위 이하는 '기타'로 합산됩니다.

#### 사용한 에이전트 목록

* 최근에 한 번이라도 사용한 에이전트가 마지막 호출 일시(최신순)로 나열되며, 각 행 우측의 **작업하기** 버튼으로 바로 이어서 작업할 수 있습니다.
* 원본이 삭제된 에이전트는 이력은 유지되지만 회색으로 표시되고 **\[삭제됨]** 배지가 붙으며, 작업하기 버튼이 비활성화됩니다.


---

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