> ## Documentation Index
> Fetch the complete documentation index at: https://docs.domino.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Workspaces

A Domino workspace is an interactive session where you can conduct research, analyze data, train models, and more. Use workspaces to work in the development environment of your choice, like [Jupyter](https://jupyter.org/) notebooks, [RStudio](https://rstudio.com/), [VS Code](https://code.visualstudio.com/), and many other customizable environments.

[Adjust Workspace settings](/cloud/platform-capabilities/core-concepts/workspaces/set-up-a-workspace)\
After creating a workspace, you can change the hardware tier, environment, volume size, and so on.

[Enable package persistence in an environment](/cloud/platform-capabilities/core-concepts/workspaces/use-package-persistence)\
Package persistence helps you save time by keeping installed packages across workspace sessions.

[Streamline Local Development with SSH](/cloud/platform-capabilities/core-concepts/workspaces/launch-a-workspace/streamline-local-development-ssh)\
Connect your local development tools to a remote Domino workspace using SSH.

[Launch a Workspace](/cloud/platform-capabilities/core-concepts/workspaces/launch-a-workspace)\
Create a workspace so you can use your preferred tools in a reproducible and customizable environment. Learn how to [select or configure VS Code](/cloud/platform-capabilities/core-concepts/workspaces/launch-a-workspace/launch-a-vs-code-workspace) to be the workspace in an environment. You can also [set custom preferences](/cloud/platform-capabilities/core-concepts/workspaces/launch-a-workspace/open-rstudio-with-custom-preferences) such as themes for RStudio workspaces.

[Sync changes in a Workspace](/cloud/platform-capabilities/core-concepts/workspaces/sync-changes-in-a-workspace)\
You can synchronize changes made to files in the `/mnt` directory to a Domino project.

[Manage Workspaces](/cloud/platform-capabilities/core-concepts/workspaces/manage-workspaces)\
View, stop, resume, and delete Workspaces that you or your collaborators created.

[View Workspace details](/cloud/platform-capabilities/core-concepts/workspaces/view-workspace-details)\
Use the logs to see information about user actions, view current and historical Workspace resource usage, and view sessions and commits that were made in a Workspace.

[Link a GitHub account to Domino](/cloud/platform-capabilities/core-concepts/workspaces/link-github-account-to-domino)\
Link your GitHub account to Domino so you can store and manage project code in a GitHub repository.

[Use Git in your Workspace](/cloud/platform-capabilities/core-concepts/workspaces/use-git-in-your-workspace)\
Use Git-based projects or import Git repositories to use in your Workspace.

[Create a Workspace from a checkpoint](/cloud/platform-capabilities/core-concepts/workspaces/create-workspace-from-checkpoint)\
Select any commit to create a Workspace from.

[Run multiple applications in a Workspace](/cloud/platform-capabilities/core-concepts/workspaces/run-multiple-apps-in-a-workspace)\
Run multiple applications in the same Workspace session if needed.

[Save work in a Workspace](/cloud/platform-capabilities/core-concepts/workspaces/save-work-in-a-workspace)\
If you save work to the `mnt` directory, it is persisted when the workspace is stopped and resumed.
