# Quickstart

This guide shows you how to create a virtual space on KSUB. For more information on KSUB and virtual spaces, please check out our [FAQs](/introduction/faqs.md).

### Overview

Here is an overview of the steps we will be taking in this guide:

1. [Download, Install, and Launch the Game Client](#download-install-and-launch-the-game-client)
2. [Customize Your Character](#customize-your-character)
3. [Start Building Your Own Space](#step-3-start-building-your-own-space)
4. [Share Your Space](/introduction/quickstart.md)

### Download, Install, and Launch the Game Client

Before you can begin building your virtual space, you'll need to download and install the game client. Please select the appropriate download link for your operating system.&#x20;

* [MacOS](https://ksub.com)
* [Windows](https://ksub.com)

Once the download is complete, run the installer and follow the on-screen instructions to finish installing the game client. Launch the game client after the install finishes.

### Customize Your Character

Every player needs a character that represents them in our virtual world. Go ahead and customize your character. You may choose to edit your character's appearance later.

### Start Building Your Own Space

Select the "CREATE" button from the main menu to create a new space. A new default space will be loaded into the scene.

Your avatar will automatically spawn. As soon as your avatar appears, you are ready to build.

Check out our [how to build guide](/build-a-space/how-to-build.md) for more tips and tricks about building spaces.

### Share Your Space

Once you've finished customizing your virtual space, it's time to share it with the world. Use the sharing options to invite others to explore your creation.

Congratulations, you've created your own virtual space with KSUB!


---

# 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.ksub.com/introduction/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.
