> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/data-security-posture-management/how-to-articles/data-types/how-to-create-custom-email-data-types.md).

# How to Create Custom Email Data Types

As part of the data classification process, Prisma Cloud DSPM detects records of email addresses within the different data assets. While all email addresses are in the same format, different addresses can come in different contexts: for example, email addresses of employees must comply with different regulations than email addresses of customers, and require different policies and control.

In order to distinguish between types (or groups) of email addresses, Prisma Cloud DSPM provides the option to mark different email addresses as different **Data Types**, according to the domain of the email address.

### Create a Custom Email Data Type

1. Go to **Preferences > Classification** **Settings**.
2. Under **Custom Email Data Types**, click **Add New**.\
   ![](/files/qzU5iC0TU35C8hQG8YL2)
3. Enter the following fields:
   * **Data Type Name** - this name will appear when Prisma Cloud DSPM detects this data type in your cloud data. For example: *Corporate Emails*
   * **Data Group** - from the dropdown list, select a label that will be applied when Prisma Cloud DSPM finds this data type in your cloud data: Confidential, Developer Secret, Financial, PCI, PII, etc.
   * **Email Domain** - enter one or more email domains that you want to associate with this data type. After typing each domain, click **+** to add it.
4. When finished, click Save.\
   ![](/files/9T9DjXL80sEE8v9nhUuA)

The new email data type is now listed under **Custom Email Entities**. You can edit or delete it.

From now on, when an email with a domain that matches the domain(s) you defined as a new data type is found in the classification process, it will appear as this new data type in different record lists.

For example, once we create a **Corporate Emails** data type, we can go to the **Findings** page, filter by **Data Type = Corporate Emails** and view the details, as well as how many email records are classified as Corporate Emails.

![](/files/OAkkdNpjfdDH6ieuT7y7)

Clicking on the name **Corporate Emails** from the **Data Type** column opens a separate page for this data type, detailing the active regions it was detected in, and listing assets with records of this email data type.


---

# 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://docs.prismacloud.io/content-collections/data-security-posture-management/how-to-articles/data-types/how-to-create-custom-email-data-types.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.
