# Product Collection Slider

North Commerce currently has a collection of shortcodes available to all beta users. These shortcodes make North compatible with virtually every WordPress theme and builder.&#x20;

{% hint style="info" %}
We do have plans to create native blocks for popular WordPress builders. We will also have our own Gutenberg blocks which will be available within the pro version of North Commerce
{% endhint %}

Use the shortcode below to render your product slider on any page.

There is a  filter you can add to the shortcode so that you can render a specific category of products.

```
[nc-product-slider category="Nike"]
```

The category will filter out all the products that only have the category `Nike`

<figure><img src="/files/hECVVkyrPSoiOriPyCFX" alt=""><figcaption><p>Preview of what the shortcode renders</p></figcaption></figure>


---

# 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.northcommerce.com/north-commerce/shortcodes/product-collection-slider.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.
