Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions fern/products/platform/pages/platform/compliance/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Compliance"
slug: /compliance
description: Technical guidance for building compliant communications and voice AI applications on SignalWire.
max-toc-depth: 3
sidebar-title: Overview
position: 0
---

SignalWire is built to support compliant communications and voice AI applications. These guides cover the technical controls — encryption, consent, disclosure, access, and audit logging — for meeting specific regulatory obligations when your application handles calls, messages, and sensitive data.

<Warning>
These guides provide technical guidance for implementing compliance controls. They are not legal advice. Requirements vary by jurisdiction, by use case, and by data type, and they change frequently. Always consult qualified counsel before operationalizing any program. Compliance is a shared responsibility between SignalWire, your organization, and your implementation choices.
</Warning>

<CardGroup cols={2}>

<Card title="HIPAA" icon="regular shield-halved" href="/docs/platform/compliance/hipaa">
Build HIPAA-compliant voice AI that protects Protected Health Information (PHI) across the call lifecycle.
</Card>

<Card title="TCPA" icon="regular phone" href="/docs/platform/compliance/tcpa">
Build TCPA-compliant outbound voice AI with consent gating, AI disclosure, calling-hour rules, and opt-out handling.
</Card>

</CardGroup>
Loading
Loading