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

# Post Installation

> Choose your path after installing GRID Enterprise

You now have GRID Enterprise installed and the CLI ready to launch. Choose the path that best matches your workflow:

<CardGroup cols={2}>
  <Card title="Hello GRID Tutorial" icon="rocket" href="../hello-grid">
    Guided walkthrough combining CLI usage, session management, and data capture.
  </Card>

  <Card title="CLI Reference" icon="terminal" href="./cli">
    Learn all available commands for local workflows.
  </Card>

  <Card title="VS Code Integration" icon="code" href="./vscode-containers">
    Attach VS Code to GRID containers for a full IDE experience.
  </Card>

  <Card title="Remote Nodes" icon="server" href="./remote-nodes">
    Control additional machines or run the CLI in client mode.
  </Card>

  <Card title="Mount Storage" icon="hard-drive" href="./mounting-storage">
    Map host directories into containers for datasets and notebooks.
  </Card>

  <Card title="Managed GRID" icon="cloud" href="./managed">
    Connect to a pre-configured cloud VM.
  </Card>
</CardGroup>

***

## Quick Start Commands

Once in the GRID CLI, here are the essential commands:

```bash theme={null}
login @local              # Authenticate with the registry
init airgen @local        # Start containers (airgen, isaac, or isaac5)
session start demo        # Start a simulation session
open nb @local            # Open Jupyter notebook
open sim @local           # Open simulation stream
session stop demo         # Stop the session
terminate @local          # Shut down containers
```

<Note>
  Use `update samples` to download or update sample notebooks, and `update assets` to refresh simulator environment files.
</Note>
