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

# Introduction

> What VESSL Cloud is, why it matters, and how it works at a glance.

<div className="mint-relative mint-max-w-3xl mint-mx-auto mint-[container-type:inline-size]">
  <img src="https://mintcdn.com/dora/ASBmpR7P1EWQcMH-/images/docs%20intro.png?fit=max&auto=format&n=ASBmpR7P1EWQcMH-&q=85&s=a41c944fac4273a057af5c8a9d031890" alt="" className="mint-block mint-w-full mint-pointer-events-none mint-select-none dark:mint-hidden" width="4097" height="2560" data-path="images/docs intro.png" />

  <img src="https://mintcdn.com/dora/ASBmpR7P1EWQcMH-/images/docs%20intro.png?fit=max&auto=format&n=ASBmpR7P1EWQcMH-&q=85&s=a41c944fac4273a057af5c8a9d031890" alt="" className="mint-block mint-w-full mint-pointer-events-none mint-select-none mint-hidden dark:mint-block" width="4097" height="2560" data-path="images/docs intro.png" />

  <div className="mint-absolute mint-inset-x-0 mint-bottom-0 mint-top-[45%] mint-flex mint-flex-col mint-items-center mint-justify-center mint-text-center">
    <h2 className="mint-block mint-text-[5cqw] mint-font-medium mint-leading-[1.12] mint-text-gray-900 dark:mint-text-zinc-50 mint-tracking-tight">
      <span data-as="p">VESSL Cloud<br />Documentation</span>
    </h2>
  </div>
</div>

VESSL Cloud lets you access GPUs on demand without managing infrastructure. Launch a workspace, connect using JupyterLab or SSH, and collaborate using shared storage.

### Why VESSL Cloud

* **Instant**: launch GPU instances with JupyterLab and SSH in a few clicks
* **Consistent**: Docker-based images ensure identical environments across teams and projects
* **Scalable**: scale GPU specs or count as needed; pause or terminate when done
* **Collaborative**: share data and models with team volumes
* **Cost visibility**: clear billing states for running, paused, and terminated workspaces

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/guides/get-started/quickstart-user">
    Create your first Workspace in minutes.
  </Card>

  <Card title="Organization" icon="users" href="/admin/organization/overview">
    Admin scope, policies, billing, responsibilities.
  </Card>

  <Card title="Team" icon="users" href="/admin/teams/overview">
    Collaboration model and shared resources.
  </Card>

  <Card title="Workspace (Run GPU instances)" icon="layer-group" href="/member/workspace/overview">
    GPU/CPU containers and cost controls.
  </Card>

  <Card title="vesslctl CLI" icon="terminal" href="/cli/overview">
    Manage everything from your terminal — workspaces, batch jobs, storage, and more.
  </Card>
</CardGroup>

## More in introduction

<CardGroup cols={2}>
  <Card title="Roles & permissions" icon="shield" href="/admin/roles-permissions">
    Admin vs Member responsibilities and scopes.
  </Card>

  <Card title="Cluster" icon="clouds" href="/admin/cluster/overview">
    GPU/CPU execution environments for workspaces.
  </Card>

  <Card title="Storage" icon="database" href="/member/volume/overview">
    Cluster storage vs Object storage.
  </Card>

  <Card title="Billing" icon="credit-card" href="/admin/billing/overview">
    Credit model and cost states.
  </Card>
</CardGroup>
