# Publish the Configurator

Once you saved your scene you can easily publish your scene using the *Publish 3D* button:

<figure><img src="/files/solDg1HyH6n50Kryll1Y" alt=""><figcaption><p>Publish</p></figcaption></figure>

in the top right corner and click on *Copy configurator URL*.

If you’ve followed these steps correctly, opening the link should display a 3D viewer similar to the one shown below, which can easily be embedded into your website.

<figure><img src="/files/a7XPUKCBFnU10KmP9f4K" alt="" width="563"><figcaption><p>First configurator</p></figcaption></figure>

You’ll notice that several elements are missing (e.g., the options don’t have icons uploaded yet), but we’ll cover these details in separate tutorials.


---

# 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/publish-the-configurator.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.
