# How to Add and Edit Metadata and Tags

## Metadata

### 1. Adding a Metadata Entry

On both the Collection Taxonomy and Asset Specific Taxonomy tabs, Click the <img src="/files/fioqDKRMkMko9tf6aFjN" alt="" data-size="line"> button to add a data entry to it. Fill in the `key` and `value` fields in the newly-created row, and click the <img src="/files/QJJlpNmzzUGoXBGso0nK" alt="" data-size="line">button when you’re done or click <img src="/files/8bhW9lhXL6iOu4V3UgTk" alt="" data-size="line"> to cancel.

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

{% hint style="info" %}
You can add almost **any key** and **any value**. However, there are a few reserved metadata keys that cannot be added or edited.&#x20;
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=Whr8hP-3oRo>" %}

On the Collection Taxonomy tab you can also tick the checkbox <img src="/files/Zlq7wUxF9I6y5bUoYrgm" alt="" data-size="line">to apply the metadata entry to **all assets individually.**&#x20;

{% embed url="<https://www.youtube.com/watch?v=mtPWTd4Ir5s>" %}

### 2. Adding Multiple Data Entries

Click the three dots and "Upload CSV" to upload a **.csv** file that contains pairs of keys and values to be added as data entries to the global database. Your metadata file should contain only two columns: one for **keys** and the second for **values**.

![](/files/-M9tGmk4Iq5L5lD0G009)

Here is a sample file you can use:

{% file src="/files/-M9tGw0oesRNMKmCPf0\_" %}

### 3. Editing a Data Entry

Click on the <img src="/files/0zTVgA6nRxFZ1RutXK3g" alt="" data-size="line">button to edit the data entry. Click the<img src="/files/yrrPaZEZ3WCFb3M8gTHo" alt="" data-size="line"> button when you’re done or click <img src="/files/ZDV7jGMqudVQJIsHKNCf" alt="" data-size="line">  to cancel.

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

### 4. Deleting a Data Entry

Click on the <img src="/files/5ieEq3XXZRRZQzzMTCY3" alt="" data-size="line"> button to delete the data entry and confirm the deletion, when prompted. Be sure to delete the metadata from all assets, if you added it for both the collection and for each asset individually.

<figure><img src="/files/0T0aFc3GOxTk3gR3Mj4V" alt=""><figcaption></figcaption></figure>

### 5. Downloading All Data Entries

Click the three dots and click "Download CSV" to download a **.csv** file that contains pairs of keys and values representing the global database.

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

### 5. Required Keys

Admins also have a "Required Keys" database, allowing them to set keys that all other users must add to new assets added to the collection. Adding, editing and deleting required keys are done in the same manner as in the Metadata Database. Uploading and downloading csv files and locking the database or deleting all required keys is also done in the same manner as in the Metadata Database (clicking the three dots).

<figure><img src="/files/9ZStHsXNAthExYjIAm5x" alt=""><figcaption></figcaption></figure>

## Tags

You can add tags to both collections and specific assets. You can manually add any tag to your asset or collection, and the platform will also suggest other relevant tags for your to include.&#x20;

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

If enabled on upload, the platform will use AI to auto-generate tags and add them to your asset. You can then manually add more tags to your asset or your collection. AI-generated tags looks like this (and can be removed like any other tag):

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

##


---

# Agent Instructions: 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:

```
GET https://docs.echo3d.com/web-console/manage-pages/data-page/how-to-add-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
