> 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.md).

# Asset View Options

Switch between thumbnail and list layouts, and open asset details.

LinkrUI lets you choose how assets appear in the panel. Pick the layout that best supports your workflow.

Use the view controls in the bottom-right corner of the panel to switch views.

***

### Available view options

* [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.
* [Details View](/linkrui/search-assets/asset-view-options/details-view.md) opens additional information for the selected asset.

### Switch views

You can switch between Thumbnail View and List View at any time.

You can also open or close Details View while working in either layout.

If the connector allows switching to another DAM, LinkrUI keeps the same panel-layout selection.

* Choose <kbd>Thumbnail View</kbd> or <kbd>List View</kbd> in the bottom-right corner.
* Select the <kbd>Asset Details</kbd> icon to the left of thumbnail and list views to open or close Details View.

{% hint style="info" %}
LinkrUI only shows file types supported by the host application.

For example, InDesign files do not appear in apps that cannot open or place them.
{% endhint %}


---

# 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.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.
