> 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-wix-website.md).

# Installing the Untitled ID Tag on a Wix Website

The full guide, and any potential future updates, may be accessed here: <https://support.wix.com/en/article/wix-editor-embedding-custom-code-on-your-site>

### Adding custom code to your site <a href="#adding-custom-code-to-your-site" id="adding-custom-code-to-your-site"></a>

#### **Before you begin:** Make sure that your site is published and has a connected domain.

#### **To add custom code to your site:**

1. Go to <kbd>**Settings**</kbd> in your site's dashboard.
2. Click <kbd>**Custom Code**</kbd> in the <kbd>**Advanced**</kbd> section.
3. Click <kbd>**+ Add Custom Code**</kbd> at the top right.
4. Paste the code snippet in the text box.&#x20;
5. Enter a name for your code.\
   **Tip:** Give it a name that is easy to recognize so you can quickly identify it later. We recommend naming it something like **Untitled Tag**
6. Select the <kbd>**All Pages**</kbd> option under <kbd>**Add Code to Pages**</kbd>
   * This adds the code to all of your site's pages, including any new pages that you create in the future.&#x20;
   * Choose to load the code on each page your visitor opens.
7. Choose to place your code in the <kbd>**Head**</kbd> under <kbd>**Place Code in**</kbd>  section
8. Click <kbd>**Apply**</kbd>

### **Video Walkthrough from Wix**

Note: The recommended settings for each step shown in the video are in the guide above

{% embed url="<https://www.youtube.com/watch?v=g0Ysh1xWm7k>" %}

### 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-wix-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.
