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

# Security & Data

> How ClientPlug protects your data and how to control or delete it.

ClientPlug is built to keep your agency's data private and secure. This page
explains how your data is protected and how you stay in control of it.

## How your data is protected

<CardGroup cols={2}>
  <Card title="Isolated per account" icon="user-lock">
    Your data is stored in a secure database with row-level security. Each user
    can only access their own clients, settings, and connected accounts.
  </Card>

  <Card title="Encrypted credentials" icon="key">
    Sensitive credentials like your Stripe key are encrypted at rest and used
    only to read the data you've authorized.
  </Card>

  <Card title="Read-only integrations" icon="eye">
    ClientPlug only reads from Stripe, Meta, and Google. It never charges
    clients, edits campaigns, or modifies your connected accounts.
  </Card>

  <Card title="Secure sign-in" icon="shield-halved">
    Sign in with email and password or with Google. Connections to ad platforms
    use industry-standard OAuth — ClientPlug never sees your Meta or Google
    password.
  </Card>
</CardGroup>

## Team data boundaries

On the Enterprise plan, access is enforced by role:

* **Employees** can only see clients explicitly assigned to them, and never see
  revenue, analytics, or connected-account credentials.
* **Admins** act within the owner's account so the team shares one consistent
  set of data.

See [Team overview](/team/overview) and [Employee
access](/team/employee-access).

## Controlling your connections

You can disconnect any integration at any time from the **Integrations** page.
You can also revoke ClientPlug's access directly from the source:

* **Meta** — Facebook **Settings → Business Integrations**
* **Google** — Google Account **Security → Third-party access**
* **Stripe** — remove or rotate the key in your Stripe dashboard, then update or
  remove it in ClientPlug

## Deleting your data

You have two ways to remove your data:

1. **Delete your account** from **Settings → Security** — permanently removes
   your account and associated data.
2. **Request data deletion** via the
   [data deletion page](https://clientplug.io/data-deletion) — for requesting
   deletion of data ClientPlug has stored, including data pulled from connected
   ad platforms.

<Note>
  Deleting your ClientPlug account or data does **not** affect your Stripe
  account, your clients' subscriptions, or your Meta/Google ad accounts —
  ClientPlug only ever read from them.
</Note>

## Privacy & terms

For full details, see ClientPlug's
[Privacy Policy](https://clientplug.io/privacy) and
[Terms of Service](https://clientplug.io/terms).
