# Manual Wix Integration

You can manually insert the tracking script from the Settings > Advanced > Third Party Tracking section in your store's theme file, and placing it just before the closing tag.

This should ensure that the tracking functions correctly and the toolbars (if enabled) are displayed.

1. To do this, navigate to your Wix dashboard and select Settings > Custom Code.
2. On the screen that appears, paste the code from your GoAffPro merchant panel, located in the Settings > Advanced > Third Party Tracking section.
3. Make sure to add it to the Body–End section and set it to load on all pages only once.

{% hint style="info" %}
For more information on the integration, you can check out this [guide](https://support.wix.com/en/article/wix-editor-embedding-custom-code-on-your-site#adding-custom-code-to-your-site) from Wix.
{% endhint %}


---

# 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.goaffpro.com/how-tos/manual-integration/manual-wix-integration.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.
