---
title: "Privacy & data"
description: "What INBIO stores about link visitors and about you — and what it never stores."
---

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

# Privacy & data

The full legal text lives in the [Privacy Policy](https://in.bio/privacy);
this page is the practical summary.

## About your link visitors

| We store | We never store |
|---|---|
| Truncated, keyed-hashed network identifiers | Raw IP addresses — anywhere, ever |
| Country (and region/city where resolvable) | Names, emails, or identities of visitors |
| Device type, browser, OS families | Precise locations |
| Referring site, UTM parameters | Cross-site tracking profiles |

Additional guarantees:

- **Do Not Track / GPC respected** — such visits are counted in aggregate
  totals only; no per-click record is written at all.
- **Raw click events are pruned** after 90 days; only anonymous aggregate
  statistics (per-day counts by country/device/etc.) remain.
- **Unique visitors** are an estimate derived from a daily-rotating hash —
  designed to be useless for identifying anyone.

## About you

Your account data is what you gave us: name, email, password (hashed),
links, and settings. You can:

- **Export everything** — Settings → Preferences → *Export personal data*
  (JSON of profile, links, folders, tags, templates).
- **Delete your account** — Settings → Profile. Links and their raw
  analytics are deleted with it.

## Anonymous links

Links created without an account store only a hashed creation fingerprint
for abuse prevention. Unclaimed anonymous links are deleted entirely after
30 days.

Source: https://docs.in.bio/account/privacy/index.mdx
