> For the complete documentation index, see [llms.txt](https://docs.akto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akto.io/test-editor.md).

# Test Editor

- [Concepts](https://docs.akto.io/test-editor/concepts.md)
- [Overview](https://docs.akto.io/test-editor/concepts/overview.md): A quick overview of Akto's Test Editor
- [Test YAML](https://docs.akto.io/test-editor/concepts/test-yaml.md)
- [Test Library](https://docs.akto.io/test-editor/concepts/test-library.md)
- [Custom Test](https://docs.akto.io/test-editor/concepts/custom-test.md)
- [Test YAML Syntax (Detailed)](https://docs.akto.io/test-editor/concepts/test-yaml-syntax-detailed.md)
- [ID](https://docs.akto.io/test-editor/concepts/test-yaml-syntax-detailed/id.md)
- [Info](https://docs.akto.io/test-editor/concepts/test-yaml-syntax-detailed/info.md)
- [Wordlists](https://docs.akto.io/test-editor/concepts/test-yaml-syntax-detailed/wordlists.md): You can use wordlists in Akto's YAML tests
- [Auth](https://docs.akto.io/test-editor/concepts/test-yaml-syntax-detailed/auth.md)
- [API Selection Filters](https://docs.akto.io/test-editor/concepts/test-yaml-syntax-detailed/api-selection-filters.md)
- [Execute](https://docs.akto.io/test-editor/concepts/test-yaml-syntax-detailed/execute.md)
- [Validation](https://docs.akto.io/test-editor/concepts/test-yaml-syntax-detailed/validation.md)
- [Contexts](https://docs.akto.io/test-editor/concepts/test-yaml-syntax-detailed/contexts.md): You can use information from all of your Akto dashboard in your YAML test.
- [Strategy](https://docs.akto.io/test-editor/concepts/test-yaml-syntax-detailed/strategy.md): Overall strategy of test execution
- [Conditional flows](https://docs.akto.io/test-editor/concepts/test-yaml-syntax-detailed/conditional-flows.md): You can execute and compare responses from multiple API calls in YAML tests
- [Parallel flows](https://docs.akto.io/test-editor/concepts/test-yaml-syntax-detailed/parallel-flows.md): You can execute and compare responses from multiple API calls in parallel in YAML tests
- [Template YAMLs](https://docs.akto.io/test-editor/concepts/template-yamls.md)
- [Local File Inclusion with Akto](https://docs.akto.io/test-editor/concepts/template-yamls/local-file-inclusion-with-akto.md): This page is about testing for Local File Inclusion using Akto's custom test templates
- [Dynamic severity](https://docs.akto.io/test-editor/concepts/dynamic-severity.md)
- [How To](https://docs.akto.io/test-editor/how-to.md)
- [Edit Test](https://docs.akto.io/test-editor/how-to/edit-test.md): Explore about how to edit the Akto test.
- [Create a Custom Test](https://docs.akto.io/test-editor/how-to/create-a-custom-test.md)
- [Deactivate Test](https://docs.akto.io/test-editor/how-to/deactivate-test.md): Explore about how to deactivate a custom test.
- [Play in Test Editor Background](https://docs.akto.io/test-editor/how-to/play-in-test-editor-background.md)
- [Copy Test Content](https://docs.akto.io/test-editor/how-to/copy-test-content.md)
- [Opening Endpoint in Test Editor](https://docs.akto.io/test-editor/how-to/opening-endpoint-in-test-editor.md)
- [Add a New Test Library](https://docs.akto.io/test-editor/how-to/add-a-new-test-library.md)
- [Contribute to Test Library](https://docs.akto.io/test-editor/how-to/contribute-to-test-library.md)
- [Add Test Role in Editor](https://docs.akto.io/test-editor/how-to/add-test-role-in-editor.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://docs.akto.io/test-editor.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.
