> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/data-security-documentation/data-security/data-classification/how-to-disable-and-enable-data-patterns-in-data-classification.md).

# How to disable and enable data patterns in Data Classification

**Disable data patterns**

You can disable data patterns that you do not require. Disabled data patterns are not searched for in new scans. Existing results on past scans do not change.

{% hint style="info" icon="note-sticky" %}
**Note:** Disabling data patterns can cause changes in your data profile results and stop detection of these data patterns.
{% endhint %}

1. In the lower left part of the screen, click Settings → Configurations → Data Classification → Data Patterns.
2. Right-click the rows of the data patterns you want to disable, and in the context menu, select Disable.
3. In the Disable Data Pattern screen, click Yes to disable the data pattern or patterns that you selected, or click No to cancel. If you click Yes, the data pattern will be disabled and appear grayed out. You can enable it again if required, as described below.

**Enable data patterns**

You can enable data patterns after they have been disabled. Once enabled, new scans classify these data patterns and the results are then visible in all relevant modules.

1. Right-click the rows of the disabled data patterns that you want to enable, and in the context menu, click Enable.
2. In the Enable Data Pattern screen, click Yes to enable the data pattern or patterns that you selected, or click No to cancel.

{% hint style="info" icon="note-sticky" %}
**Note:** For more information about data patterns in data classification, see [What is Cortex Data Classification?](/data-security-documentation/data-security/data-classification/what-is-cortex-data-classification.md).
{% endhint %}


---

# 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://cortex-docs.paloaltonetworks.com/data-security-documentation/data-security/data-classification/how-to-disable-and-enable-data-patterns-in-data-classification.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.
