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

# Gentic Docs: Manage AI Coding Agents and Pull Requests

> Everything you need to use Gentic: set up the agent worker, manage issues, connect GitHub, and get AI-generated pull requests delivered to your team.

Gentic is an AI coding agent management platform that lets your team turn written requirements into merged code. You create issues in the web app, assign each one to Claude Code or Codex, and a background worker handles everything else — cloning the repo, running the agent, and opening a pull request automatically. This documentation covers both the web app at [gentic.chat](https://gentic.chat) and the agent worker CLI you deploy on your own server.

<CardGroup cols={2}>
  <Card title="Introduction" icon="book-open" href="/introduction">
    Understand what Gentic is and how it helps your team ship faster with AI coding agents.
  </Card>

  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Set up Gentic and receive your first AI-generated pull request in minutes.
  </Card>

  <Card title="Web App" icon="browser" href="/web/projects">
    Create projects, manage issues, and connect your GitHub repositories.
  </Card>

  <Card title="Agent Worker" icon="server" href="/agent/overview">
    Deploy the background worker that runs Claude Code or Codex on your server.
  </Card>

  <Card title="MCP Integration" icon="plug" href="/mcp/overview">
    Manage Gentic issues and projects from any MCP-compatible AI client.
  </Card>

  <Card title="Guides" icon="map" href="/guides/first-issue">
    Step-by-step walkthroughs for common Gentic workflows.
  </Card>
</CardGroup>
