# Account

**Help URL:** `/forms/account`

## Purpose

Review the active TestVibe account, plan, and usage information for the current workspace.

## Common Tasks

* Confirm which account or organization is active.
* Check plan or quota information before starting more generation or runs.
* Review usage when a limit or billing prompt appears.
* Move from account details to related settings such as plans, teams, or API keys.

## Key UI Elements

* Account name: Shows the active account or organization.
* Account type: Indicates whether the workspace is personal, team, or organization-backed.
* Usage and quota indicators: Show consumed capacity and remaining allowance.
* Related settings links: Open areas such as plans, teams, and repository settings when available.

## Notes

* Account details come from the signed-in GitHub user and the selected TestVibe workspace.
* If the account looks wrong, sign out and sign in with the GitHub account that owns the desired repository.


---

# 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/account.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.
