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

# Welcome to FlexAI

> Get started managing your AI workloads without any hassle.

<div className="hero-section" style={{ textAlign: 'center', marginBottom: '2rem' }}>
  <p style={{ fontSize: '1.25rem', color: 'var(--color-text-secondary)' }}>The Future of Workload Execution</p>
</div>

<Frame caption="Training Quickstart Demo">
  <video controls autoPlay muted loop playsInline style={{ width: '100%' }}>
    <source src="https://mintcdn.com/flexai-51114f49/dNvzWOTcJQw0Ozyk/assets/videos/ai-generated-quickstart_training.mp4?fit=max&auto=format&n=dNvzWOTcJQw0Ozyk&q=85&s=2ea1f348a3a8ee8fda8a4c4bddd45139" type="video/mp4" data-path="assets/videos/ai-generated-quickstart_training.mp4" />
  </video>
</Frame>

<CardGroup cols={3}>
  <Card title="Get Started" icon="rocket" href="/getting-started/">
    Start building with FlexAI
  </Card>

  <Card title="Visit the Console" icon="browser" href="https://console.flex.ai/">
    Manage your workloads in the web console
  </Card>

  <Card title="Install the CLI" icon="terminal" href="/cli/install/">
    Install the FlexAI command line interface
  </Card>
</CardGroup>

***

## Quick Start Guides

<CardGroup cols={3}>
  <Card title="Inference" icon="bolt" href="/core-services/inference/">
    Deploy models for real-time inference

    * [Deploy a Public Model](/core-services/inference/quickstart/create-public/)
    * [Deploy a Private Model](/core-services/inference/quickstart/create-private/)
    * [Query an Endpoint](/core-services/inference/quickstart/query/)
    * [Autoscaling](/core-services/inference/autoscaling/)
  </Card>

  <Card title="Fine-tuning" icon="sun" href="/core-services/fine-tuning/">
    Fine-tune models on your datasets

    * [Quick Start](/core-services/fine-tuning/quickstart/)
    * [Upload a Dataset](/core-services/fine-tuning/quickstart/uploading-a-dataset/)
    * [Monitor Progress](/core-services/fine-tuning/quickstart/monitoring-progress/)
    * [Fetch Checkpoints](/core-services/fine-tuning/quickstart/getting-output/)
  </Card>

  <Card title="Training" icon="graduation-cap" href="/core-services/training/">
    Train models on powerful infrastructure

    * [Create a Training Job](/core-services/training/quickstart/creating/)
    * [Check Job Details](/core-services/training/quickstart/checking-details/)
    * [Download Artifacts](/core-services/training/quickstart/getting-output/)
    * [Interactive Training](/interactive-development/)
  </Card>
</CardGroup>

***

## Platform Services

<CardGroup cols={3}>
  <Card title="Checkpoint Manager" icon="box" href="/platform-services/checkpoint-manager/">
    Manage your model checkpoints efficiently
  </Card>

  <Card title="Secret Manager" icon="key" href="/platform-services/secret-manager/">
    Securely manage your secret information
  </Card>

  <Card title="Dataset Manager" icon="database" href="/platform-services/dataset-manager/">
    Manage datasets seamlessly between workloads
  </Card>

  <Card title="Remote Storage" icon="cloud" href="/platform-services/remote-storage-connections-manager/">
    Connect and leverage your existing storage solutions
  </Card>

  <Card title="Code Registry" icon="github" href="/platform-services/code-registry-manager/">
    Mount your code into runtime environments
  </Card>

  <Card title="Observability" icon="magnifying-glass" href="/platform-services/observability/">
    View detailed infrastructure and performance metrics
  </Card>
</CardGroup>

***

## Additional Resources

<CardGroup cols={3}>
  <Card title="FAQ" icon="circle-question" href="/faq/">
    Find answers to common questions
  </Card>

  <Card title="Changelog" icon="list" href="/cli/changelog/2025-07-25/">
    View the latest CLI updates and changes
  </Card>

  <Card title="FlexAI Blueprints" icon="github" href="https://github.com/FlexAIHQ/blueprints">
    Example projects showing FlexAI in action
  </Card>

  <Card title="TensorBoard" icon="chart-line" href="/platform-services/observability/tensorboard/">
    Monitor training progress with TensorBoard
  </Card>

  <Card title="Infrastructure Metrics" icon="gauge" href="/platform-services/observability/infrastructure-monitor/">
    View detailed infrastructure and performance metrics
  </Card>

  <Card title="Best Practices" icon="lightbulb" href="/best-practices/">
    Best practices for integrating FlexAI into your workflows
  </Card>
</CardGroup>

***

## Get Support

Need help? We're here for you.

<CardGroup cols={2}>
  <Card title="Contact Support" icon="envelope" href="mailto:support@flex.ai">
    Email us at [support@flex.ai](mailto:support@flex.ai)
  </Card>

  <Card title="Join Slack Community" icon="slack" href="https://join.slack.com/t/flexaicommunity/shared_invite/zt-3fqfcq9hj-Bv_Ehtyip0Y6fjS7gG5hHg">
    Connect with the community for feedback and support
  </Card>
</CardGroup>
