---
title: "Getting Started"
description: "Install OrchestKit, run your first workflow, and learn how the pieces fit together."
canonical: "https://orchestkit.yonyon.ai/docs/getting-started"
---

# Getting Started

Install OrchestKit, run your first workflow, and learn how the pieces fit together.

import { Card, Cards } from 'fumadocs-ui/components/card';

Install the plugin, get a real result in the first ten minutes, then learn how to navigate and configure it.

<Cards>
  <Card
    title="Installation"
    description="Add the plugin to Claude Code and verify it loaded."
    href="/docs/getting-started/installation"
  />
  <Card
    title="First 10 minutes"
    description="Run a real workflow end to end and see what the plugin changes."
    href="/docs/getting-started/first-10-minutes"
  />
  <Card
    title="Navigating"
    description="Find the right skill or agent for the task in front of you."
    href="/docs/getting-started/navigating"
  />
  <Card
    title="Configuration"
    description="Permissions, settings, and per-project overrides."
    href="/docs/getting-started/configuration"
  />
</Cards>
