# Touchpoints

You can use any widget on any kind of page in your shop. In order to identify which page the widget is on you need to add another data attribute - `data-touchpoint`.

Eligible values are `product`, `cart-layer`, `cart`, `content`, `category`, `search`.

{% code overflow="wrap" %}

```html
<div data-8select-widget-id="8.SET" data-sku="insert-sku-of-currently-viewed-product" data-touchpoint="cart-layer"></div>
```

{% endcode %}

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Product Page</strong></td><td>Classic touchpoint - the product page.</td><td><a href="https://2912494604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHKqRZhVzu1H_Op1cBA%2Fuploads%2FOym92UnKc3cAbHZ1nSb5%2FScreenshot%202023-10-09%20at%2015.13.44.png?alt=media&#x26;token=7fb27f82-74e5-4384-a1e5-1564550a9619">Screenshot 2023-10-09 at 15.13.44.png</a></td><td><a href="touchpoints/product-page">product-page</a></td></tr><tr><td><strong>Cart Layer</strong></td><td>Show complementary products for the product that was added to the cart.</td><td><a href="https://2912494604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHKqRZhVzu1H_Op1cBA%2Fuploads%2F57vSVQz5lwvnaedlS9Ui%2FScreenshot%202023-10-09%20at%2015.08.13.png?alt=media&#x26;token=1a87965f-14df-4992-a5d3-8c4e3e47059d">Screenshot 2023-10-09 at 15.08.13.png</a></td><td><a href="touchpoints/cart-layer">cart-layer</a></td></tr><tr><td><strong>Cart</strong></td><td>Show complementary products for the cart's content.</td><td><a href="https://2912494604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHKqRZhVzu1H_Op1cBA%2Fuploads%2FUCr6ZPwZP4jeUC7gjdKC%2FScreenshot%202023-10-09%20at%2015.08.52.png?alt=media&#x26;token=9b3a7b5a-7442-44c6-a106-b6b12310f3e6">Screenshot 2023-10-09 at 15.08.52.png</a></td><td><a href="touchpoints/cart">cart</a></td></tr><tr><td><strong>Content Page</strong></td><td>Show custom sets with automatic alternatives.</td><td><a href="https://2912494604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHKqRZhVzu1H_Op1cBA%2Fuploads%2FXkEuadmRRzwxiGUpHP3d%2FScreenshot%202023-11-02%20at%2013.34.58.png?alt=media&#x26;token=f8eb8e9b-40c5-4c71-b87f-030ef8e640a0">Screenshot 2023-11-02 at 13.34.58.png</a></td><td><a href="touchpoints/content-page">content-page</a></td></tr><tr><td><strong>Category Page</strong></td><td>Show content on category listing</td><td></td><td></td></tr><tr><td><strong>Search result</strong></td><td>Show content on search result page</td><td></td><td></td></tr></tbody></table>


---

# 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/widgets/touchpoints.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.
