# Utility

- [Flow Comment](https://docs.does.qa/test-steps/utility/flow-comment.md): Add a comment to your flow.
- [Test Comment](https://docs.does.qa/test-steps/utility/test-comment.md): Add a comment to a flow path.
- [Name Test](https://docs.does.qa/test-steps/utility/name-test.md): Name your flow branches to help you keep track of your test cases.
- [Debug Value](https://docs.does.qa/test-steps/utility/debug-value.md): Add the current value of a value store item to your test case results.
- [Debug Element](https://docs.does.qa/test-steps/utility/debug-element.md): Add the current output of an element to your test case results.
- [Replace Text](https://docs.does.qa/test-steps/utility/replace-text.md): Replace all the text on a page or inside and element.
- [Screenshot](https://docs.does.qa/test-steps/utility/screenshot.md): Take a viewport or full page screenshot and add it to your test case result.
- [Tag Test](https://docs.does.qa/test-steps/utility/tag-test.md): Tags a flow branch.
- [Start HAR Recording](https://docs.does.qa/test-steps/utility/start-har-recording.md): Start a browser HAR recording.
- [End HAR Recording](https://docs.does.qa/test-steps/utility/end-har-recording.md): End a HAR recording and attach the output to your test case results.
- [Start Console Recording](https://docs.does.qa/test-steps/utility/start-console-recording.md): Start a console recording.
- [End Console Recording](https://docs.does.qa/test-steps/utility/end-console-recording.md): End a console recording and attach the output to your test case results.


---

# 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.does.qa/test-steps/utility.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.
