# Navigation

This section provides an overview of how to navigate Cover Reports.

* **Menu:** As you'd expect, your projects are organised and displayed in a standard tree structure and you can navigate through your projects, sub-projects, packages, classes, and methods as needed. The coverage data visible from the dashboards reflects the current selected component.
* **Home:** Simply click the Diffblue logo at any point to return to the root of the navigation tree.
* **Search:** Use the search to find a project, package, or class across all of your projects.
* **Recent Projects:** Use the recent projects list for quick navigation to your recently viewed projects.

{% hint style="info" %}
Your project names are automatically calculated based on the Java project configuration. Report bundles are uploaded to a default `Projects` folder.
{% endhint %}

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

**Runs:** When viewing a project or project group, the latest run of each of the modules will be aggregated to show the current state across your codebase.

* The `Latest Run` drop-down is only available when navigating down to an individual module level.
* Use the `Latest Run` drop-down to select which data to view.
* Click the Delete icon for a run to delete the individual run and associated data.

{% hint style="info" %}
Run time is based on the latest git commit date of the project. If there is no recognised git commit date, then the time of upload will be used.
{% endhint %}

<figure><img src="/files/HZ44ZS8MPk6uFQnYlTUn" 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://cover-docs-preview.diffblue.com/features/cover-reports/cover-reports-user/navigation.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.
