# Create a versionless project

Versionless projects have only one abstracted-away version and cannot be rolled back. These are mostly useful for testing purposes or single-container stacks.

**Step 1:** On the Project tab, click ‘Add’ on top right.

**Step 2:** Enter the project’s name.

{% hint style="success" %}
**Tip:** You can write a description so your teammates can understand what’s the purpose of this project.
{% endhint %}

**Step 3:** Select the versionless type under the description.

![After Step 3 this is how UI should look like.](/files/oC37ZcpHEhjVjRuOlhUF)

**Step 4:** Click ‘Save’. You’ll be directed to the Project tab. Select the project you just created.

![](/files/v0B2zepCF78uNKjXvjmg)

**Step 5:** Click ‘Add Image’.

**Step 6:** Select the Registry you want to filter images from.

**Step 7:** Type the image’s name to filter images. Select the image by clicking on the checkbox next to it.

![](/files/skuhTNxGycTqcFe8eCxz)

**Step 8:** Click ‘Add’.

![](/files/8UTZhY4l6NKU3PwKmcvz)

**Step 9:** Click on the ‘Tag’ icon under the actions column left to the bin icon. This will allow you to select a version of the image you picked in the previous step.

{% hint style="warning" %}
You can define environment configurations to the selected image by clicking on the gear icon on the right. For further adjustments, click on the JSON tab where you can define other variables. Copy and paste it to another image when necessary. Learn more about Configuration management [**here**](/features/configuration-management.md).
{% endhint %}

![](/files/yGJoYLh7StUG1E0U6mOD)

**Step 10:** Click ‘Add Image’ to add another image. Repeat until you have all the desired images included in your product.


---

# 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.dyrector.io/tutorials/create-your-product/create-a-simple-product.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.
