# How To

- [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: 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.akto.io/test-editor/how-to.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.
