> For the complete documentation index, see [llms.txt](https://docs.wrks.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wrks.ai/admin-guide/admin-usage/usage.md).

# 이용 통계·이용 현황

두 화면 모두 **얼마나 썼는지**를 보여주지만 쓰임이 다릅니다.

| 화면        | 무엇을 보나                          |
| --------- | ------------------------------- |
| **이용 통계** | 기간을 정해 **집계된** 사용량과 요금          |
| **이용 현황** | 비용·토큰·호출 수의 추이와 분포 (어제까지 집계 기준) |

## 시작하기 전에

* 이 기능은 **관리자**가 사용할 수 있어요.
* 관리자 왼쪽 메뉴의 **운영/통계** 아래에 있습니다.

> 아래 화면의 금액과 이메일은 안내를 위해 가려두었어요.

## 따라하기

### 1단계. 이용 통계 보기

**사용자별 · 도구별 · 워크스페이스별 · 부서별** 네 개의 탭으로 나눠 볼 수 있어요. 위쪽에서 **워크스페이스**와 **기간**을 고르면 그 범위만 집계됩니다.

{% hint style="info" %}
에이전트 사용량은 **도구별** 탭에서 확인해 주세요. 도구별 탭의 유형 값이 워크플로우 · 외부 앱 · 에이전트로 나뉘어 보입니다.
{% endhint %}

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-a9b4436066a5ce9c1c028cc793da64f8f40b6c79%2Fbill-01.png?alt=media" alt=""><figcaption><p>1단계 화면</p></figcaption></figure>

집계 결과가 필요하시면 **\[사용자별 통계 다운로드]** · **\[도구별 통계 다운로드]** · **\[워크스페이스별 통계 다운로드]** · **\[분석용 Raw data 다운로드]** 버튼으로 xlsx 파일을 내려받으실 수 있어요.

### 2단계. 이용 현황 보기

비용·토큰·호출 수의 추이와 분포를 대시보드로 봅니다. 위쪽의 **비용 · 토큰 · 호출수** 탭으로 지표를 바꿔 볼 수 있고, 여기서도 워크스페이스와 기간을 고를 수 있어요. **\[다운로드]** 버튼으로 내려받을 수도 있습니다.

{% hint style="warning" %}
이용 현황은 **어제까지 집계된 값**이에요. 오늘 사용분은 반영되지 않습니다(실시간 아님). 화면에도 "실시간 아님 · 어제까지 집계 기준" 배지로 안내돼 있어요.
{% endhint %}

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-949670f9132d4d9fdf566b18790ef916a91ddaba%2Fusage-dashboard-01.png?alt=media" alt=""><figcaption><p>2단계 화면</p></figcaption></figure>

## 사용자 목록에 모르는 계정이 있다면

**부가서비스/API** 라는 항목은 실제 직원이 아니에요. 특정 사람에게 붙지 않는 사용량(부가서비스 이용료, 시스템 API 호출)을 한곳에 모아 보여주는 칸입니다.

## 다 되었어요!

어느 팀이 얼마나 쓰는지 확인하고, 필요하면 한도를 조정하실 수 있습니다.

결제 관점의 금액은 **결제 관리**에서 확인해 주세요.

설정 하나하나와 자주 묻는 질문은 [**관리자 도움말**](https://docs.wrks.ai/admin-help)에 정리돼 있어요.


---

# 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://docs.wrks.ai/admin-guide/admin-usage/usage.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.
