> For the complete documentation index, see [llms.txt](https://docs.santacruzsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.santacruzsoftware.com/linkrui/search-assets/asset-view-options/details-view.md).

# Details View

Use Details View to inspect asset information such as file type, size, path, version, and metadata.

Details View provides additional information about the selected asset. Review its preview, file details, and available metadata. You can also open the asset in your browser or edit metadata.

Select the <kbd>View Asset Details</kbd> icon in the bottom-right corner of the panel to open or close Details View.

Details View shows the information returned for the selected asset, such as file name, file type, file path, file size, and metadata.

{% hint style="info" %}
Metadata and descriptions vary by asset.
{% endhint %}

### Details View Actions

* View more asset details than what's shown
* View asset preview (especially useful when in list view)
* Open the asset in your browser
* [Edit asset metadata](/linkrui/asset-action-menu-list/asset-metadata.md#edit-asset-metadata)

- [View different versions of an asset](/linkrui/search-assets/asset-view-options/details-view/asset-version-history.md)

### Related views

* [Thumbnail View](/linkrui/search-assets/asset-view-options/thumbnail-view.md) shows larger previews for visual browsing.
* [List View](/linkrui/search-assets/asset-view-options/list-view.md) shows more assets at once with key details.


---

# 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.santacruzsoftware.com/linkrui/search-assets/asset-view-options/details-view.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.
