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

# Quick Start Guides

> Get started with Overcut's most popular automation workflows

Welcome to Overcut's Quick Start guides! These step-by-step tutorials will help you set up powerful automation workflows for your development process. Each guide focuses on a specific use case that you can implement in minutes. If you want to start from a ready-to-use template, browse the Playbook Catalog to find and install a workflow that matches your goal.

## Available Guides

<CardGroup cols={2}>
  <Card title="Integrations" icon="plug" href="/docs/integrations/overview">
    Connect Overcut to your Git repositories and ticket systems: GitHub, GitLab, Azure DevOps, Bitbucket, Jira, and more.
  </Card>

  <Card title="Overcut Playbooks" icon="book" href="/docs/quick-starts/playbooks">
    Browse the Playbook Catalog to find ready-to-use AI agent workflows, preview how each playbook works, and install the right template for your team.
  </Card>

  <Card title="Create & Edit Workflows" icon="wand-magic-sparkles" href="/docs/quick-starts/create-workflows-from-playbooks">
    Install a template from the Playbook Catalog, then customize it in Workflow Builder or work more deeply with the open-source playbook repository and your preferred AI coding agent.
  </Card>

  <Card title="Default Model Configuration" icon="sliders" href="/docs/quick-starts/default-model-configuration">
    Plan, configure, and verify workspace and workflow default LLM settings with coordinator overrides and rollback guidance.
  </Card>

  <Card title="Private Package Registries" icon="box" href="/docs/quick-starts/private-package-registries">
    Give agents access to private package feeds like Azure DevOps NuGet using a Vault secret and a reusable skill.
  </Card>
</CardGroup>

## Common Elements

Each Quick Start guide will walk you through:

1. **Creating a Workflow** - Setting up a new workflow in Overcut
2. **Configuring Triggers** - Defining when your automation should run
3. **Adding Actions** - Setting up repository access and agent interactions
4. **Testing the Flow** - Verifying your automation works as expected
