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

# Quickstart

> Choose the shortest path into CogFoundry and LoomLoom.

CogFoundry provides infrastructure for executing AI Workloads. The currently documented product is **LoomLoom**, a template-based service and CLI for structured, repeatable AI workflows.

<Columns cols={2}>
  <Card title="Understand CogFoundry" icon="factory" href="/documentation/overview/what-is-cogfoundry">
    Learn the platform position, current product scope, and core concepts.
  </Card>

  <Card title="Start with LoomLoom" icon="workflow" href="/documentation/loomloom/quick-start">
    Install the LoomLoom CLI and run an official workbook workflow.
  </Card>

  <Card title="Browse supported models" icon="blocks" href="/documentation/loomloom/supported-models">
    See the text, image, and video models currently available to LoomLoom.
  </Card>

  <Card title="Open the CLI reference" icon="terminal" href="/developer-reference/loomloom-cli/overview">
    Find exact commands for templates, runs, artifacts, SkillBots, and local Agent Skills.
  </Card>
</Columns>

## Choose where to start

| If you want to…                                | Start here                                                                                                     |
| ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| Understand what is available now               | [Product map](/documentation/overview/product-map)                                                             |
| Run a platform-maintained workflow             | [LoomLoom quick start](/documentation/loomloom/quick-start)                                                    |
| Create a reusable workflow                     | [Private templates](/documentation/loomloom/private-templates)                                                 |
| Discover or publish a SkillBot                 | [SkillBots and Market](/documentation/loomloom/skillbots-and-market)                                           |
| Handle credentials and Customer Content safely | [Security notes](/documentation/loomloom/security-notes) and [Privacy](/documentation/privacy/data-collection) |
