--- sidebar_position: 1 slug: /documentation title: Documentation description: Index of all documentation for the Physical AI Toolchain author: Edge AI Team ms.date: 2026-04-15 ms.topic: overview keywords: - documentation - index - robotics - azure --- Technical documentation for deploying, training, and operating robotics workloads on Azure with NVIDIA Isaac and OSMO. This index organizes every guide, reference, and walkthrough in the repository by topic so you can find what you need based on where you are in the workflow. Documentation spans the full lifecycle, from provisioning Azure infrastructure with Terraform, through training reinforcement-learning policies with Isaac Lab and AzureML, to running inference on edge devices. Each section targets a specific audience and phase of the project. ## ๐Ÿ‘ค Audience Guide | Role | Start here | |------------------------|-------------------------------------------------------------------------------------------------| | First-time deployer | [Getting Started](getting-started/README.md), then [Deployment Guide](infrastructure/README.md) | | ML / Robotics engineer | [Training](training/lerobot-training.md) and Inference (coming soon) | | Platform operator | [Operations](operations/README.md) and [Security Guide](operations/security-guide.md) | | Contributor | [Contributing](contributing/README.md) | ## ๐Ÿชœ Tier Guide Adoption is modeled as six graduated tiers (T0-T5), each a legitimate stopping point. **T0 โ€” Dev** is the default starting path (one laptop, one robot, zero cloud, zero Kubernetes). **T2 โ€” Pilot** is the recommended production path. **T3-T5** are advanced and opt-in. Pick the tier that matches your reach, then follow its quick-start and read its infrastructure boundaries. See the canonical [Tier Model](design/tier-model.md) for the authoritative tier table and vocabulary. | Tier | Scope | Quick start | Architecture | |---------------------|-----------------------------------------------------------|------------------------------------------------------------|----------------------------------------------------------------| | **T0 โ€” Dev** โญ | Laptop + 1 robot, zero cloud, zero Kubernetes | [Tier 0 โ€” Dev](recipes/tier-0-dev/README.md) | [T0 โ€” Dev](contributing/architecture.md#t0--dev) | | **T1 โ€” Lab** | One site, a few robots, shared GPU; first cloud storage | [Tier 1 โ€” Lab](recipes/tier-1-lab/README.md) | [T1 โ€” Lab](contributing/architecture.md#t1--lab) | | **T2 โ€” Pilot** โœ… | One site at scale; cloud training default | [Tier 2 โ€” Pilot](recipes/tier-2-pilot/README.md) | [T2 โ€” Pilot](contributing/architecture.md#t2--pilot) | | **T3 โ€” Production** | Single-site declarative deploy (local k3s + Flux, no Arc) | [Tier 3 โ€” Production](recipes/tier-3-production/README.md) | [T3 โ€” Production](contributing/architecture.md#t3--production) | | **T4 โ€” Scale** | Multi-site **fleet delivery**; Arc reachability broker | [Tier 4 โ€” Scale](recipes/tier-4-scale/README.md) | [T4 โ€” Scale](contributing/architecture.md#t4--scale) | | **T5 โ€” Operate** | **Fleet intelligence** for drift detection and retraining | [Tier 5 โ€” Operate](recipes/tier-5-operate/README.md) | [T5 โ€” Operate](contributing/architecture.md#t5--operate) | โญ default ยท โœ… recommended production > [!NOTE] > **Roadmap honesty.** T5 (Operate / fleet intelligence) is on the roadmap and not yet available. The fleet-intelligence domain is currently specified, with implementation planned. Today's shipping capability spans T0-T4. ## ๐Ÿ“– Documentation Index | Section | Description | Status | |----------------------------------------------|-------------------------------------------------------------------------------------|-------------| | [Getting Started](getting-started/README.md) | Environment setup, prerequisites, and first deployment walkthrough | Available | | [Deployment Guide](infrastructure/README.md) | Infrastructure provisioning with Terraform, AKS cluster setup, and networking | Available | | [Training](training/README.md) | Model training pipelines with Isaac Lab, AzureML jobs, and OSMO orchestration | Available | | Inference | Serving trained policies for real-time control on edge and cloud | Coming soon | | Workflows | AzureML and OSMO job templates, pipeline configuration, and submission scripts | Coming soon | | [Operations](operations/README.md) | Monitoring, scaling, troubleshooting, and cost management for running clusters | Available | | [Security](security/README.md) | Identity, networking, compliance, and hardening for production deployments | Available | | [Reference](reference/README.md) | CLI parameter tables, script usage, workflow templates, and configuration reference | Available | | [Contributing](contributing/README.md) | Contribution guidelines, PR process, deployment validation, and coding conventions | Available | ## ๐Ÿ“„ Current Guides Standalone guides available now. These cover common tasks and will move into their respective topic sections as the documentation structure expands. | Guide | Description | |------------------------------------------------------|---------------------------------------------------------------------------------------------------------------| | [MLflow Integration](training/mlflow-integration.md) | Configuring MLflow experiment tracking for SKRL training agents with automatic metric logging to Azure ML | | [Security Guide](operations/security-guide.md) | Security configuration inventory, deployment responsibilities, and hardening checklist for robotics workloads | ## ๐Ÿš€ Next Steps * Review the [deployment guide](infrastructure/README.md) for infrastructure provisioning and cluster setup * Explore [MLflow Integration](training/mlflow-integration.md) to set up experiment tracking for training runs * Read the [Contributing](contributing/README.md) guide to get involved with the project *๐Ÿค– Crafted with precision by โœจCopilot following brilliant human instruction, then carefully refined by our team of discerning human reviewers.*