# Code Review

- [Pull Requests](https://docs.baz.co/code-review/pull-requests.md): The main review workspace in Baz.
- [Model Context Protocol](https://docs.baz.co/code-review/model-context-protocol.md): Integrating Baz with Your IDE via MCP
- [CLI](https://docs.baz.co/code-review/cli.md): Baz CLI lets you review pull requests from the terminal with AI guidance. It helps you focus on meaningful changes and move through reviews faster.
- [Review Automation](https://docs.baz.co/code-review/review-automation.md): Baz can automatically approve pull requests or resolve review threads when specific conditions are met.


---

# Agent Instructions: 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:

```
GET https://docs.baz.co/code-review.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
