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

# Guides

> Step-by-step tutorials and integration guides for OCX

## Overview

Tutorials and integration guides for setting up OCX with popular tools and workflows.

## Available Guides

<CardGroup cols={2}>
  <Card title="Oh-My-OpenAgent" href="/guides/oh-my-opencode">
    Set up oh-my-openagent with OCX profiles for a portable AI coding environment.
  </Card>

  <Card title="KDCO Workspace" href="/guides/kdco-workspace">
    Install the full multi-agent workspace harness with planning, review, and delegation.
  </Card>
</CardGroup>

## Prerequisites

Before following any guide, make sure you have:

* [OCX installed](/getting-started/installation)
* [Global profiles initialized](/profiles/overview) (`ocx init --global`)

## See Also

* [Quick Start](/getting-started/quick-start) — End-to-end setup walkthrough.
* [Profiles Overview](/profiles/overview) — Understanding profiles before installing them.
* [CLI Reference](/cli/commands) — Full command reference.
