# Usage Control

Usage Control redirects to the organization-level Usage page, where you can monitor resource consumption and costs for the current billing cycle.

### **Current Plan**

The top section displays your active plan, billing frequency, and next billing date. A cost summary breaks down total spending across four categories: Interactive Agents, LLMs, Deployment, and Storage. Below, resource counters show current usage against plan limits for users, projects, datasets, prompts, traces, and experiments.

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

### **Interactive Agents**

The Chart tab displays daily token consumption over the billing cycle alongside the accumulated cost. The Details tab shows token usage with the per-million-token rate and total cost.

### **LLMs**

The Chart tab displays daily token consumption over the billing cycle alongside the accumulated cost. The Details tab breaks down usage into input tokens, input cached tokens, and output tokens with their individual costs, plus separate line items for LLM token costs and the LLM router cost (10%).

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

### **Deployment**

The Chart tab displays daily resource consumption as a stacked bar chart showing vCPU and RAM (GB) usage in minutes alongside the accumulated cost. The Details tab shows each resource with its per-minute rate, usage in minutes, and individual cost.

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

### **Storage**

The Storage panel displays a daily chart of total data volume used across the billing cycle alongside the accumulated cost.

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


---

# 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.interactive.ai/report/usage-control.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.
