# The range

## Context

The "EcoVibes" association, committed to promoting sustainability and environmental respect, has decided to launch an awareness campaign. To do this, it wants to create a series of custom t-shirts that can be worn by its members at events.

"EcoVibes" wants to offer various options to its members:

Color choices: White, Green, Yellow, and Red.

&#x20;Collar types: Round and V-neck.

## Implementation in Simax&#x20;

First, the item « T-shirt » must be created, then go to **\[Features]**, **\[\[Other features]]** and **\[\[New]]**.

<figure><img src="/files/XkBI5XgYsGqTDiFmg5EA" alt=""><figcaption></figcaption></figure>

Since the feature « Collar » does not exist yet, it needs to be created with the possible values.

<figure><img src="/files/0kq9syoSe9xVbobaW9ij" alt=""><figcaption></figcaption></figure>

Below is the list of attributes created for the "T-shirt" item.

<figure><img src="/files/LJhWzl9NZ6nGL1i6QKTH" alt=""><figcaption></figcaption></figure>

To create the variations according to the customer’s request, stay in **\[Feature]** but click on **\[\[Create ranges]]**.

<figure><img src="/files/ULbuBVT5NZt2Bg52IVo6" alt=""><figcaption></figcaption></figure>

We can see that there are 8 possible variations. To create the variations, click on **\[\[Create]]**. They will appear in the item list and each will have its own reference.

We can also view the variations in **Files > Item > Range list** and filter by the base item.

<figure><img src="/files/UablX7TKVPGnf3NO0A1g" alt=""><figcaption></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://doc.simax.fr/documentation-simax-anglais/items-and-pricing/the-range.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.
