# Slots

Slots are used to show specifics product types in a determined order as results.

{% hint style="info" %}
This functionality is not user friendly yet. We are working to improve the editor.
{% endhint %}

For example, imagine you are selling cosmetics products and you want the results to be a cleanser, a serum, and a exfoliant. Only those three products in that exact order. In this case, you would define three slots, one for each type of product (cleanser, serum and exfoliant) and Pickzen will fill them with the best matching products automatically.

The slots are defined from attributes, so imagine a simple example where products have an attribute named *type* :

![](/files/-Ls7LNjDxIHlbf7Fj6tp)

To define the slots, go to the end slide settings and check the Activate slots setting, and go to the new Slots tab:

![](/files/sftWbNdGlGTlAYa3GfES)

![](/files/Hwxt6Fvf5JVOnjrsFmbO)

Let's create three slots. We need to define the conditions for each slot. The conditions are attributes that products have to have to be included in the slot. In this example, where the unique attribute is named *type*, the conditions and titles would be:

![](/files/j0fDtE68FZZOZPZ7zfVN)

The result would be something like:

![](/files/-Ls7P5n99Pdzi1ovxx7_)

Only three products, one of each type.&#x20;

In our **advanced mode**, you can also create slots with more complex conditions, for example:&#x20;

![](/files/-Ls7Pyfik6ulfK5d_63Q)

In this case, this slot would be filled with the best matching Shiseido cleanser. In this case, the products would also need a *vendor* attribute:

![](/files/-Ls7QXpRitpTEafpvaZP)

You can also define slots without a specific attribute. For example:

![](/files/-Ls7QQ0BGrIKVT74w9VE)

In this case, this slot would be filled with the best matching cleanser that is not Shiseido.


---

# 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://help.pickzen.com/create/advanced/slots.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.
