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

# AI credits

> Understand what consumes an AI credit and where to check usage.

AI credits measure AI feature usage. One credit is consumed per AI action.

## What costs a credit

| Action                                   | Credits |
| ---------------------------------------- | ------- |
| Auto-response                            | 1       |
| Suggestion / draft reply                 | 1       |
| Text modifier (tone, shorten, formalize) | 1       |
| AI condition node in a workflow          | 1       |
| Extract Data node                        | 1       |
| Workflow AI response                     | 1       |
| Static condition, delay, or API call     | 0       |

Rule of thumb: every AI node or AI reply costs 1 credit. Static logic does not.

## Examples

| Flow                                   | Credits                     |
| -------------------------------------- | --------------------------- |
| Extract Data with several fields       | 1 (per node, not per field) |
| AI Condition + AI reply                | 2                           |
| Extract Data + AI Condition + AI reply | 3                           |

## Where to check usage

Go to **Settings** → **Billing** to see AI credits used for the current period.

[Open billing](https://armin.cx/app/_/settings/billing)

Related: [Settings sitemap](/settings/sitemap), [Classic AI](/ai/intro), [AI Agents](/ai-agents/intro).
