# Shop Integration

- [8.SDK Web (JavaScript SDK)](https://docs.8select.io/integration/javascript-sdk.md): 8.SDK Web
- [Widgets](https://docs.8select.io/integration/widgets.md): UI elements for web
- [Add more elements, like custom headline](https://docs.8select.io/integration/widgets/add-more-elements-like-custom-headline.md)
- [Hide recommendation area in case there is no content](https://docs.8select.io/integration/widgets/hide-recommendation-area-in-case-there-is-no-content.md)
- [Adding widgets after 8.SDK was loaded](https://docs.8select.io/integration/widgets/adding-widgets-after-8.sdk-was-loaded.md)
- [Internationalization](https://docs.8select.io/integration/widgets/internationalization.md)
- [Shopping Cart](https://docs.8select.io/integration/warenkorb.md): Allow to add products to your cart from within 8SELECT widgets
- [Checkout Tracking](https://docs.8select.io/integration/checkout.md): Transfer order data for analytics and performance based pricing
- [Product Export](https://docs.8select.io/integration/produkt-export.md)
- [A/B Testing](https://docs.8select.io/integration/a-b-testing.md): We ❤️ data driven
- [Single Page Application](https://docs.8select.io/integration/single-page-application.md)
- [Tag Manager](https://docs.8select.io/integration/tag-manager.md)
- [Data Privacy / Cookies / GDPR](https://docs.8select.io/integration/data-privacy-cookies-gdpr.md)


---

# 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.8select.io/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.
