# Room Simulators

Simulators per room can be enabled in the dashboard for the project. The Simulator used is matched according to the [Simulator slug](/manual/simulation-server/simulator-slugs.md) in the RuntimeSettings scriptable object file. This is set automatically when you upload a Simulator.

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

For each new Room, a Simulator will be created with the command line parameters described in the [Simulators](/manual/simulation-server.md#command-line-parameters-in-the-cloud) section. The Simulator is shutdown automatically when the Room is closed.


---

# 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.coherence.io/manual/simulation-server/room-simulators.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.
