> 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" %}
Panther 버전 1.123부터 AI 사용량 대시보드는 오픈 베타입니다. 현재 AI 할당량과 추가 용량 옵션에 대한 질문이 있으면 계정 팀에 문의해 주세요.
{% endhint %}

Panther는 현재 기간의 AI 사용량을 확인하고 사용 추세를 분석할 수 있는 대시보드를 제공합니다. AI 사용량 페이지에 액세스하려면 Panther Console 오른쪽 상단에서 톱니바퀴 아이콘을 클릭하여 Settings를 연 다음, **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 Audit Logs](https://docs.panther.com/data-onboarding/supported-logs/panther-audit-logs) 가 Panther 인스턴스에서 활성화되어 있어야 합니다.
{% endhint %}

## 과금 대상 AI Run이란

과금 대상 AI Run은 다음 중 하나인 모든 AI 추론입니다. **사용자가 시작한** 또는 **사용자 활성화**.

예시(전체 목록 아님):

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

사용자 활성화된 자동 실행은 다음에 귀속됩니다. `Panther` 기능을 켠 사용자가 아니라 사용자별 원형 차트의 사용자에게 귀속됩니다.

{% 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.
