# Cookie Consent Duration

<figure><img src="/files/cdjteRTYxd64IYJQPP5Q" alt=""><figcaption></figcaption></figure>

The **Cookie Consent Duration** setting allows you to control how long your visitors’ cookie preferences are remembered before they are asked to review and renew their choices.

When a user accepts or declines cookies on your site, their decision is stored. After the duration you configure here expires, the consent popup will appear again, prompting them to confirm or update their preferences. This ensures ongoing compliance with regulations such as **GDPR** and **ePrivacy Directive**, which require that user consent is periodically renewed.

#### How to Configure

1. Go to your Webflow project and open the **Cookie Consent App Settings** tab.
2. Locate the **Cookie Consent Duration** option.
3. Choose the preferred time period from the dropdown list:
   * **1 Month**
   * **3 Months**
   * **6 Months**
   * **12 Months**
4. Save your changes.

#### Best Practices

* **Shorter durations (1–3 months):** Recommended for strict compliance requirements, ensuring consent is refreshed frequently.
* **Longer durations (6–12 months):** Suitable if you want to reduce popup frequency while still meeting compliance standards.
* Always check your regional privacy regulations to select an appropriate duration.

#### Example

If you set the **Cookie Consent Duration** to **3 months**, a visitor who accepted cookies today will not see the consent popup again until 3 months later, unless they clear their browser cookies earlier.


---

# 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://docs.flowappz.com/home/cookie-consent/getting-started/settings/cookie-consent-duration.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.
