> ## Documentation Index
> Fetch the complete documentation index at: https://docs.locadapt.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wix

> Learn how to set up Locadapt on your Wix site

Setting up Locadapt on your Wix site is straightforward. Follow these steps to integrate Locadapt:

<Steps>
  <Step title="Access Tracking Tools">
    1. Log in to your Wix account and go to your site's dashboard.
    2. Click on **Settings** in the left sidebar.
    3. Scroll down and click on **Tracking Tools**.
  </Step>

  <Step title="Add New Tool">
    1. In the Tracking Tools page, click on **+ New Tool**.
    2. Select **Custom** from the list of options.
  </Step>

  <Step title="Add Locadapt Code">
    In the custom code editor, paste the following code:

    ```html theme={null}
    <link rel="stylesheet" href="https://cdn.locadapt.com/locadapt.min.css" />
    <script 
      src="https://cdn.locadapt.com/locadapt.min.js" 
      data-project-id="YOUR_PROJECT_ID"
    ></script>
    ```

    <Warning>
      Remember to replace `YOUR_PROJECT_ID` with the actual project ID provided in [the configuration page](https://app.locadapt.com/configuration) for your Locadapt project.
    </Warning>
  </Step>

  <Step title="Configure Tool Settings">
    1. Set the tool to apply on **All pages**.
    2. Choose to load the code in the **Head** of the page.
    3. Name your custom tool (e.g., "Locadapt Integration").
  </Step>

  <Step title="Save and Publish">
    1. Click **Apply** to save your custom tool.
    2. Publish your site to apply the changes.
  </Step>
</Steps>

<Tip>
  After publishing, visit your live Wix site to ensure Locadapt is working correctly. You may need to clear your browser cache to see the changes immediately.
</Tip>

## Troubleshooting

If you encounter any issues or don't see Locadapt working on your site, try the following:

1. Ensure you've replaced `YOUR_PROJECT_ID` with your actual Locadapt project ID.
2. Clear your browser cache and reload the page.
3. Check if there are any JavaScript errors in your browser's developer console.
4. Make sure the custom code is set to load on all pages and in the head of the document.

If problems persist, don't hesitate to reach out to our support team at [support@locadapt.com](mailto:support@locadapt.com).
