> For the complete documentation index, see [llms.txt](https://support.hivo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hivo.co/library/library-view-modes.md).

# Library View Modes

HIVO offers multiple display options to customize your library experience and optimize your workflow. This guide explores these functionalities, allowing you to visualize your assets in the most efficient way.

**Option include:**

* Asset View
* Folder View
* Tree View
* Map View

### Switching Views:

You can toggle between showing a folder view by clicking the folder icon in the top right of the Library.

<figure><img src="/files/TbbOfanBUtMd2J1nAY9g" alt=""><figcaption><p>View Mode</p></figcaption></figure>

* **Asset View:** Showcases each individual asset in detail, providing a detail of your content.

<figure><img src="/files/LRbDkZ98wevKhCRFJpoj" alt=""><figcaption><p>Asset View</p></figcaption></figure>

* **Folder View:** Presents a simple list of folders, ideal for navigating broad categories.

<figure><img src="/files/opPnh29PHOrdbPWPNOp1" alt=""><figcaption><p>Folder View</p></figcaption></figure>

* **Tree View:** Organizes your assets in a hierarchical tree structure, offering a comprehensive view of your folder hierarchy.

<figure><img src="/files/hNEEGbbtpDGwr8zS8b1i" alt=""><figcaption><p>Tree View</p></figcaption></figure>

* **Map View:** allow you to visualize your assets based on their upload location, providing a unique geographical perspective on your content.

<figure><img src="/files/wGj1Zplm8ni5bW6LZmkU" alt=""><figcaption><p>Map View</p></figcaption></figure>

To navigate into a folder while in this view, simply do a normal single left click. You will see your current folder path location underneath the Search bar. Clicking a section on this path to navigate back to it.

<figure><img src="/files/wivcxjCArBfLpNJrSdYu" alt=""><figcaption><p>Library </p></figcaption></figure>

You can read more about [Default Library Settings here.](https://support.hivo.co/client-profile/client-profile-settings/default-library-settings)

If you have any questions, don't hesitate to ask, we're always here to help!


---

# 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://support.hivo.co/library/library-view-modes.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.
