> ## 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.

# Agent TOML file

> Every agent - whether created by you or provided out-of-the-box - is defined by a TOML file.

<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>

## What does the file contain

This file contains everything the agent needs to function:

* Its instructions
* What tools it can access
* Optional arguments and configuration
* Execution behavior
* Output structure

These TOML files form the foundation of how agents behave and interact with your project.

## Where agent files are stored

All agent TOML files are stored in a centralized location on your machine:

```bash theme={null}
~/.qodo/agents/
```

**Qodo automatically creates and manages this directory.**

When you start using agents in Qodo IDE plugin, Qodo loads and displays agents based on the TOML files it finds in this folder.
