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

# Credits

> Understand how execution credits work in Athina.

Athina uses a credit system to track usage.

By default, you start with **500 credits** when you sign up.

#### What counts as an execution?

* Running a prompt
* Running a step in a flow
* Running an offline eval in Datasets
* Running a dynamic column or experiment in Datasets
  (each generated cell counts as a separate execution)

<Tip>
  Every execution uses **1 credit**, irrespective of the number of tokens
  processed, or where the execution is run.
</Tip>

<Tip>
  **Example**: if you run a dynamic column on a dataset with 50 rows, it will
  use 50 credits.
</Tip>

#### What does **not** count as an execution?

* Logs
* Online evals
* Annotations

You can view your current balance and purchase additional credits [here](https://app.athina.ai/settings).
