# Step 2 - Creating a Workspace

After downloading and launching the app, you will see the **Welcome screen** with the **Create Workspace** button.&#x20;

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

After pressing **Create Workspace,** you will be asked to choose where to install the node. There are two ways of installing it:

* [**Start Locally**](/mainnet-guide/launcher/installing-the-workspace-locally.md) - this allows you to install and run the node from your local machine (the same system the Desktop App itself runs at.
* [**Start Remotely**](/mainnet-guide/launcher/installing-the-workspace-remotely.md) - this allows you to connect the app to a remote system via SSH and run the node there.

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

{% hint style="info" %}
The icon in the bottom right corner contains useful links to our guide, discord channel, and the latest version of the app.
{% 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://gitbook.humanode.io/mainnet-guide/launcher/step-2-creating-a-workspace.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.
