# Overview.Admin

## What it does for you

Privacy Center helps you handle data privacy properly. You respond to a customer's data request (export or erase their data), keep consent records, and manage cookie settings.

## Your screens

- **Open privacy requests**: data requests waiting for action.
- **Consent records**: who consented to what, and when.
- **Consent policies** and **Cookie policy**: the policies customers agree to.

## What you can do

- Respond to a data request (export or erase).
- Keep and review consent records.
- Manage your cookie consent settings.
- Track a request from received to fulfilled.

## Where to find it

Go to **Privacy Center** in the admin to handle requests and review consent.

## Good to know

- Respond to a **data request** from a customer: export or erase their data.
- Manage **consent records** so you can show who agreed to what.
- A request moves through verified to **fulfilled**; follow your legal process at each step.

## Shipped and deferred privacy surfaces

Privacy Center ships a public cookie consent preference center. The cache-safe public preference center is backed by `RecordConsentAction`. `RecordConsentAction` can infer a subject from a source model when another package mirrors consent.

Subject-data handling uses the cross-package subject-data export/erasure registry. Public DSAR intake is not shipped yet, so requests must be opened through `OpenPrivacyRequestAction` or an admin workflow.