# Artifcats

#### **Overview**

The **Artifacts section** in QApilot consolidates all **execution screenshots** captured during a test run or test plan. It provides a complete visual record of the app’s behavior across every step and flow executed, making it easy to review, validate, and share results

#### **Key Highlights**

* **Comprehensive Visual Log:** Displays all screenshots captured during the execution in a chronological grid view. Each image corresponds to a specific action or state within the test journey.
* **Step Context:** Every screenshot is labeled with the corresponding **test step name or action keyword** (e.g., “Click on LOGIN / REGISTER”, “Tap on Learn More”).
* **Quick Navigation:** The **Navigation View** toggle allows you to switch between visual browsing and step-based navigation for faster context switching.
* **Cross-Verification:** Ideal for verifying UI flows, visual consistency, and navigation accuracy without opening each test case individually.

<figure><img src="/files/adyrA2pzeHnCyZ0a9tjg" alt=""><figcaption></figcaption></figure>


---

# 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.qapilot.io/detailed-documentation/reports/artifcats.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.
