1Consent Documentation
Welcome to the 1Consent docs. Everything you need to add privacy-compliant consent management to your website or app.
Explore the docs
Getting Started
Add 1Consent to your site in under 5 minutes with a single script tag.
Integration Guides
Platform-specific guides for WordPress, Next.js, and more.
How it works
- Create an app in the 1Consent Dashboard and configure your consent categories, services, and design.
- Install the script on your website — one
<script>tag in the<head>is all you need. - Users interact with the consent banner. 1Consent blocks third-party scripts based on user choices — either automatically via the Autoblocker or manually via template tags.
Key concepts
| Concept | Description |
|---|---|
| App | A website or application protected by 1Consent |
| Service | A third-party integration (e.g. Google Analytics, Meta Pixel) that requires consent |
| Category | A group of services (e.g. Analytics, Marketing) presented to the user |
| Framework | The privacy regulation your app must comply with (GDPR, CCPA, TCF v2.4) |
| Theme | The visual design of your consent banner and preference center |
| Autoblocker | Automatically detects and blocks known third-party scripts until consent is given — no code changes needed |
| Template Blocking | Manual approach: wrap scripts in <template> tags for full control over which scripts are gated behind consent |