# The Welcome Dialog

The first time you install the Runtime Spawner packages, a welcome dialog will appear.

This dialog will help you install the many samples that are included with the Runtime Spawner, including the networking integrations.

{% hint style="info" %}
You can re-open the Setup window at any point by going to Tools -> Runtime Spawner -> Setup
{% endhint %}

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

The Setup window will also help you navigate to the individual 'README' files that are included in each of the samples. It is highly recommended that you install at least the 'recommended' samples and review the readme files for each to get an understanding of how to use the package.

This dialog also provides quick links to the Online version of the User Manual (what you are reading now!) the API documentation and links to our Support and Discord channels.

You can uncheck the 'Show on Startup' checkbox to hide the welcome dialog and show it again by going to Tools -> Runtime Spawner -> Setup


---

# 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://megacrush.gitbook.io/megacrush-unity-assets/runtime-spawner/runtime-spawner-user-manual/introduction/the-welcome-dialog.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.
