# Adding Age Consent

{% hint style="warning" %}
This solution is for age consent only. It does not capture the consumer’s actual birthdate.  For more comprehensive age verification, consider a [plugin](/crm/plugins/identity-verification.md).
{% endhint %}

If your website includes age-sensitive content, you might need to use an age verification popup, also known as an age gate. Simply put, an age gate requires visitors to explicitly confirm that they have reached a certain age before starting to browse the website. This can be accomplished in a few easy steps.

Add a popup to the first page in your funnel

<figure><img src="/files/q1tpQcSsCudywRSKaN5z" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/cBFDu1va8YdGkQGK79hG" alt="" width="375"><figcaption><p>Choose the Add New Pop Up button</p></figcaption></figure>

<figure><img src="/files/c9pj5n40eFuJrXvZMgXt" alt="" width="375"><figcaption></figcaption></figure>

Set the popup to trigger on page load. Optionally remove the black X in the top right corner of the popup.

Add 2 buttons to the popup.

* One button will route to another page to deny access to the site. This is done with standard functionality. Set the button Action=Route To Next Page. After the page is saved, draw an arrow from the page to a dummy page and set the button on the arrow.
* One button will close the popup to enter the site. Set the button Action=Route To Next Page. Open the code editor and find the button. Set onclick="closePopup('customizable\_popup','id')". Save.

<figure><img src="/files/LuVi39t5oH3SzxeitWEd" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.checkoutchamp.com/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/page-builder-2.0/page-building-tips/adding-age-consent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
