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

# Compute

Compute allows you to create and manage virtual machines. These virtual machines function similarly to your local machine but are hosted in the cloud. You can connect to them and use their GPUs and other computing resources in your ML/AI workloads.

The service is available in all [Nebius AI Cloud regions](/overview/regions/).

*InfiniBand and InfiniBand Trade Association are registered trademarks of the InfiniBand Trade Association.*

<CardGroup cols={2}>
  <Card title="Getting started" icon="link" href="/compute/quickstart">
    Create your first set of virtual machines and connect to them
  </Card>

  <Card title="Types of virtual machines" icon="link" href="/compute/virtual-machines/types">
    Learn about virtual machines configurations
  </Card>

  <Card title="Creating virtual machines" icon="link" href="/compute/virtual-machines/manage">
    Learn how to create different types of virtual machines
  </Card>

  <Card title="Connecting to virtual machines" icon="link" href="/compute/virtual-machines/connect">
    Learn how to connect to virtual machines using SSH and allow other users to access VMs
  </Card>

  <Card title={`Interconnecting GPUs on VMs with InfiniBand™`} icon="link" href="/compute/clusters/gpu">
    Create a GPU cluster and add VMs to it to interconnect them with InfiniBand
  </Card>

  <Card title={`Testing InfiniBand connection`} icon="link" href="/compute/clusters/gpu/test">
    Learn how to run tests to check the InfiniBand network state and performance
  </Card>

  <Card title="Types of storage volumes" icon="link" href="/compute/storage/types">
    Choose a storage option for your VMs that fits your goals best
  </Card>

  <Card title="Creating and resizing volumes" icon="link" href="/compute/storage/manage">
    Manage and configure disks and shared filesystems
  </Card>

  <Card title="Attaching and mounting volumes to VMs" icon="link" href="/compute/storage/use">
    Use volumes that you created on virtual machines
  </Card>

  <Card title="Monitoring VMs" icon="link" href="/compute/monitoring/virtual-machines">
    Control GPU and vCPU states of your VMs
  </Card>

  <Card title="Monitoring volumes" icon="link" href="/compute/monitoring/volumes">
    Control disks and filesystems states
  </Card>
</CardGroup>
