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

# Security and Privacy

> How Parable keeps your data safe, including SOC 2 Type II and the Trust Center.

<Info>
  **Parable is SOC 2 Type II certified.** For detailed security documentation,
  policies, and compliance reports, visit our
  [Trust Center](https://trust.askparable.com/).
</Info>

Parable is built with security at its core. You should have complete visibility
into how your data is accessed and protected.

## Our commitment

<Columns cols={2}>
  <Card title="Read-only access" icon="eye">
    Parable requests only the minimum permissions needed and never writes to
    your systems. Your data stays exactly as it is.
  </Card>

  <Card title="Encrypted in transit" icon="lock">
    All API communications use TLS 1.2+ encryption, so your data is protected
    as it moves between systems.
  </Card>

  <Card title="Secure storage" icon="vault">
    Credentials are encrypted at rest using AES-256 and stored in isolated,
    hardened vaults.
  </Card>

  <Card title="Audit logging" icon="clipboard-list">
    Every data access is logged for compliance and security review.
  </Card>
</Columns>
