# 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>" %}

### &#x20;<br>


---

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

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.
