> For the complete documentation index, see [llms.txt](https://docs.baz.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.baz.co/agents.md).

# Agents

- [Baz Agents](https://docs.baz.co/agents/baz-agents.md): Coding and Code Review agents that analyze pull requests for quality, correctness and security issues.
- [Customized Agents](https://docs.baz.co/agents/customized-agents.md): Customized agents allow you to tailor Baz’s code review behavior to your team’s needs.
- [Recommended Reviewers](https://docs.baz.co/agents/customized-agents/recommended-reviewers.md): Organization-specific code review agents trained on your past pull request discussions
- [Custom Reviewers](https://docs.baz.co/agents/customized-agents/custom-reviewers.md): Your prompts power new code review agents.
- [Working with Agents](https://docs.baz.co/agents/working-with-agents.md): Baz Reviewer performs a comprehensive code review of open pull request.
- [Skills & Instructions](https://docs.baz.co/agents/skills-and-instructions.md): Let a Baz agent code review based on your instruction files (AGENTS.md, SKILL.md, Claude.md, RULE.md and more)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.baz.co/agents.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
