# Billing

Team admins can navigate to **Settings => Billing** to manage the account subscription plan, payment method and download Usage Report.

![](/files/X0vUZhek6e1N2VmfTy65)

Subscription Plan shows your current plan, what your maximum allowed concurrency is, how many test minutes you have used this month and how many test flows you've run. See an example below:

![](/files/-MQLXycfG9Pbi5JM-3uv)

It shows that:

* You can run tests with 50 concurrent user sessions maximum.
* You have used 0 out of 60 test minutes for Load tests and 0 out of 100 API Test Flow runs this month.

{% hint style="info" %}
:man\_mage: API Test Flow Runs: we count only test flow runs that were run as a part of the Test Suite (via the Run Suite button) and don’t count single test flow runs with regards to billing.
{% endhint %}

Keep track of your monthly usage by using [this report](https://docs.loadmill.com/account-settings/billing/usage-report) and if you need more credit, easily upgrade your subscription plan by clicking **Change Plan**.


---

# 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.loadmill.com/general/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.
