# Credit Management

{% hint style="info" %}
**Credits for Worker Operations**

<mark style="color:blue;">⫸</mark> Credits are consumed based on workers' active runtime.

<mark style="color:blue;">⫸</mark> Workers can only operate if sufficient credits are available.

<mark style="color:blue;">⫸</mark> If credits are depleted, all active workers are automatically stopped.
{% endhint %}

## Credit Management Workflow

{% stepper %}
{% step %}

### Adding Credits

To ensure sufficient credits for operations, Computation providers can purchase credits at any time.
{% endstep %}

{% step %}

### Monitoring Balance and Usage

Regularly check your account balance to avoid interruptions in worker activity.
{% endstep %}

{% step %}

### Reviewing Transaction History

Keep track of past payments and credit usage by accessing the transaction history.
{% endstep %}

{% step %}

### Managing Credit Alerts (Coming Soon)

In future releases, providers will be able to set alerts for low credit levels, ensuring timely top-ups and uninterrupted service.
{% endstep %}
{% endstepper %}

## Quick Links to How-To Pages

For detailed steps, refer to the following guides:

* \[How-To: [View Credit Balance and Add Credit to Your Account](/how-to-guides/account-and-finance-operations/how-to-view-credit-balance-and-add-credit-to-your-account.md)]
* \[How-To: [Monitor Balance and Usage](/how-to-guides/account-and-finance-operations/how-to-monitor-balance-and-usage.md)]
* \[How-To: [View Transaction History](/how-to-guides/account-and-finance-operations/how-to-view-payment-transaction-history.md)]


---

# 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://platformdocs.lattica.ai/platform-workflows/credit-management.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.
