> ## 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.

# Product Map

> The currently documented CogFoundry product surface and where to find each workflow.

The current documentation groups model discovery and selection directly under LoomLoom.

```text theme={null}
CogFoundry
└── LoomLoom
    ├── Official templates
    ├── Private templates and TemplateSpec
    ├── Supported models
    ├── Runs, result workbooks, and artifacts
    ├── Market SkillBots
    ├── Local Agent Skill wrappers
    └── LoomLoom CLI
```

## Available product surfaces

| Surface            | What users can do                                                                                       | Documentation                                                                  |
| ------------------ | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| Official templates | Discover and run platform-maintained workflows from workbooks or structured row files.                  | [Official templates](/documentation/loomloom/official-templates)               |
| Private templates  | Define a workflow with TemplateSpec, create immutable versions, and run a selected version.             | [Private templates](/documentation/loomloom/private-templates)                 |
| Supported models   | View current model IDs for text, image, and video generation.                                           | [Supported models](/documentation/loomloom/supported-models)                   |
| Runs and results   | Monitor execution, inspect result rows, download result workbooks, and retrieve artifacts.              | [Run and monitor workflows](/documentation/loomloom/run-and-monitor-workflows) |
| Market SkillBots   | Discover and run approved workflows, or submit a private template version for review and publication.   | [SkillBots and Market](/documentation/loomloom/skillbots-and-market)           |
| Local Agent Skills | Install a local wrapper for Codex, Claude Code, or OpenClaw without copying server-side workflow logic. | [Local Agent Skills](/developer-reference/loomloom-cli/local-agent-skills)     |
| CLI                | Install, configure, inspect, and execute LoomLoom workflows.                                            | [LoomLoom CLI](/developer-reference/loomloom-cli/overview)                     |

## What is not represented as a separate product

**Supported Models** is a LoomLoom capability. Model availability is tied to the active environment and should be verified through the CLI before authoring or running a workflow.
