> For the complete documentation index, see [llms.txt](https://docs.robbie.run/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.robbie.run/getting-started/welcome.md).

# Welcome

{% @storylane/embed subdomain="robbie" linkValue="eclrnyt2m14v" url="<https://robbie.storylane.io/share/eclrnyt2m14v>" %}

Robbie is an easy-to-use, high-performance computing service that lets you run Python and other programs in the cloud without hassle or complexity. Since it is built for non-developers, you don’t need cloud, IT, or software development skills. Researchers, scientists, and students find Robbie particularly useful for their Python-based Artificial Intelligence/Machine Learning experiments that require the latest GPUs, like the NVIDIA A100 or H100.

Robbie works with your existing tools so that you can get started quickly. If you like building and running experiments in Jupyter Notebooks, Robbie works on popular notebook platforms like JupyterLab, Visual Studio Code, and Google Colab. If you prefer a command line, Robbie supports a modern command-line interface with fun menus and auto-completion.&#x20;

#### Supported Platform and Python Virtual Environments

* Mac, Linux and Windows  (with some caveats — see below).
* Conda and non-Conda Python virtual environments - we recommend using `mamba`and/or forcing your conda default channel to \`conda-forge\`.
* <mark style="color:red;">Note: Windows \`conda/mamba\` support is currently</mark> <mark style="color:red;"></mark><mark style="color:red;">`experimental`</mark><mark style="color:red;">due to the platform-specific packages that are installed on the local machine (windows) that are not support on the remote machine (Linux).</mark>&#x20;


---

# 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.robbie.run/getting-started/welcome.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.
