> For the complete documentation index, see [llms.txt](https://shinedezign.gitbook.io/zyra/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shinedezign.gitbook.io/zyra/overview/age-verification-popup.md).

# Age verification popup

### Configure the age verification popup

Select the customize theme option. Click on the dropdown menu at the top to select the **Home page** templat&#x65;**.**

From the left side menu, select the **age verification popup.**

Customize the section by utilizing the settings on the right side of the theme editor, as described below:

<table data-header-hidden><thead><tr><th width="281"></th><th></th></tr></thead><tbody><tr><td>Display mode</td><td>Choose the display mode from the following options:<br>- Enable<br>- Test mode<br><br><em>(Note: In test mode the popup always displays despite the relevant settings or dismissing so that you can review all the time. When satisfied with the look, switch to 'Enable'.)</em></td></tr><tr><td>Color scheme</td><td>Select any color scheme defined in the theme settings>Colors>Schemes.</td></tr><tr><td>Background</td><td>Choose any image for the background.</td></tr><tr><td>Content</td><td><p><strong>Heading</strong> </p><p>Add heading text. <br><br><strong>Heading size</strong><br>Select the font size from the following options:<br>- Extra small<br>- Small<br>- Regular<br>- Medium<br>- Large<br>- Extra large<br>- Double Extra large<br><br><strong>SEO tag</strong><br>Specify heading code types from H1-H6, div, span or p tag for SEO and search engines for crawling purposes<br><br><strong>Description</strong> </p><p>Add description text.  <br><br><strong>Description text size</strong><br>Select the font size from the following options:<br>- Extra small<br>- Small<br>- Regular<br>- Medium<br>- Large<br>- Extra large<br>- Double Extra large<br><br><strong>Information</strong><br>Enter the information to display; for e.g. the customer agrees to policies.<br><br><strong>Approve button text</strong><br>Add button text for the approve button.<br><br><strong>Decline button text</strong><br>Add button text for the decline button.<br><br><strong>Decline button link</strong><br>Add link to redirect the decline button.<br><br><strong>Content alignment</strong><br>Choose alignment from the below options:<br>- Left<br>- Center<br>- Right<br><br><strong>Frequency</strong><br>Set the time (days) for which you want the cookies to expire and the popup to reappear.</p></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://shinedezign.gitbook.io/zyra/overview/age-verification-popup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
