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

# Introduction

> Welcome to the GPUhub documentation. This is the go-to resource for researchers and developers working with GPU-accelerated computing. Get clear, accurate, step-by-step guides to train, deploy, and optimize faster.

```
“Do. Or do not. There is no try.” ― Yoda 
```

<Frame>
  <img src="https://mintcdn.com/gpuhub/yLmjMPcqL-OhC9CD/images/docs-banner.jpg?fit=max&auto=format&n=yLmjMPcqL-OhC9CD&q=85&s=f9ae07bb4e5a42c20e4b8d557ab3103a" alt="" width="2496" height="555" data-path="images/docs-banner.jpg" />
</Frame>

## Create Your Container Instance

Create a stable, reliable, and reasonably priced cloud container instance suitable for your use.

<CardGroup cols="2">
  <Card title="Quick Start" icon="staff" href="/quickstart">
    Quickly register and create a Cloud Container Instance by selecting the billing model, host, GPU count, and image.
  </Card>

  <Card title="GPU Selection" icon="cauldron" href="/gpu-selection/gpu-selection">
    Select the right GPU for your tasks. The platform provides proportional CPU and memory resources based on the number of GPUs selected.
  </Card>

  <Card title="Keep Instance Active in Background" icon="wave-pulse" href="/container-instance/run-in-background">
    Ensure your programs run continuously in the background when using SSH or SSH-based tools by running commands in daemon mode.
  </Card>

  <Card title="Read Data Retention Policies" icon="broom-wide" href="/data/overview">
    Understand the data retention rules to avoid data loss, especially during instance shutdowns.
  </Card>
</CardGroup>

## Data Transmission & Storage

We are offering multiple flexible methods for data transfer. It supports various tools and techniques, including JupyterLab, scp commands, and graphical interfaces like FileZilla or XShell, providing users with convenient options for uploading and downloading data.

<CardGroup cols="2">
  <Card title="Data Disk" icon="hard-drive" href="/data/local-data-disk">
    Ideal for intensive tasks, offering flexible and cost-effective storage solutions.
  </Card>

  <Card title="File Storage" icon="folder-tree" href="/data/file-storage">
    Perfect for long-term storage and backup, allowing you to manage data without running an instance.
  </Card>

  <Card title="Upload Data" icon="cloud-arrow-up" href="/data/upload-data">
    Use various tools like JupyterLab, scp commands, or graphical interfaces for efficient data uploads.
  </Card>

  <Card title="Download Data" icon="cloud-arrow-down" href="/data/download-data">
    Easily retrieve your data using file transfer tools, terminal commands, or intuitive interfaces.
  </Card>
</CardGroup>

## Enviroment Configuration

The platform's images come with many frameworks and versions. If they don't meet your needs, see how to configure other versions.

<CardGroup cols="2">
  <Card title="Enviroment Configuration" icon="wrench" href="/environment/overview">
    Customize your environment if the pre-installed frameworks and versions don't meet your needs.
  </Card>

  <Card title="Image" icon="rectangle-vertical-history" href="/environment/image">
    Save and reuse custom environments by saving images, or share them with other users.
  </Card>
</CardGroup>

## SSH & Ports

Manage secure instance access and external connectivity with SSH and customizable ports.

<CardGroup cols="2">
  <Card title="SSH" icon="key" href="/best-practices/ssh-tunnel">
    Securely access your instance via SSH for remote management, file transfers, debugging, and running commands directly in the container environment.
  </Card>

  <Card title="Open Ports" icon="link" href="container-instance/open-ports">
    Expose custom ports to make your applications accessible over the internet, enabling web services, APIs, dashboards, and other external integrations.
  </Card>
</CardGroup>

## Elastic Deployment

Effortlessly deploy and manage scalable GPU-accelerated applications with intelligent scheduling, rolling updates, and persistent storage — designed for stable, long-running AI workloads.

<CardGroup cols="2">
  <Card title="Get Started with Elastic Deployment" icon="hat-witch" href="/elastic-deployment/elastic-deployment">
    Learn how to create ReplicaSets, Jobs, or single containers with flexible resource constraints and automatic host matching.
  </Card>

  <Card title="Why Not Pure Serverless?" icon="circle-question" href="/elastic-deployment/why-not-serverless">
    Understand why GPUhub chooses elastic containers over traditional serverless for better stability, lower latency, and real-world AI training/inference needs.
  </Card>
</CardGroup>
