# Classification Policies

{% embed url="<https://youtu.be/s_fFGsM8qsk>" %}

<figure><img src="/files/MjAfecuyx0o2pGvkQZwQ" alt=""><figcaption><p>One place to discover all the policies in your organization.</p></figcaption></figure>

Within Classification Policies, you will be able to see the classifications that are currently available within your decube workspace.

### Adding a custom policy

If you desire to add a custom policy (for example, adding policy for GDPR), you can click on `Create a custom policy` and fill in the required information.

<figure><img src="/files/VRpePonveO8lwFlH80XS" alt=""><figcaption><p>Example of the creation flow for policies.</p></figcaption></figure>

Set a unique policy name and policy classification name - this will appear across the Catalog in where the classification is shown. You also can choose from a set of colors to show in the classification.

Creating, editing, and deleting a policy requires you to submit it through an approval workflow. Read more about the [approval workflow](https://github.com/DecubeIO/decube-docs/blob/public/governance/broken-reference/README.md) here.

### See all info about a policy

<figure><img src="/files/jmmcmVdlaVyKFdqrZeB9" alt=""><figcaption><p>Example of a policy with policy rules.</p></figcaption></figure>

Clicking into a policy lets you see all the information that is available within a policy. Users with access to edit will be able to also add attachments to each policy for safekeeping. From here, users will be able to set auto-classification rules for each policy to reduce manual updates through the Catalog. [Read more here](/governance/auto-classify-data-assets.md).

### Managed assets within a policy

<figure><img src="/files/mBWNiVjzf042o6QvAfP6" alt=""><figcaption><p>All managed assets under a policy will be shown.</p></figcaption></figure>

For all policies, users will have the ability to view all the assets that have been classified under the policy. For example, if a user had classified an asset as PII in the Catalog or it had been picked up by the auto-classification, it would be shown in the Managed assets view.

Users will also be able to export the entire list of managed assets as a csv.


---

# 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/governance/classification-policies.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.
