> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage Classification

> Add, edit, delete, export, and import classifications to keep your tagging taxonomy organized.

# Manage Classification

You can add and manage classifications in Collate to organize how data assets are tagged across your organization. This includes creating a new classification, editing its details, deleting one you no longer need, and exporting or importing its tags in bulk using a CSV file.

## Add a Classification

To create a new classification:

1. In the left navigation bar, click **Governance**.

2. Select **Classification** and click **Add Classification**.

   <img src="https://mintcdn.com/collatedocs/EnXvB7amQ7fNWKTB/public/images/ai-2.0/data-governance/classification/add-classification.png?fit=max&auto=format&n=EnXvB7amQ7fNWKTB&q=85&s=f846cd89d4a6f736d6634473e60222d5" alt="Add Classification" width="2992" height="1302" data-path="public/images/ai-2.0/data-governance/classification/add-classification.png" />

3. Fill in the following details:

   * **Name** (required): A unique name for the classification.
   * **Display Name**: A human-friendly label shown in the UI.
   * **Description** (required): Describe what this classification is used for.
   * **Mutually Exclusive**: When enabled, only one tag from this classification can be assigned to a data asset at a time. For example, an asset can be tagged as either `PII-Sensitive` or `PII-NonSensitive`, but not both.
   * **Owners**: Search for and assign one or more teams or users as owners of the classification.
   * **Domains**: Search for and assign one or more domains to the classification.
   * **Auto Classification Tag**: Enable to have Collate automatically detect and tag matching data with this classification's tags, based on patterns and rules. Turning this on expands a **Configure Auto Classification** section:
     * **Conflict Resolution**: Choose how to resolve a conflict when auto-classification and an existing tag disagree.
     * **Minimum Confidence**: A threshold between 0 and 1 for how confident a recognizer match must be before it's applied. See [Recognizers](/ai-2-0/how-to-guides/data-governance/classification/auto-classification/recognizers) for how confidence scoring works.
     * **Require Explicit Match**: When enabled, the recognizer only tags data that is an exact match, instead of a fuzzy or partial match.

   <img src="https://mintcdn.com/collatedocs/EnXvB7amQ7fNWKTB/public/images/ai-2.0/data-governance/classification/classification-details.png?fit=max&auto=format&n=EnXvB7amQ7fNWKTB&q=85&s=e3c0b0e037e27eefd504ab834203da2f" alt="Adding New Classification form" width="3002" height="1682" data-path="public/images/ai-2.0/data-governance/classification/classification-details.png" />

4. Click **Save**.

## Add Tags to a Classification

After a classification is created, add tags under it:

1. Select the Classification from the **Classification** page.

2. Click **Add Tag**.

   <img src="https://mintcdn.com/collatedocs/EnXvB7amQ7fNWKTB/public/images/ai-2.0/data-governance/classification/add-tag.png?fit=max&auto=format&n=EnXvB7amQ7fNWKTB&q=85&s=6b83902939d3b2f057c3c10374dc2db4" alt="Add Tag" width="2694" height="1116" data-path="public/images/ai-2.0/data-governance/classification/add-tag.png" />

3. Fill in the following details:

   * **Name** (required): A unique name for the tag.
   * **Display Name**: A human-friendly label shown in the UI.
   * **Icon**: Pick an icon to represent the tag.
   * **Color**: Pick a color swatch for the tag's icon.
   * **Description** (required): Describe what the tag means, using the rich text editor.
   * **Owners**: Search for and assign one or more teams or users as owners of the tag.
   * **Domains**: Search for and assign one or more domains to the tag.

   <img src="https://mintcdn.com/collatedocs/EnXvB7amQ7fNWKTB/public/images/ai-2.0/data-governance/classification/tag-details.png?fit=max&auto=format&n=EnXvB7amQ7fNWKTB&q=85&s=cbdc23ba7e4c3266676714855b881fd6" alt="Adding New Tag form" width="2978" height="1666" data-path="public/images/ai-2.0/data-governance/classification/tag-details.png" />

4. Click **Save**.

The pencil icon next to **Description** on a classification's or tag's page also allows a quick inline edit, and the tag table has an **Enabled** toggle for each tag.

Select the Classification, then click the **⋮** icon in the top right to open the menu with **Edit**, **Import**, **Export**, and **Delete** options.

## Edit a Classification

Update a classification's details after it's created:

1. Select the Classification you want to update.

2. Click the **⋮** icon and select **Edit**.

   <img src="https://mintcdn.com/collatedocs/EnXvB7amQ7fNWKTB/public/images/ai-2.0/data-governance/classification/edit-classification.png?fit=max&auto=format&n=EnXvB7amQ7fNWKTB&q=85&s=b2d8c4d896638d44a329b8fb97ec408e" alt="Edit Classification" width="2688" height="1238" data-path="public/images/ai-2.0/data-governance/classification/edit-classification.png" />

3. Update Classification: the same form as [Add a Classification](#add-a-classification), pre-filled with the current values. Update any field and click **Save**.

<Warning>
  `Name` cannot be changed after a Classification is created.
</Warning>

## Import Tags into a Classification

Collate supports classification import to save time and effort by uploading a CSV with several tags in one go, creating or updating multiple tags simultaneously. Each row in the CSV creates or updates one **Tag** under the selected Classification.

To import tags into a classification:

1. Navigate to the **Governance** > **Classification**.

2. Select the classification you want to import tags into.

3. Click the **⋮** icon and select **Import**.

   <img src="https://mintcdn.com/collatedocs/EnXvB7amQ7fNWKTB/public/images/ai-2.0/data-governance/classification/import-classification.png?fit=max&auto=format&n=EnXvB7amQ7fNWKTB&q=85&s=2df43bdba5b038efb3020761601f109e" alt="Import option in the classification menu" width="2712" height="1120" data-path="public/images/ai-2.0/data-governance/classification/import-classification.png" />

4. Drag and drop a file, or click **Browse** to upload your tags. Click **Download CSV Template** for a starter file, or **View Column References** for the full list of supported columns.

   <img src="https://mintcdn.com/collatedocs/EnXvB7amQ7fNWKTB/public/images/ai-2.0/data-governance/classification/import-upload.png?fit=max&auto=format&n=EnXvB7amQ7fNWKTB&q=85&s=4765a4618cfffc3f6a8b9c87b989dd62" alt="Import Classification upload step" width="2712" height="1684" data-path="public/images/ai-2.0/data-governance/classification/import-upload.png" />

   The template includes the following columns:

   * **parent**: Leave blank to add the tag at the top level of the classification.
   * **name** (required): The name of the tag. Reuse an existing tag's name to update that tag; a different name produces a different fully qualified name, so it creates a **new** tag instead of renaming the original one.
   * **displayName**: The display name of the tag.
   * **description** (required): The description or details of the tag.
   * **reviewers**: Users who review and approve changes to the tag.
   * **owner**: The team or user who owns the tag.
   * **tagStatus**: The tag's approval status.
   * **color**: The color of the tag's icon.
   * **iconURL**: The icon shown for the tag.
   * **domains**: The domain(s) the tag belongs to.
   * **mutuallyExclusive**: Whether the tag is mutually exclusive with other tags in the same classification.

   Leaving an optional column blank on an update preserves the tag's existing value for that field rather than clearing it.

5. Click **Next: Preview**.

6. Preview and validate your uploaded data. Make any additions or corrections directly in the table if needed. A **Passed** and **Failed** count is displayed above the table to help you quickly identify any rows with validation errors before proceeding.

7. Click **Next** to import the tags.

<Warning>
  System classifications (such as `PII` and `Tiers`) cannot be imported into or exported.
</Warning>

## Export a Classification

Download a classification's tags as a CSV file to share with your team:

1. Select the classification you want to export.
2. Click the **⋮** icon and select **Export**.

   <img src="https://mintcdn.com/collatedocs/EnXvB7amQ7fNWKTB/public/images/ai-2.0/data-governance/classification/export-classification.png?fit=max&auto=format&n=EnXvB7amQ7fNWKTB&q=85&s=dd29c1fd5d16c32dbb5117dffa24014b" alt="Export option in the classification menu" width="2712" height="1120" data-path="public/images/ai-2.0/data-governance/classification/export-classification.png" />

## Delete a Classification

Removing a classification permanently deletes its metadata:

1. Select the classification you want to remove.

2. Click the **⋮** icon and select **Delete**.

   <img src="https://mintcdn.com/collatedocs/EnXvB7amQ7fNWKTB/public/images/ai-2.0/data-governance/classification/delete-classification.png?fit=max&auto=format&n=EnXvB7amQ7fNWKTB&q=85&s=060ef295a939e62c03d6add115b6e210" alt="Delete option in the classification menu" width="2712" height="1120" data-path="public/images/ai-2.0/data-governance/classification/delete-classification.png" />

3. Click **Confirm** to delete the classification.

<Warning>
  System classifications (such as `PII` and `Tiers`) cannot be deleted. Disable their tags or edit descriptions instead.
</Warning>

<Card title="How to Classify Data Assets" href="/ai-2-0/how-to-guides/data-governance/classification/assets">
  Add tags to data assets, or request them and discuss about the same, all within Collate.
</Card>
