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

# Jmeter Corner

- [Built-in JMeter Functions](https://wiki.loadium.com/jmeter-corner/built-in-jmeter-functions.md)
- [How to Install JMeter Plugins](https://wiki.loadium.com/jmeter-corner/how-to-install-and-use-the-jmeter-plugins.md)
- [Record and Play Load Testing With Jmeter in 5 Steps](https://wiki.loadium.com/jmeter-corner/record-and-play-load-testing-with-jmeter-in-5-steps.md)
- [Websocket with Apache JMeter](https://wiki.loadium.com/jmeter-corner/websocket-with-apache-jmeter.md)
- [JMeter Timers old](https://wiki.loadium.com/jmeter-corner/jmeter-timers.md)
- [JMeter Timers](https://wiki.loadium.com/jmeter-corner/jmeter-timers-1.md)
- [Handling Error Messages of JMeter Tests in Loadium old](https://wiki.loadium.com/jmeter-corner/handling-error-messages-of-jmeter-tests-in-loadium.md)
- [Handling Error Messages of JMeter Tests in Loadium](https://wiki.loadium.com/jmeter-corner/handling-error-messages-of-jmeter-tests-in-loadium-1.md)
- [Details of Throughput Controller in JMeter (Splitting Threads to Different Requests) old](https://wiki.loadium.com/jmeter-corner/detailed-look-at-throughput-controller-in-jmeter-and-splitting-threads-to-different-requests.md)
- [Details of Throughput Controller in JMeter (Splitting Threads to Different Requests)](https://wiki.loadium.com/jmeter-corner/detailed-look-at-throughput-controller-in-jmeter-and-splitting-threads-to-different-requests-1.md)
- [How to Add a Varying Number of Parameters in Apache JMeter](https://wiki.loadium.com/jmeter-corner/how-to-add-a-varying-number-of-parameters-in-apache-jmeter.md)
- [Local Network Simulation On JMeter old](https://wiki.loadium.com/jmeter-corner/local-network-simulation-on-jmeter.md)
- [Local Network Simulation On JMeter](https://wiki.loadium.com/jmeter-corner/local-network-simulation-on-jmeter-1.md)
- [Running Load Test with FTP Server](https://wiki.loadium.com/jmeter-corner/running-load-test-with-ftp-server.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.loadium.com/jmeter-corner.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
