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

# Using AGENTS.md

<Badge color="deployment" size="sm" shape="pill">Enterprise</Badge>

<Note>
  Qodo IDE plugin, formerly Qodo Gen, brings local code review workflows to JetBrains and VS Code as part of the Qodo Platform.
</Note>

Qodo automatically detects and reads an `AGENTS.md` file in your repository as part of the project context. This file helps guide the agent’s behavior, for example, by defining build and test commands, coding conventions, or project-specific instructions.

If your project contains multiple `AGENTS.md` files (e.g., in a monorepo), Qodo uses the one closest to the file or folder you're working with.

The format and purpose of this file follow the open standard described in [**agents.md**](https://agents.md/?utm_source=chatgpt.com).

<Tip>
  You can use AGENTS.md to share best practices, style guides, or testing rules so every agent working in your project behaves consistently.
</Tip>
