> 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/custom-sdk-integration/shopbase-integration.md).

# Shopbase Integration

#### If your store is on the Shopbase platform, you can easily integrate it with GoAffPro by following the instructions below:

Open the setup wizard: <https://app.goaffpro.com/wizard>

{% hint style="info" %}
The setup wizard will open up automatically when you open the GoAffPro admin panel for the first time.
{% endhint %}

Here, select **Shopbase**.

<figure><img src="/files/5C6dAllMe4YvAdGHnuh9" alt=""><figcaption><p>Select Shobase</p></figcaption></figure>

Now, enable the toggle.

<figure><img src="/files/ezrV0fzXLlThPxVzqCwo" alt=""><figcaption><p>Enable the toggle</p></figcaption></figure>

The Shopbase integration will be activated.

<figure><img src="/files/TBVP2zbbomywevzrFjOy" alt=""><figcaption><p>Integration will be activated</p></figcaption></figure>

After this, click on **Get Started** to go through your program setup.

<figure><img src="/files/5qv2mlw3f0u5py0YdYpv" alt=""><figcaption><p>Click on Get Started</p></figcaption></figure>

{% hint style="info" %}
You can also do this from the Settings > Integrations > Shopbase.com Checkout > Enable the toggle from there.&#x20;
{% endhint %}


---

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