> ## 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.

# Quickstart

> Start launching your cloud container instance in under 5 minutes

<Note>
  In GPUhub instances, data (including environments) is saved even after shutdown.
  You needn't reconfigure or reupload data upon restart. However, instances will be released if shut down continuously for 15 days.
  For details, see [Instance Data Retention Policy](/data/overview).
</Note>

## Create an Instance

After registration, enter the console. Under My Instances, click "Launch Instance".

<img src="https://mintcdn.com/gpuhub/r1V0ko0l9sh4RwWM/images/instances.png?fit=max&auto=format&n=r1V0ko0l9sh4RwWM&q=85&s=88088cf04ca7faac2b103737f9109ef4" alt="" width="1674" height="653" data-path="images/instances.png" />

On the instance creating page, select billing method, region, GPU type and count. Then choose a suitable idle host and image (with basic Deep Learning frameworks or community images) to create the instance.

<img src="https://mintcdn.com/gpuhub/yLmjMPcqL-OhC9CD/images/create-instance.png?fit=max&auto=format&n=yLmjMPcqL-OhC9CD&q=85&s=c71f469cda72ef6295b5bf881bb2deb6" alt="" width="1629" height="1194" data-path="images/create-instance.png" />

<Tip>
  For larger data storage, check the expandable disk size.
  Refer to the [Instance Overview](container-instance/overview) for the data disk path.
</Tip>

After creation, wait for startup. The main operation entry points are in the item.

<img src="https://mintcdn.com/gpuhub/r1V0ko0l9sh4RwWM/images/instance-operate.png?fit=max&auto=format&n=r1V0ko0l9sh4RwWM&q=85&s=bcdc9201173a783c79f0a908860b98e6" alt="" width="1475" height="662" data-path="images/instance-operate.png" />

<Warning>
  Note that billing starts when the instance status shows 'Running'.
  Shut it down promptly to stop billing when not in use.
  For billing rules, see [Billing Description](recharge-pricing/billing).
</Warning>

## Upload Data

Once the instance is running, find the "JupyterLab" shortcut tool and click to open it.
Locate the upload button in the screenshot to upload data.
For folder uploads or advanced methods, refer to the [Data Upload](data/upload-data) documentation.

<img src="https://mintcdn.com/gpuhub/hau6BtaiLdxackoK/images/upload-data.png?fit=max&auto=format&n=hau6BtaiLdxackoK&q=85&s=3452241870a7aa19088bb1e8745daa53" alt="" width="1104" height="629" data-path="images/upload-data.png" />

## Terminal Training

Open the terminal in the JupyterLab page. For remote development with other IDEs, refer to VSCode (recommended) and PyCharm.

<img src="https://mintcdn.com/gpuhub/r1V0ko0l9sh4RwWM/images/open-terminal.png?fit=max&auto=format&n=r1V0ko0l9sh4RwWM&q=85&s=dc53f3e623b721f7aeb93881e0d3ca5e" alt="" width="1158" height="668" data-path="images/open-terminal.png" />

Execute Python commands in the terminal to complete training.

<img src="https://mintcdn.com/gpuhub/hau6BtaiLdxackoK/images/start-training.png?fit=max&auto=format&n=hau6BtaiLdxackoK&q=85&s=d6fdf6fa5661b8ff5475f13d7d19648e" alt="" width="2180" height="1274" data-path="images/start-training.png" />

## Advanced Learning

<CardGroup cols={2}>
  <Card horizontal title="GPU Selection" icon="microchip" href="/gpu-selection/gpu-selection">
    Select GPU type and count
  </Card>

  <Card horizontal title="Environment Configration" icon="wrench" href="/environment/overview">
    Config your development environment
  </Card>

  <Card horizontal title="Upload Data" icon="cloud-arrow-up" href="/data/upload-data">
    Upload data with FileZilla
  </Card>

  <Card horizontal itle="SSH" icon="key" href="/best-practices/ssh-tunnel">
    Securely access your instance via SSH
  </Card>

  <Card horizontal title="Open Ports" icon="link" href="container-instance/open-ports">
    Expose custom ports to make your applications accessible
  </Card>

  <Card horizontal title="VSCode" icon="laptop-code" href="/best-practices/vscode">
    Remote development with VSCode
  </Card>

  <Card horizontal title="PyCharm" icon="rectangle-terminal" href="/best-practices/pycharm">
    Remote development with PyCharm
  </Card>

  <Card horizontal title="Run a Daemon Process" icon="wave-pulse" href="/container-instance/run-in-background">
    Keep alive with a daemon process
  </Card>

  <Card horizontal title="Linux Basics" icon="bird" href="/best-practices/linux-basics">
    Basic Linux commands
  </Card>

  <Card horizontal title="FAQ" icon="message-question" href="/faqs">
    Frequently asked questions
  </Card>
</CardGroup>
