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

# Connecting to Instances

> Connect to Thunder Compute instances created in the Console. Use VSCode or the CLI to manage active cloud GPU.

<Columns cols={3}>
  <Card title="VS Code" icon="window" href="/vscode/operations/connecting-to-instances" color="#95c5ea" className="platform-card">
    Editor extension
  </Card>

  <Card title="CLI" icon="terminal" href="/cli/operations/connecting-to-instances" color="#95c5ea" className="platform-card">
    Command line
  </Card>

  <Card title="Console" icon="browser" color="#95c5ea" className="platform-card platform-current">
    Web interface
  </Card>
</Columns>

## Connect to an Instance

The console displays your instances but does not provide a built-in terminal. To connect to an instance, use the [CLI](/cli/operations/connecting-to-instances) or [VSCode extension](/vscode/operations/connecting-to-instances).

Want to bring your own keys or run your own SSH client? Follow [SSH on Thunder Compute](/console/operations/ssh).
