> ## Documentation Index
> Fetch the complete documentation index at: https://docs.databar.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Credit usage

> Monitor your workspace's credit spending with usage charts and detailed transaction logs.

The Credit Usage page gives you full visibility into how your workspace is spending credits. You can view historic usage trends, break them down by time period, and inspect every individual transaction.

## Accessing the Credit Usage page

<Steps>
  <Step title="Open the workspace menu">
    Click the **arrow** next to your workspace name in the top-left corner.
  </Step>

  <Step title="Open Workspace Settings">
    Select **Workspace Settings** from the dropdown.
  </Step>

  <Step title="Go to Credit Usage">
    Click the **Credit Usage** tab in the left sidebar of the settings page.
  </Step>
</Steps>

<Frame>
  <img src="https://mintcdn.com/databar/M90ZACQHqzcYF2tE/images/product-guide/credit-usage.png?fit=max&auto=format&n=M90ZACQHqzcYF2tE&q=85&s=923eb992a1fbd8d9699ff7479bda37fc" alt="Credit usage page showing a usage chart and detailed transaction logs" width="2936" height="1602" data-path="images/product-guide/credit-usage.png" />
</Frame>

## Credit usage overview

The top section displays a chart of your credit spending over time. You can customize the view with two controls:

* **Time period** - switch between different ranges (e.g., last 3 months, last 30 days) to zoom in or out on your usage history.
* **Time breakdown** - toggle between **Daily**, **Weekly**, or **Monthly** granularity to see spending patterns at different levels of detail.

The chart also shows the total number of credits consumed in the selected period.

## Detailed logs

Below the chart, the detailed logs section lists every individual credit transaction in your workspace. Each log entry includes:

| Column      | Description                                                       |
| ----------- | ----------------------------------------------------------------- |
| Date & time | When the request was made                                         |
| Item        | The enrichment or API call that was executed                      |
| Provider    | The data source that handled the request                          |
| Source      | The table the request was made from (clickable link to the table) |
| Credits     | The number of credits consumed by this request                    |

Requests that consumed zero credits are also shown in the logs. This gives you full observability into all workspace activity, not just the requests that cost credits.

## Related

<CardGroup cols={2}>
  <Card title="Credits & billing" icon="coins" href="/product-guide/credits-and-billing">
    Understand how credits and actions work
  </Card>

  <Card title="Low credit alerts" icon="bell" href="/product-guide/low-credit-alerts">
    Get notified when your balance is running low
  </Card>
</CardGroup>
