# Quickstart

**Realtime Configurator** is a set of features that allow you or your users to customize your project during runtime in various ways.

Features include:&#x20;

* **Sketchfab importer -** Import and modify GLTF models from Sketchfab.
* **Actor importer -** Import saved actors from your project.
* **Level & Object Configurator -** Type-based options to modify your level or objects.
* **Media importer -** Create media annotations that open video or web panels.
* **Dolby.io streams -** Create in-world screens that you can push live video feeds to.

{% hint style="info" %}
Realtime Configurator features are backed by a per-space database.

Changes are automatically synced, and networked to multiplayer users.
{% endhint %}

## Enable Realtime Configurator

1. [Add the Odyssey plugin](/guides/add-the-odyssey-plugin.md)
2. Enable Configurator in **Project Settings -> Odyssey -> Configurator**

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

3. Open the main level of your project, and in the Place Actor panel (**Window -> Place Actor**), drag the `Odyssey Configurator` actor into your level.

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

4. :tada:Save your level, and deploy your project as normal.

{% hint style="success" %}
Once enabled your project will automatically have **GLTF importer**, **Media importer**, and I**n-world streams**.
{% 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.odyssey.stream/realtime-configurator/quickstart.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.
