> For the complete documentation index, see [llms.txt](https://docs.airops.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airops.com/your-workspace/billing.md).

# Billing

The "Billing" tab allows you to manage your existing plan and monitor your task usage for the month.

## Setting Workspace Task Limits

You can set soft and hard limits on your workspace executions:

* **Soft Limit:** receive an email notification when you hit a specified # of tasks
* **Hard Limit:** prevent users from executing beyond a specified # of tasks

For additional information regarding our plans, visit our [Pricing Page](https://www.airops.com/pricing).

## Frequently Asked Questions

### What happens if I run out of tasks?

If you run out of tasks, you can keep using AirOps but you will be charged for incremental usage beyond your initial allotment. Your tasks will automatically reset to your plan's monthly allotted amount at the beginning of the next calendar month.

### **If an error occurs and my** Workflow **doesn't complete, will I still be charged for tasks?**

You will only be charged tasks for steps within your Workflow that run successfully. Steps that error out will not be charged, but if you have other Workflows embedded in your Workflow that incur tasks, you will be charged for those.

### **How can I track my task usage?**

You can track task usage in the **Usage** tab. The tab shows pacing against your monthly task allocation, where tasks have been used and by whom, testing task usage, and usage limits.

### **How can I test without using production tasks?**

Workflow tests and Playbook runs started from the editor use testing tasks first. Each workspace has 50,000 free testing tasks per month for iteration. After the testing task balance is depleted, additional editor runs use production tasks.

For Workflow task usage, refer to these parameters:

* Text input step - no task usage incurred
* Code step - maximum 1 task per Workflow run
* Vector DB call - 1 task per call
* LLM step with your own API key - 1 task per call
* LLM step with an AirOps hosted model - tasks proportional to usage
* Other API step - 1 task per call
* Output step - no task usage incurred


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.airops.com/your-workspace/billing.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.
