# General FAQs

## What is a load/performance test?

According to [Wikipedia](https://en.wikipedia.org/wiki/Load_testing):

> Load testing is the process of putting demand on an application and measuring its response. Load testing is performed to determine a system's behavior under both normal and anticipated peak load conditions.

## How can I get more credit to run tests?

You can get more credit by upgrading your subscription plan within **Settings - Billing - Change Plan**.

In case, you are looking for a custom plan or having other questions, please contact support by clicking on the bubble chat button in the lower-right corner of the screen or drop us a line at <support@loadmill.com>.

## How to report bugs?

You can send bug reports to <support@loadmill.com>


---

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