# Usage

**Help URL:** `/forms/usage`

## Purpose

Review TestVibe usage and quota information for the current account or workspace.

## Common Tasks

* Check how much usage has been consumed.
* Confirm remaining allowance before starting more generation or runs.
* Compare usage against the active plan.
* Open billing or plan information when available.

## Key UI Elements

* Usage summary: Shows current usage totals.
* Quota or plan indicators: Show limits for the account.
* Period information: Shows the relevant billing or usage window when present.
* Related plan actions: Open plan management when available.

## Notes

* Usage can depend on generation, workflows, account plan, and team settings.
* If usage looks wrong, refresh the page or check account settings.


---

# 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://docs.testvibe.com/reference/forms/usage.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.
