> 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/creating-and-editing-a-data-inventory.md).

# Creating and editing a data inventory

{% hint style="info" %}
Data inventories can only be created and edited at a:

* Registry-wide level by a registry Administrator
* Steward-Organisation-specific level by a Stewardship Organisation Administrator.
  {% endhint %}

While creating or editing a data inventory, Administrators can specify filters to apply to inventory content, data set attributes to display when the inventory is viewed, default viewing modes, and more.

## How to create or edit a data inventory

1. **If you wish to create a registry-wide data inventory**, select 'Aristotle Cloud Dashboard' from the dashboard side panel. **If you wish to create a Stewardship-Organisation-specific data inventory**, navigate to the desired Stewardship Organisation and select 'Data Inventory Configuration' from its settings tab.

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

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

2. **If you wish to create a new data inventory**, select 'Create a New Inventory'. **If you wish to edit an existing inventory**, select the name of the inventory from the 'Inventory Configuration' list, then elect 'Edit Configuration'.

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

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

3. Populate the 'Inventory View Name' and 'Description' fields as desired. These will inform the name and contextual description of the inventory.

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

4. Select the user type you would like this inventory to be visible to using the 'Inventory Visibility' dropdown.

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

**Note: If you are creating/editing a registry-wide inventory but wish to create a Stewardship-Organisation-specific inventory**, you can also select a Stewardship Organisation at this stage (below). This will result in the same data inventory as if you had created/edited the inventory via the relevant Stewardship Organisation.

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

5. **If you would like this inventory to only contain data sets endorsed by a specific registration authority**, select the desired registration authority from the 'Registration Authority' dropdown.

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

6. **If you would like this inventory to only contain data sets endorsed to a specific registration status**, select the desired status from the 'Status' dropdown.

<figure><img src="/files/28W15FK9DgEb7Q6wvLT2" alt=""><figcaption></figcaption></figure>

7. Select your desired default view option from the 'Default View Option' field. The editor's format will change to better reflect the default viewing mode selected.

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

8. **If you selected 'Card View' as default**, drag one attribute from each field of the 'Available Fields' section into its neighbouring 'Editable card' field, with the exception of the 'Custom and Additional Fields' field, whose neighbour can contain as many attributes as desired. **The attributes moved into the 'Editable card' field are those that will be listed against each data set in the inventory after creation.**

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

9. **If you selected 'List View' as default**, drag as many attributes as desired from the 'Data Set Attributes and Custom Fields' field into the 'Inventory View' field. **The attributes moved into the 'Inventory View' field are those that will be listed against each data set in the inventory after creation.**

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

11. **If you wish to use a refinement field when in card view**, ensure the 'Default View Option' (step 7) is set to 'Card View', then select the field you wish to refine card view by from the 'Current Refinement Field' dropdown.

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

11. Select 'Submit' once satisfied.

<figure><img src="/files/3dtL5bEtinKUbkCyCR1m" 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/creating-and-editing-a-data-inventory.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.
