# FAQ

<details>

<summary>How can I set the cookie consent expiration time?</summary>

* Navigate to the **Settings** tab.
* Select your desired expiration time in the "Cookie Consent Duration" section.
* Click **Save Settings** to apply the changes.

</details>

<details>

<summary><strong>How can I insert Flowappz’s cookie consent template into my Webflow site?</strong></summary>

* Open the **Cookie Consent** app and go to the **Templates** tab.
* Copy a template by clicking the **Copy** icon.
* **Note:** Some templates require an activated license (activate this in the **License** tab).
* Paste the copied template into your desired section (e.g., the body).

</details>

<details>

<summary><strong>How can I activate my license in the Cookie Consent App?</strong></summary>

* Go to the **License** tab.
* If you already have a license key, paste it and click **Activate**.
* To purchase a license:
  * Click **Buy a new license key** to visit the Flowappz website.
  * Register or log in, navigate to the **Products** tab, and buy a new license.
  * Complete the payment process, retrieve your license key, and paste it into the app.
  * After activation, you’ll see the **Deactivate License** button, indicating successful activation.

</details>

<details>

<summary><strong>How can I deactivate my license in the Cookie Consent App?</strong></summary>

* Open the **License** tab in the app and click **Deactivate License**

</details>

<details>

<summary><strong>How can I connect my Google Analytics with the Cookie Consent App?</strong></summary>

* Set up Google Analytics for your website and copy your Google Analytics ID.
* Open the app, click the **Settings** tab, and paste your ID.
* Click **Save Settings** to integrate Google Analytics.

</details>


---

# 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/faq.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.
