# Deep Links Report

The **Deeplink section** in QApilot Reports displays the results of all executed deep links within a test run. It helps verify that each deep link correctly navigates to its intended screen and that associated login or logout flows execute successfully.

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

#### **Key Components**

* **Deeplink Summary:** Shows the deep link URL, start time, total execution time, status, and a screenshot of the landing screen.
* **Execution Logs:** Lists step-by-step actions (e.g., click, find element, wait) performed during the deep link execution with timestamps and outcomes.
* **Linked Test Cases:** If the deep link triggers login or logout test cases, they are shown as separate expandable sections with their own execution logs and statuses.

This section provides a complete, traceable record of deep link validation, ensuring accurate navigation, correct page loads, and reliable authentication flows.


---

# 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/deep-links-report.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.
