> For the complete documentation index, see [llms.txt](https://docs.aqua-cloud.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aqua-cloud.io/documentation/navigation-page/preview-item-details.md).

# Preview item details

When you need to preview specific information, click on the item and then switch between the tabs below.

<figure><img src="https://lh6.googleusercontent.com/ZApvZAIzx6AR3FYLbDt-EpBDZ-yHmDdBtgCFD8ixxyfov7kobBWhMoSA7ORS0_JZ4IVzTyyl2u6A4JvzU0fTuzcRQ_vGCLCRaRQ_qpanaSi_TKWzhoIRteCHO9HI6EyfrUwyDeUi6Nzx33O5Z3lcq-U" alt=""><figcaption><p>Preview details of an item</p></figcaption></figure>

To preview related items in a different mode, click on the 'Dependency' and then pick the needed view.&#x20;

'Graph view' is set by default to quickly see high-level information.&#x20;

In case you want to check in more details linked defects, test scenarios or Jira issues, switch to the 'Tree view' by clicking on the corresponding icon.

<figure><img src="https://lh3.googleusercontent.com/Oy4KjUY49EEgJ1VOTQ2ak7_fKtcS651BOZOjfCqnG7LMoVF_duw32166Jk0_vIFZwjzC8y3PH8GtzghmkkTOZyGKCAqOjTvC7eVuQGXLRRwFfNQpBC2PqrgILI7XXBzGG6j1_ru_m53233EbC7_DgwA" alt=""><figcaption><p>Switching between dependency views</p></figcaption></figure>

<figure><img src="https://lh3.googleusercontent.com/OQXBtrYZ9jkOl-meJznz5kKalhK4EVa2v6KrFt2ZpYLrOAGpOmHL5SnEWdLgtEEriNx3xyd6xmsZ-Ezr-KZ4D2zqUwVNR9Rh1w2tDGfGpTHxviXm73Rjt3HyM9DE9Xax8YU6C-kTRBIy1g2wbef1PJ4" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
aqua tip: If you want to add more columns to the dependency tree view, navigate to the item and add the column. It will be automatically added to the preview.

{% endhint %}

### Open item via clicking on the title or the ‘Open’ button

To open the item which you would like to check more deeply, simply click on the title or click the 'Open' button on the preview page block.

<figure><img src="https://lh4.googleusercontent.com/KKjTtSMr7Ad2gyJiFbfKvxihtNjFD8QppyW7qqamTjKagjo_pLdtyZ6ocstrpVq17jEQWWJCziF7e9E-VEYqvCvB-kwHGqlRfOxzNqAS5cPDBugX2viDBOd7nU6zAb6hbIfjRQMkNszGVTowxPC6gus" alt=""><figcaption></figcaption></figure>

Additionally, you can open the item in a separate tab by selecting the corresponding option from the context menu.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aqua-cloud.io/documentation/navigation-page/preview-item-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
