> For the complete documentation index, see [llms.txt](https://docs.getuntitled.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getuntitled.ai/product-overview/untitled-id-tag/get-started-with-the-untitled-id-tag/installing-the-untitled-id-tag-on-a-webflow-website.md).

# Installing the Untitled ID Tag on a Webflow Website

The full guide, and any potential future updates, may be accessed here: <https://help.webflow.com/hc/en-us/articles/33961357265299-Custom-code-in-head-and-body-tags#01JCKQJYFJ3S85YVBYDD2TDCG6>

### Custom code in Site settings <a href="#custom-code-in-site-settings" id="custom-code-in-site-settings"></a>

Custom code entered in the **Head code** section appears before the closing `</head>` tag in your site’s HTML markup and applies to your entire site.

To add custom code to the Head tag:&#x20;

1. Visit <kbd>**Site settings**</kbd> > <kbd>**Custom code**</kbd> tab
2. Add your custom code in the <kbd>**Head code**</kbd> section
3. Click <kbd>**Save changes**</kbd>&#x20;

### Consent Management and Privacy Policy Recommendations

<details>

<summary>Recommended: Update Your Cookie Consent Banner</summary>

It's important that your visitors consent to cookie collection before the Untitled Tag identifies them. Wix may have a free default cookie consent banner that you can turn on within its settings. There are other consent management platforms (CMPs) that you may wish to implement on your site for compliance, ease-of-use, and design customization. [We have a guide on implementing Cookiebot here.](/misc/privacy-and-consent-management/set-up-a-cookie-consent-banner-with-cookiebot.md)

</details>

<details>

<summary>Recommended: Review Your Current Privacy Policy Disclosures In Place &#x26; Update if Needed</summary>

You may need to update your privacy policy to be compliant with the Untitled ID tag.

1. After you click <kbd>Continue</kbd> when creating a new ID Tag, our pre-written privacy policy will open. That policy may be used to supplement your existing policy if you don't feel the current policy covers and communicates the use of Untitled to your website visitors.&#x20;
   1. You can learn more about that on our [Privacy and Consent Management page](/misc/privacy-and-consent-management.md) and review or copy the [Sample Privacy Policy](/misc/privacy-and-consent-management/sample-privacy-policy.md).
2. It's best practice to make the privacy policy page easily available to website visitors. Many sites include it in their website footer.

</details>


---

# 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://docs.getuntitled.ai/product-overview/untitled-id-tag/get-started-with-the-untitled-id-tag/installing-the-untitled-id-tag-on-a-webflow-website.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.
