# AGENTS.md ## Docs - [Aider](https://mintlify.wiki/agentsmd/agents.md/compatibility/aider.md): Aider is an open-source terminal-based AI coding assistant. It requires a one-line configuration to read AGENTS.md automatically on every session. - [Codex](https://mintlify.wiki/agentsmd/agents.md/compatibility/codex.md): Codex is OpenAI's CLI coding agent and one of the earliest adopters of the AGENTS.md format. It reads AGENTS.md automatically with no configuration required. - [Cursor](https://mintlify.wiki/agentsmd/agents.md/compatibility/cursor.md): Cursor is an AI-powered code editor that uses AGENTS.md to provide project-specific context to its AI features. - [Gemini CLI](https://mintlify.wiki/agentsmd/agents.md/compatibility/gemini-cli.md): Gemini CLI is Google's command-line coding agent. A one-line settings change tells it to read AGENTS.md as its context file. - [GitHub Copilot](https://mintlify.wiki/agentsmd/agents.md/compatibility/github-copilot.md): GitHub Copilot's coding agent reads AGENTS.md to follow project conventions when autonomously completing tasks in your repository. - [Other agents](https://mintlify.wiki/agentsmd/agents.md/compatibility/other-agents.md): Additional AI coding agents and tools that support AGENTS.md, beyond the agents with dedicated guides. - [Compatibility overview](https://mintlify.wiki/agentsmd/agents.md/compatibility/overview.md): AGENTS.md works across a growing ecosystem of AI coding agents. Because it's plain Markdown, any agent that reads project files can use it. - [Migrating to AGENTS.md](https://mintlify.wiki/agentsmd/agents.md/guides/migrating.md): How to migrate from AGENT.md, CLAUDE.md, CURSOR.md, or other agent instruction files to the AGENTS.md format. - [Monorepos](https://mintlify.wiki/agentsmd/agents.md/guides/monorepos.md): How to use multiple AGENTS.md files in a monorepo so every package gets tailored instructions. - [What to Include](https://mintlify.wiki/agentsmd/agents.md/guides/what-to-include.md): A guide to writing an effective AGENTS.md — think of it as a briefing for a new AI teammate. - [Introduction](https://mintlify.wiki/agentsmd/agents.md/introduction.md): A simple, open format for guiding AI coding agents, used by over 60,000 open-source projects. - [Quickstart](https://mintlify.wiki/agentsmd/agents.md/quickstart.md): Create your first AGENTS.md file and start guiding AI coding agents in under 5 minutes. - [FAQ](https://mintlify.wiki/agentsmd/agents.md/reference/faq.md): Frequently asked questions about AGENTS.md — the format, behavior, tooling, and best practices. - [Format reference](https://mintlify.wiki/agentsmd/agents.md/reference/format.md): Complete reference for the AGENTS.md file format, including structure, recommended sections, precedence rules, and examples.