Back to Documentation

Quick Start Guide

Get your cookie banner running in under 5 minutes

Step 1: Create an Account

Sign up for a free account at cookieconfig.com/signup. No credit card required.

Step 2: Add Your Website

  1. Go to your dashboard
  2. Click "Add Website"
  3. Enter your website name and domain
  4. Copy the generated script tag

Step 3: Install the Script

Paste the script tag in the <head> section of your website, before any other tracking scripts:

<head>
  <!-- CookieConfig - place BEFORE other scripts -->
  <script
    src="https://cookieconfig.com/api/script"
    data-token="your-unique-token"
  ></script>

  <!-- Your other scripts here -->
  <script src="https://www.googletagmanager.com/gtag/js?id=GA_ID"></script>
</head>

Step 4: Test Your Banner

Visit your website and you should see the cookie consent banner appear. Test the "Accept" and "Reject" buttons to ensure scripts are being blocked/allowed properly.

Step 5: Customize (Optional)

Customize your banner's appearance, colors, and text from your dashboard under Website Settings → Banner Configuration.

That's it!

Your website is now compliant with cookie consent regulations. The banner will automatically detect and block third-party scripts until users give consent.

Next Steps