> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clarky.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Privacy Settings

> Control privacy and data handling

## Privacy Controls

Configure how your agent handles customer data.

## Data Collection

<ParamField path="collect_email" type="boolean" default="true">
  Allow agent to ask for and store email addresses
</ParamField>

<ParamField path="collect_phone" type="boolean" default="true">
  Allow agent to ask for and store phone numbers
</ParamField>

<ParamField path="collect_name" type="boolean" default="true">
  Allow agent to ask for and store customer names
</ParamField>

## Privacy Policy

<ParamField path="privacy_policy_url" type="string">
  Link to your privacy policy
</ParamField>

<ParamField path="show_privacy_notice" type="boolean" default="true">
  Display privacy notice in chat widget
</ParamField>

## Data Retention

<ParamField path="conversation_retention" type="select">
  How long to keep conversation data:

  * 30 days
  * 90 days
  * 1 year
  * Forever
</ParamField>

## GDPR Compliance

Enable GDPR features:

* Cookie consent banner
* Right to be forgotten
* Data export requests
* Opt-out options

## User Consent

<ParamField path="require_consent" type="boolean">
  Require users to accept terms before chatting
</ParamField>

<Tip>
  Consult with legal counsel to ensure compliance with applicable privacy laws in your jurisdiction.
</Tip>

<Card title="Back to Settings" icon="gear" href="/features/settings/overview">
  Return to Settings overview
</Card>
