# Privacy

Privacy metrics broadly capture the safety that synthetic data can provide to you, especially in cases where you'd like to disclose the synthetic data rather than real data. It's important to note that safety can be defined in many ways, depending on what type of information is valuable to protect and the assumptions about how it may be leaked.

Privacy metrics are based on statistical patterns across your real and synthetic datasets. You can decide whether divulging the pattern (via synthetic data) is worth it for your project.

## Browse

Apply these metrics to evaluate the privacy of your data tables:

* [DisclosureProtection](/sdmetrics/data-metrics/privacy/disclosureprotection.md), [DisclosureProtectionEstimate](/sdmetrics/data-metrics/privacy/disclosureprotectionestimate.md): Measure the risk of disclosing sensitive information about specific, sensitive columns in your dataset.
* [DCROverfittingProtection](/sdmetrics/data-metrics/privacy/dcroverfittingprotection.md): Measure the distance between the real and synthetic data, ensuring that your synthetic data doesn't too closely match the real data  (Overfitting refers to your synthesizer being overfit on the real data.)
* [DCRBaselineProtection](/sdmetrics/data-metrics/privacy/dcrbaselineprotection.md): Measure the distance between the real and synthetic data, comparing it against random data as a baseline. (Random data provides the highest privacy.)


---

# 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.sdv.dev/sdmetrics/data-metrics/privacy.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.
