> For the complete documentation index, see [llms.txt](https://docs.sdv.dev/sdv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sdv.dev/sdv/evaluation/privacy.md).

# Privacy

Evaluate the privacy of your data and synthesizer before sharing it with others.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="https://docs.sdv.dev/sdmetrics/metrics/privacy-metrics"><strong>Compare Real vs. Synthetic data</strong></a></td><td>Apply any of the privacy metrics from our SDMetrics library to compare the real and synthetic data. SDMetrics measures disclosure protection, distance to closest record, and more.</td><td><a href="https://docs.sdv.dev/sdmetrics/metrics/privacy-metrics">https://docs.sdv.dev/sdmetrics/metrics/privacy-metrics</a></td></tr><tr><td>❖ <a href="/pages/P0M8MJRXcb6pTArVKVGS"><strong>Empirical Differential Privacy</strong></a></td><td>Empirically calculate the amount of privacy that your synthesizer algorithm provides. Compare different synthesizer algorithms to see their tradeoffs.</td><td></td></tr></tbody></table>

{% hint style="info" %}
❖ **SDV Enterprise Bundle**. This feature is available as part of the **Differential Privacy Bundle**, an optional add-on to SDV Enterprise. For more information, please visit the [Differential Privacy Bundle](/sdv/explore/sdv-bundles/differential-privacy.md) page.
{% 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://docs.sdv.dev/sdv/evaluation/privacy.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.
