# Test Editor

- [Layout](https://docs.loadmill.com/test-editor/layout.md): Welcome to the Test Editor Layout. Here you’ll tour all the editor components to understand better and customize your tests.
- [Flows](https://docs.loadmill.com/test-editor/flows.md)
- [Generated Flow Code](https://docs.loadmill.com/test-editor/flows/generated-flow-code.md)
- [Test Flow editor](https://docs.loadmill.com/test-editor/flows/test-flow-editor.md)
- [Flow Controls](https://docs.loadmill.com/test-editor/flows/flow-controls.md)
- [Groups](https://docs.loadmill.com/test-editor/flows/groups.md)
- [Add CSV to Flow](https://docs.loadmill.com/test-editor/flows/add-csv-to-flow.md)
- [Flow Execution](https://docs.loadmill.com/test-editor/flows/flow-execution.md)
- [Steps](https://docs.loadmill.com/test-editor/steps.md)
- [Request step](https://docs.loadmill.com/test-editor/steps/request-editor.md)
- [Code step](https://docs.loadmill.com/test-editor/steps/code-step.md)
- [Extraction & Assertion step](https://docs.loadmill.com/test-editor/steps/extraction-and-assertion-step.md)
- [Web Socket step](https://docs.loadmill.com/test-editor/steps/web-socket-step.md)
- [Playwright step](https://docs.loadmill.com/test-editor/steps/playwright-step.md)
- [UI Agent step](https://docs.loadmill.com/test-editor/steps/ui-agent-step.md)
- [Extractions - Set Parameters](https://docs.loadmill.com/test-editor/set-parameters-extractions.md)
- [Assertions - Verify Response](https://docs.loadmill.com/test-editor/assertions.md)
- [Parameters](https://docs.loadmill.com/test-editor/parameters.md)
- [Parameter Execution Order](https://docs.loadmill.com/test-editor/parameters/parameter-execution-order.md)
- [Test Suite Parameters](https://docs.loadmill.com/test-editor/parameters/test-suite-parameters.md)
- [Suite Execution Mode](https://docs.loadmill.com/test-editor/parameters/suite-execution-mode.md)
- [Parameters Sets](https://docs.loadmill.com/test-editor/parameters/parameters-sets.md)
- [⨍(⨯) FUNCTIONS](https://docs.loadmill.com/test-editor/functions.md)
- [Postscript](https://docs.loadmill.com/test-editor/postscript.md): Create and run various assertions by adding custom codes.
- [Running Postscript](https://docs.loadmill.com/test-editor/postscript/running-postscript.md): Running code from postscript
- [Accessing w/ Postscript](https://docs.loadmill.com/test-editor/postscript/accessing-w-postscript.md)
- [Validating Postscript](https://docs.loadmill.com/test-editor/postscript/validating-postscript.md): Validating postscript values
- [Using Built-in Functions in Postscript](https://docs.loadmill.com/test-editor/postscript/built-in-functions.md): Using built-in functions in Postscript
- [Login/Authentication Flow](https://docs.loadmill.com/test-editor/global-login-flow.md)
- [Before & After Hooks](https://docs.loadmill.com/test-editor/before-and-after-hooks.md): Configure tests to run before and after each/all Test Suite flows.


---

# 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/test-editor.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.
