# Tracking Credits and AI Usage

You can access all usage data from **Dashboard → Members tab** or **Dashboard → Workspaces tab**.

***

#### Workspace-Level Usage

The **Workspaces tab** shows credit consumption for each workspace in your organization.

For each workspace, you can view credits used across:

<table><thead><tr><th width="207.90313720703125">Usage Type</th><th>What It Tracks</th></tr></thead><tbody><tr><td><strong>Chat</strong></td><td>Conversational AI interactions</td></tr><tr><td><strong>Image</strong></td><td>Image generation requests</td></tr><tr><td><strong>Speech</strong></td><td>Text-to-speech and voice output</td></tr><tr><td><strong>Total</strong></td><td>Combined usage across all types</td></tr></tbody></table>

Usage is shown relative to the workspace's **allocated budget** (in Budget Mode) or drawn from the **shared organizational pool** (in Shared Pool Mode). If a workspace is approaching or has exhausted its allocation, it will be reflected here.

{% hint style="info" %}
Use workspace-level tracking to identify which projects are consuming the most credits and rebalance allocations if needed. See [Workspace Credit Allocation](/organization-and-workspaces/workspaces/workspace-credit-allocation.md) for how to transfer credits between workspaces.
{% endhint %}

***

#### Member-Level Usage

The **Members tab** shows AI usage per individual across your organization.

For each member, you can view:

<table><thead><tr><th width="267.765625">Usage Type</th><th>What It Tracks</th></tr></thead><tbody><tr><td><strong>Chat</strong></td><td>AI chat sessions initiated by the member</td></tr><tr><td><strong>Image</strong></td><td>Image generation requests made by the member</td></tr><tr><td><strong>Speech</strong></td><td>Text-to-speech outputs generated by the member</td></tr><tr><td><strong>Total</strong></td><td>Sum of all usage types for that member</td></tr></tbody></table>

This helps you spot high-usage individuals, ensure fair credit distribution, and hold team members accountable for their consumption.

***

#### Quick Reference

<table><thead><tr><th width="280.1031494140625">Where to look</th><th>What you get</th></tr></thead><tbody><tr><td>Dashboard → Workspaces tab</td><td>Credit usage per workspace vs. allocated budget</td></tr><tr><td>Dashboard → Members tab</td><td>Credit usage per individual member</td></tr></tbody></table>


---

# 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.qolaba.ai/organization-and-workspaces/tracking-credits-and-ai-usage.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.
