# Gentic ## Docs - [Configure the Gentic Agent Worker](https://docs.gentic.chat/agent/configuration.md): Configure the Gentic agent worker with gentic auth login (recommended) or environment variables. Covers API key, API URL, Git remote, and poll settings. - [Install the Gentic Agent Worker on Your Server](https://docs.gentic.chat/agent/installation.md): Deploy the Gentic agent worker using the prebuilt standalone binary or from source with Node.js. Includes Git and credentials setup. - [Gentic Agent Worker: Background AI Coding Runner](https://docs.gentic.chat/agent/overview.md): The Gentic agent worker is a CLI process you deploy on a server. It polls for queued issues, runs AI coding agents, and opens pull requests automatically. - [Run the Gentic Worker as a Background Service](https://docs.gentic.chat/agent/service-management.md): Use gentic start, stop, and restart to manage the agent worker as a system service on Linux (systemd) or macOS (launchd) with automatic restarts. - [Add File Attachments to Gentic Issues for Agent Context](https://docs.gentic.chat/guides/attachments.md): Upload images, text files, and documents to Gentic issues to give the AI coding agent additional context like screenshots, logs, or spec files. - [Create Your First Gentic Issue and Trigger an Agent Run](https://docs.gentic.chat/guides/first-issue.md): Walk through creating a project, writing your first issue prompt, deploying the agent worker, and receiving a pull request from an AI coding agent. - [Sequence and Block Issues with Gentic Issue Relations](https://docs.gentic.chat/guides/issue-relations.md): Use issue relations in Gentic to declare dependencies between tasks. A blocked issue is skipped by the worker until its blocker completes or cancels. - [Troubleshoot Gentic Worker, Auth, and Agent Run Issues](https://docs.gentic.chat/guides/troubleshooting.md): Solutions for common problems with the Gentic agent worker, GitHub integration, and issue runs — including auth errors, stuck issues, and agent failures. - [How Gentic Works: Issues, Agents, and Pull Requests](https://docs.gentic.chat/how-it-works.md): Understand Gentic's end-to-end workflow: from creating an issue in the web app to receiving an automated pull request from an AI coding agent. - [Gentic: AI Coding Agent Management Platform Overview](https://docs.gentic.chat/introduction.md): Gentic lets your team create coding issues, assign them to Claude Code or Codex, and automatically receive pull requests from the AI agent's work. - [Gentic MCP Server: Connect from Claude Desktop and Cursor](https://docs.gentic.chat/mcp/overview.md): Gentic's MCP server lets Claude Desktop, Cursor, and other MCP-compatible clients create issues, manage projects, and trigger agent runs from your AI tool. - [Gentic MCP Tools Reference: All 12 Tools Explained](https://docs.gentic.chat/mcp/tools.md): Reference for all 12 Gentic MCP tools: create and manage projects, issues, and trigger AI coding agent runs from any MCP-compatible client. - [Gentic Quickstart: From Sign-Up to First Pull Request](https://docs.gentic.chat/quickstart.md): Create a Gentic project, deploy the agent worker, write your first issue, and receive an AI-generated pull request in a single sitting. - [Connect GitHub to Gentic via GitHub App Installation](https://docs.gentic.chat/web/github-integration.md): Install the Gentic GitHub App to enable automatic pull request status updates and repository access for your AI coding agent runs. - [Issue Workflow and Run Status Reference for Gentic](https://docs.gentic.chat/web/issue-statuses.md): Reference for all Gentic issue workflow statuses and run statuses. Learn what each state means and how issues transition through the development lifecycle. - [Create, Assign, and Manage AI Coding Issues in Gentic](https://docs.gentic.chat/web/issues.md): Issues are the unit of work in Gentic. Assign an issue to an AI agent, and the agent writes code and opens a pull request on your behalf. - [Set Up and Manage Projects in Your Gentic Workspace](https://docs.gentic.chat/web/projects.md): Projects link your GitHub repositories to Gentic so AI coding agents know which codebase to clone and work in when processing your issues.