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

# AI 사용량 대시보드(베타)

## 개요

{% hint style="info" %}
AI Usage Dashboard는 Panther 버전 1.123부터 오픈 베타로 제공됩니다. 현재 AI 할당량과 추가 용량 옵션에 대한 질문이 있으면 계정 팀에 문의해 주세요.
{% endhint %}

Panther는 현재 기간의 AI 사용량을 확인하고 사용 추세를 분석할 수 있는 대시보드를 제공합니다. AI Usage 페이지에 액세스하려면 Panther Console의 오른쪽 상단에서 클릭하세요 **설정** 왼쪽 탐색 모음 하단에서, 그런 다음 다음으로 이동하세요 **AI 및 자동화** > **사용량**.

<div data-with-frame="true"><figure><img src="/files/cea261125591500561a3661c698b0a2485cda155" alt="" width="188"><figcaption></figcaption></figure></div>

현재 계약 또는 체험 기간의 총 사용량, AI Run 할당량, 사용자별 실행, 유형별 실행, 일별 사용 시각화를 볼 수 있습니다.

<figure><img src="/files/2d47119f9475fdc6926293826a7e23ccbac87e4b" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
AI Usage 대시보드는 [Panther 감사 로그](https://docs.panther.com/data-onboarding/supported-logs/panther-audit-logs) 데이터를 표시하려면 Panther 인스턴스에서 활성화되어 있어야 합니다.
{% endhint %}

## 청구 대상 AI Run에 해당하는 것은 무엇인가요

청구 대상 AI Run은 다음 조건을 만족하는 모든 AI 추론입니다. **사용자가 시작한** 또는 **사용자가 활성화한**.

예시(전부는 아님):

* Chat과의 각 상호작용(사용자가 시작한)
* 인시던트 트리아지 내의 각 상호작용(사용자가 시작한)
* 각 Scheduled Prompt 실행(사용자가 활성화한)
* 각 자동 알러트 트리아지 실행(사용자가 활성화한)

사용자가 활성화한 자동 실행은 `Panther` by-user 원형 차트의 사용자에게 귀속되며, 기능을 켠 사용자에게는 귀속되지 않습니다.

{% hint style="info" %}
AI가 생성한 디택션 요약은 AI Run 할당량에 포함되지 않습니다.
{% 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://docs.panther.com/ko/ai/using-panther-ai/ai-usage-dashboard.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.
