> For the complete documentation index, see [llms.txt](https://help.aristotlemetadata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aristotlemetadata.com/data-inventories/viewing-data-inventories.md).

# Viewing data inventories

{% hint style="info" %}
Data inventories can only be viewed by the user group specified during the inventory's [configuration](/data-inventories/creating-and-editing-a-data-inventory.md).
{% endhint %}

Inventories can be viewed in either card, or list viewing modes. Regardless of the viewing mode set as default during configuration, these views can be accessed and swapped between at any time for a given data inventory.

## How to view data inventories

1. Select 'Browse' from the registry header.

<figure><img src="/files/bnB1MXrS9LZuIw0oRfQb" alt=""><figcaption></figcaption></figure>

2. Select 'Browse' from the 'Inventory View' field.

<figure><img src="/files/p7sVALzKPr1NCLtgwxfG" alt=""><figcaption></figcaption></figure>

3. Select the data inventory you wish to view. The inventory will appear in whichever viewing mode is configured as its default.

<figure><img src="/files/gLpkefRWdXsk2gCiWtiM" alt=""><figcaption></figcaption></figure>

4. **If you wish to change viewing mode**, select 'Card View' or 'List View' as desired from the toggle.

<figure><img src="/files/EPfjBic9fAoPawOC339c" alt=""><figcaption></figcaption></figure>

5. **If you wish to use card view's filtering**, ensure card view is selected (step 4), then select the field you wish to filter by using the 'Select field to filter' dropdown. **If you do not wish to use card view's filtering**, proceed to step 8.

<figure><img src="/files/IqrVbuI8qYlKbDaPZviE" alt=""><figcaption></figcaption></figure>

6. Populate the 'Enter filter value' field with your query.

<figure><img src="/files/ryPHdeMGD9MqZVjiYXMY" alt=""><figcaption></figcaption></figure>

7. Select 'Filter'. The inventory will be filtered based on your chosen field and query.

<figure><img src="/files/TMlrIqnrpN0NnIPULdRW" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/iW2buFDRp6QcxRV6vEZv" alt=""><figcaption></figcaption></figure>

**Note:** Select 'Clear' to quickly remove your filter (below).

<figure><img src="/files/WsJNBVkHBvYMwGoSEVL9" alt=""><figcaption></figcaption></figure>

8. **If you wish to use card view's refinement field**, ensure card view is selected (step 4), then select an entry from the refinement field. The inventory will be refined by the chosen value.

<figure><img src="/files/MQkFUIVm2XgXLiOoAF8q" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/GnyOOWMeUpH1SnkIraTf" alt=""><figcaption></figcaption></figure>

9. **If you wish to use list view's download options**, ensure list view is selected (step 4), then select 'Download CSV' or 'Download Excel File' as desired.

<figure><img src="/files/qoMWLgkMxpQJHigxb8jv" alt=""><figcaption></figcaption></figure>


---

# 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://help.aristotlemetadata.com/data-inventories/viewing-data-inventories.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.
