# Simulator Slugs

When using the Simulator Upload Wizard in Unity, you can specify a "simulator slug". This is simply a unique identifier for simulator. This value is automatically saved in RuntimeSettings when an upload is complete, and Room creation requests will use this value to identify which simulator should be started alongside your room.

The simulator slug can be any string value, but we recommend using something descriptive. If the same slug is used between two uploads, the later upload will overwrite the previous simulator.

![](/files/fjyxdEJISlO5UP7l43DG)

A list of uploaded simulators and their corresponding slugs can be found in the Developer Portal:

![](/files/hiTTHjBIdhi1WWA4Vup6)


---

# 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/0.8/simulators/simulator-slugs.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.
