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

# Next steps

> Explore the platform's clients, frameworks, and infrastructure

Now that you understand how the platform is structured and where your data lives, dive into the systems that make it work.

## Clients

<CardGroup cols={2}>
  <Card title="Synthetiq Desktop" icon="desktop" href="/docs/platform-docs/desktop/overview">
    The AI workspace for building, managing, and deploying apps and services through conversation.
  </Card>

  <Card title="Synthetiq CLI" icon="terminal" href="/docs/platform-docs/cli/overview">
    Manage workspaces, apps, services, and deployments from the command line.
  </Card>
</CardGroup>

## Frameworks

<CardGroup cols={1}>
  <Card title="App Framework" icon="cube" href="/docs/platform-docs/app-framework/overview">
    Build full-stack apps with enforced patterns, build-time validation, and platform-managed security.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Services Framework" icon="plug" href="/docs/platform-docs/services-framework/overview">
    External API integrations with platform-managed credentials and authentication.
  </Card>

  <Card title="Workflows Framework" icon="diagram-project" href="/docs/platform-docs/workflows-framework/overview">
    Durable background workflows for async processing, scheduled jobs, multi-step pipelines, and data aggregation.
  </Card>
</CardGroup>

## Platform

<CardGroup cols={2}>
  <Card title="Platform API" icon="server" href="/docs/platform-docs/platform-api/overview">
    Metadata orchestration layer for organizations, users, versioning, sharing, and stores.
  </Card>

  <Card title="Deployments" icon="cloud" href="/docs/platform-docs/deployments/overview">
    Deploy and operate apps in production with autoscaling and monitoring.
  </Card>
</CardGroup>
