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

# CoreWeave Documentation

> Learn how to deploy, manage, and observe your workloads on CoreWeave.

## Get started

<Card title="Get started with CoreWeave" href="/get-started" arrow="true">
  Account setup, environment configuration, and running your first workloads.
</Card>

## Products

### Compute

CoreWeave offers compute options for running containerized AI and HPC workloads:

<Columns cols={3}>
  <Card title="CoreWeave Kubernetes Service (CKS)" href="/products/cks" arrow="true">
    Managed Kubernetes on bare metal for training, inference, and HPC.
  </Card>

  <Card title="SUNK" href="/products/sunk" arrow="true">
    Slurm on Kubernetes for batch and burst workloads.
  </Card>

  <Card title="Inference" href="/products/inference" arrow="true">
    Serverless and dedicated inference options for serving AI models.
  </Card>

  <Card title="CoreWeave Sandbox" href="/products/sandboxes" arrow="true">
    Ephemeral compute sandboxes for agents and code interpretation.
  </Card>
</Columns>

### Storage

CoreWeave storage solutions support the data requirements of AI and ML workloads:

<Columns cols={2}>
  <Card title="CoreWeave AI Object Storage" href="/products/storage/object-storage" arrow="true">
    S3-compatible storage for datasets, model weights, and checkpoints.
  </Card>

  <Card title="Dedicated VAST Storage" href="/products/storage/dedicated-vast" arrow="true">
    Single-tenant VAST clusters with multi-protocol access at petabyte scale.
  </Card>

  <Card title="Distributed File Storage" href="/products/storage/distributed-file-storage/about" arrow="true">
    POSIX shared filesystem for multi-node access and distributed training.
  </Card>

  <Card title="Local Storage" href="/products/storage/local-storage" arrow="true">
    Ephemeral storage on GPU nodes for scratch space and caching.
  </Card>
</Columns>

### Networking

CoreWeave networking products create secure, high-performance connections between your resources and services:

<Columns cols={3}>
  <Card title="Virtual Private Clouds (VPCs)" href="/products/networking/vpc/about-vpcs" arrow="true">
    Isolated networks for CKS clusters.
  </Card>

  <Card title="HPC Interconnect" href="/products/networking/hpc-interconnect/about-hpc-interconnect" arrow="true">
    GPUDirect RDMA with InfiniBand for GPU-to-GPU communication.
  </Card>

  <Card title="Direct Connect" href="/products/networking/direct-connect/about-direct-connect" arrow="true">
    Private links through Equinix and Megaport.
  </Card>

  <Card title="IP addresses" href="/products/networking/ip/public-ipv4" arrow="true">
    Public IPv4 and Bring Your Own IP.
  </Card>

  <Card title="Ingress Service" href="/products/networking/ingress-service/create-public-dns-name" arrow="true">
    Public DNS names for services.
  </Card>
</Columns>

## Platform

The following sections describe fleet management and platform details.

### Fleet management

<Columns cols={2}>
  <Card title="Regions and availability" href="/platform/regions/about-regions-and-azs" arrow="true">
    GPU and CPU instances, regions and availability zones, and CoreWeave Omni for self-hosted infrastructure.
  </Card>

  <Card title="Node lifecycle" href="/platform/fleet-management/node-lifecycle" arrow="true">
    Day 0, Day 1, and Day 2 operations across the lifecycle of CoreWeave Nodes.
  </Card>

  <Card title="Capacity plans" href="/platform/capacity-plans" arrow="true">
    Reserved, on-demand, and spot plans for securing GPU compute capacity.
  </Card>

  <Card title="Observability" href="/observability" arrow="true">
    Grafana dashboards, logs, metrics, telemetry, and alerts for monitoring fleet hardware and workloads.
  </Card>
</Columns>

### Platform details

<Columns cols={2}>
  <Card title="User management" href="/security/authn-authz/orgs-users" arrow="true">
    Authentication and authorization, Identity and Access Management (IAM) access policies, automated user provisioning, and support access.
  </Card>

  <Card title="Billing and pricing" href="/billing" arrow="true">
    Billing insights, invoices, and pricing for CoreWeave services.
  </Card>

  <Card title="Security" href="/security" arrow="true">
    Platform security architecture, trust and compliance, and security best practices for AI workloads.
  </Card>

  <Card title="Policies" href="/policies/terms-of-service" arrow="true">
    Terms of service, acceptable use, and compliance policies.
  </Card>
</Columns>

## Release notes

<Card title="Release notes" href="/changelog" arrow="true">
  Release notes and product updates for CoreWeave services.
</Card>
