# Add a Real-Time Scene and a Product

In order to create a configurator first we need to add a real time scene that can serve as a starting point. Therefore got to the *Scenes* button of the top bar and select a real-time scene:

<figure><img src="/files/VCRpVJlAOefK0z7LsCNe" alt="" width="563"><figcaption><p>Select a real-time scene</p></figcaption></figure>

{% hint style="info" %}
If no such a real-time scene exists in your library, please ask your colormass contact person to add one to your library.
{% endhint %}

Once you added the scene please also go to the *Products* button in the top bar and add a &#x20;

<figure><img src="/files/sjKyiGeBg2nq331DXRei" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="warning" %}
It's very important to note that in these Configurator tutorials we are only showing how to embed a product in an environment and then publish it in a website. Creating variations and product logic is part of the [Products](/building-blocks/products.md) tutorials and not part of the Configurator tutorials.
{% endhint %}


---

# 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.colormass.com/configurator/create-your-first-configurator/add-a-real-time-scene-and-a-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.
