# AI Usage Dashboard (Beta)

## Overview

{% hint style="info" %}
The AI Usage Dashboard is in open beta starting with Panther version 1.123. Please reach out to your account team with any questions about your current AI allocation and options for additional capacity.
{% endhint %}

Panther provides a dashboard to view your AI usage for your current term and analyze usage trends. To access the AI Usage page, in the top-right of your Panther Console, click the gear icon and then select **Usage.**

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

You can see your total usage in your current contract or trial term, your AI Run quota, runs by user, runs by type, and daily usage visualizations.

<figure><img src="/files/i8KCzNKRuj0fOs7VaIBR" alt=""><figcaption></figcaption></figure>

## What counts as a billable AI Run

A billable AI Run is any AI inference that is **user-initiated** or **user-enabled**.

Examples (non-exhaustive):

* Each interaction with Chat (user-initiated)
* Each interaction inside an incident triage (user-initiated)
* Each Scheduled Prompt run (user-enabled)
* Each automatic Alert Triage run (user-enabled)

User-enabled automated runs are attributed to the `Panther` user in the by-user pie chart, not to the user who turned the feature on.

{% hint style="info" %}
AI-generated detection summaries don't count against your AI Run quota.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.panther.com/ai/ai-usage-dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
