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

# Overview

> Learn how to connect to and operate running containers

Air Container provides multiple ways to access and operate running containers.

This section is organized into three parts:

* **Web Terminal** for browser-based terminal access from the AirCloud console
* **aircloud CLI** for installing the CLI and using core commands such as `config`, `whoami`, `endpoints`, `exec`, and `ssh`
* **SSH access** for SSH key setup and `aircloud ssh` connection workflows

## Quick links

<Columns cols={3}>
  <Card title="Use Web Terminal" icon="monitor-smartphone" href="/docs/air-container/use-web-terminal" cta="Open guide">
    Learn how the Terminal button works for custom containers, including activation, replica selection, and session exit.
  </Card>

  <Card title="Use aircloud CLI" icon="terminal" href="/docs/air-container/use-aircloud-cli" cta="Open guide">
    Install the CLI and use commands such as `config`, `whoami`, `endpoints`, `exec`, and `ssh`.
  </Card>

  <Card title="Connect with SSH" icon="key-round" href="/docs/air-container/connect-with-ssh" cta="Use SSH">
    Set up SSH keys and connect with `aircloud ssh`.
  </Card>
</Columns>
