# Reports

Use this section to learn tips and tricks for using Reports. These help you to review execution results, analyze step details, identify failures, and improve overall test quality.

* **Scenario**: When a test case fails, it can be difficult to determine the exact point of failure if the entire test flow is reviewed instead of analyzing individual steps.\ <i class="fa-lightbulb-on" style="color:yellow;">:lightbulb-on:</i>**Tip & Trick**: Focus on the first failed step in the execution results instead of reviewing the entire Test case. This helps identify the root cause faster and reduces debugging time.


---

# 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.avoautomation.com/avo-assure/support-resources/tips-and-tricks/design-studio/reports.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.
