# Qualia Documentation Qualia is a cloud platform for fine-tuning Vision-Language-Action (VLA) models, managing training jobs with the browser, Python SDK and REST API. ## Overview This documentation covers: - Getting started guides for setting up and using Qualia - Python SDK reference and usage patterns - REST API reference (auto-generated from OpenAPI) - Configuration and error handling ## Key Resources - Getting Started Guides: /global/guides/ - SDK Overview: /sdk/overview/ - SDK Resources: /sdk/resources/ - SDK Configuration: /sdk/configuration/ - SDK Error Handling: /sdk/error-handling/ - API Reference: /api/reference/ ## Site Structure ### Getting Started Entry point for new users. Contains guides for: - Initial setup and installation - Quick start tutorials - Basic concepts and workflows Path: /global/guides/ ### SDK Documentation Comprehensive Python SDK documentation including: - Overview and quickstart at /sdk/overview/ - Detailed resource guides at /sdk/resources/ - Configuration options at /sdk/configuration/ - Error handling patterns at /sdk/error-handling/ ### API Documentation REST API reference auto-generated from OpenAPI specification. - All endpoints documented at /api/reference/ ## Navigation Tips for AI Agents 1. For SDK usage: Start at /sdk/overview/ 2. For API integration: Check /api/reference/ 3. For getting started: Begin at /global/guides/ 4. For specific SDK functionality: Browse /sdk/resources/ ## Format This documentation is built with Astro and Starlight, featuring: - Markdown/MDX content with frontmatter metadata - Auto-generated API docs from OpenAPI - Code examples and interactive snippets - Hierarchical sidebar navigation