# Export for Creating new objects

This guide explains how to download ready-made CSV templates for adding new Glossary or Classification Policy objects in bulk. These templates make it easier to onboard structured metadata into Decube, without manual entry through the UI.

{% hint style="info" %}
Here, you’ll find templates designed exclusively for creating new entries. If you’re looking to update existing metadata instead, please use the Edit existing items tab.
{% endhint %}

### Accessing Template Downloads

1. Navigate to **My Account > Export/Import.**
2. Select the **Export tab.**
3. Switch to the **Add new items** sub-tab.

<figure><img src="/files/3uQxrTNckQGSSdwZsrT4" alt=""><figcaption></figcaption></figure>

The following templates are available for download:

| Template              | Purpose                                         |
| --------------------- | ----------------------------------------------- |
| Glossary              | Create new Glossary, Category, and Term entries |
| Classification Policy | Add new data classification policies            |

{% hint style="info" %}
**Do not modify the column headers in the template. The system expects a specific structure to correctly process the import.**
{% endhint %}

### CSV Templates

#### **Download Glossary CSV Template**

{% file src="/files/BzrXXVSiuIFEj7wt3iTb" %}

#### **Download Classification Policy CSV Template**

{% file src="/files/mboF4607Hm0j9CqnOr2L" %}

* These are blank templates with headers only.
* Users are expected to fill in values according to formatting rules.
* We’ll provide examples in the [CSV template structure](/csv-template-structure-add-new-items.md) documentation to help you understand.
* For understanding how to add new items refer to [**CSV template structure (Add new items).**](/csv-template-structure-add-new-items.md)


---

# 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.decube.io/export-for-creating-new-objects.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.
