> 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/list-view.md).

# List View

View more assets in a compact layout.

List view optimizes space and consolidates important asset information. Use it when you need a denser view of search results or folder contents.

Each asset row includes its file type and an action menu.

***

### Switch to List View

Select the <kbd>List View</kbd> icon on the bottom right corner of the LinkrUI panel.

List view displays the file type and an action menu button.

### Split List View

Split List View splits the panel in half. The right side shows the folders containing assets and the left shows the assets in the folder that is selected.

Before a folder is selected, *Select a folder to view assets* is displayed.

The advantage of split list view is you can still see all your folders at the same time as viewing the assets in a specific folder.

It saves you from having to go back each time you want to access something in another folder.

{% hint style="info" %}
Split List View is DAM specific. Not all DAMs support it.
{% endhint %}

### Related views

* [Thumbnail View](/linkrui/search-assets/asset-view-options/thumbnail-view.md) shows larger previews for visual browsing.
* [Details View](/linkrui/search-assets/asset-view-options/details-view.md) opens more information for the selected asset.


---

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