> For the complete documentation index, see [llms.txt](https://docs.neverinstall.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neverinstall.com/spaces/launching-a-space.md).

# Launching a space

Launching a Space on Neverinstall is a straightforward process. This allows users to quickly access a Linux environment with their chosen applications. Here's how to do it:

1. **Select Applications**: From the Neverinstall platform, select the application or group of applications you wish to use in your Space. This will form your workspace, a single consolidated environment for your chosen tools.
2. **Create a Space**: After you've selected your applications, create your workspace by clicking on the "Launch" button located below the selection bay. This will prompt Neverinstall to begin building your Space on its remote servers.
3. **Select a Region**: The next step is to choose the geographic region where you want your Space to be hosted. This should ideally be the region closest to you in order to minimize latency and maximize performance. Currently, Neverinstall offers four regions: Europe, North America, Singapore, and India. More regions will be added in the future to ensure optimal performance for users around the world.

After you've made your selections and clicked "Launch", Neverinstall will start building your Space. In just a few moments, you'll be able to start working in your Linux environment with the chosen applications, right from your web browser.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.neverinstall.com/spaces/launching-a-space.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
