> For the complete documentation index, see [llms.txt](https://docs.goaffpro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goaffpro.com/how-tos/manual-integration.md).

# Manual Integration

You can access the manual integration guides right here, that provide step-by-step instructions and information to help you through the integration process:

* [Custom Shopify Integration](/how-tos/manual-integration/custom-shopify-integration.md)
* [Manual WooCommerce Integration](/how-tos/manual-integration/manually-add-tracking-code-on-woocommerce.md)
* [Manual BigCommerce Integration](/how-tos/manual-integration/add-tracking-code-bigcommerce.md)
* [Manual Wix Integration](/how-tos/manual-integration/manual-wix-integration.md)
* [Custom SDK Integration](/how-tos/manual-integration/custom-sdk-integration.md)
  * [SDK Settings](/how-tos/manual-integration/custom-sdk-integration/sdk-settings.md)
  * [Subbly Integration](/how-tos/manual-integration/custom-sdk-integration/subbly-integration.md)
  * [Thinkific Integration](/how-tos/manual-integration/custom-sdk-integration/thinkific-integration.md)
  * [Shopbase Integration](/how-tos/manual-integration/custom-sdk-integration/shopbase-integration.md)
  * [ThriveCart Integration](/how-tos/manual-integration/custom-sdk-integration/thrivecart-integration.md)
  * [E-Junkie Integration](/how-tos/manual-integration/custom-sdk-integration/e-junkie-integration.md)
  * [CartX Integration](/how-tos/manual-integration/custom-sdk-integration/cartx-integration.md)


---

# 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:

```
GET https://docs.goaffpro.com/how-tos/manual-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.
