> For the complete documentation index, see [llms.txt](https://docs.8select.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.8select.io/widgets/touchpoints.md).

# 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="/files/ePUzohsZTEWhGqJ9w3gA">/files/ePUzohsZTEWhGqJ9w3gA</a></td><td><a href="/pages/7bceSw9e3DLcSbP09MIy">/pages/7bceSw9e3DLcSbP09MIy</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="/files/rQSKR7ZwQuZA1Sri7nR0">/files/rQSKR7ZwQuZA1Sri7nR0</a></td><td><a href="/pages/3YwbY4o5KbU2tSI1IjPB">/pages/3YwbY4o5KbU2tSI1IjPB</a></td></tr><tr><td><strong>Cart</strong></td><td>Show complementary products for the cart's content.</td><td><a href="/files/pLKVJ3HWGAYdJ34HWO8X">/files/pLKVJ3HWGAYdJ34HWO8X</a></td><td><a href="/pages/eK5xyQfx2vWiOW98Rxih">/pages/eK5xyQfx2vWiOW98Rxih</a></td></tr><tr><td><strong>Content Page</strong></td><td>Show custom sets with automatic alternatives.</td><td><a href="/files/gH9b49qZyaSM0E7Ln6Ha">/files/gH9b49qZyaSM0E7Ln6Ha</a></td><td><a href="/pages/JXxcbR73NMoseF0qYzJm">/pages/JXxcbR73NMoseF0qYzJm</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>
