> For the complete documentation index, see [llms.txt](https://bdcatalyst.gitbook.io/biodata-catalyst-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bdcatalyst.gitbook.io/biodata-catalyst-documentation/written-documentation/explore-available-data/gen3-discovering-data/workspace.md).

# Workspace

When navigating to a Workspace, users are presented with multiple workspace options.

![BDC-Gen3 Workspace Page](/files/-M1RrZjO92A3gtMd59iX)

The Gen3 platform offers two workspace environments: Jupyter Notebooks and R Studio.&#x20;

There are six workspaces:

**Virtual machines (VM):**&#x20;

* Small Jupyter Notebook VM
* Large Jupyter Notebook Power VM
* R Studio VM

**Pre-made workflow workspaces:**&#x20;

* Autoencoder Demo
* CIP Demo
* Tensorflow-Pytorch.&#x20;

To start a workspace, select **Launch**. You will see the following launch loading screen.

![Launch loading screen](/files/-M1RrkL3wDpKPjratXuB)

{% hint style="info" %}
Launching a VM can take up to five minutes depending on the size and complexity of the workspace.
{% endhint %}

Once the VM is ready, the initial screen for the workspace will appear. For scripts and output that need to be saved when the workspace is terminated, store those files in the `pd/` directory.&#x20;

![The initial workspace for Jupyter Notebooks](/files/-M1RrsyuZf8qjdM1rI--)

![The initial workspace for R Studio](/files/-M1RrvUD7mTJsgfBYS4-)

This workspace will persist once the user has logged out of the *BDC-Gen3* system. If the workspace is no longer being used, terminate the workspace by selecting **Terminate Workspace** at the bottom of the window. You will be returned to the Workspace page with all of the workspace options.&#x20;

For more information about the Gen3 Workspace, refer to [Data Analysis in a Gen3 Data Commons](https://gen3.org/resources/user/analyze-data/).


---

# 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://bdcatalyst.gitbook.io/biodata-catalyst-documentation/written-documentation/explore-available-data/gen3-discovering-data/workspace.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.
