# Introduction

Baz runs coding agents that automatically review your codebase with complete understanding of your codebase.

<figure><img src="https://3328658395-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVjqbueGEV6lEh1M5NENO%2Fuploads%2FFhqLXpG62NuSdIJemMOm%2Fagents.png?alt=media&#x26;token=cbe65db1-ba41-4bd8-8ae1-2b9ab1822951" alt="Baz Agents"><figcaption></figcaption></figure>

### Start here

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f680">🚀</span><strong>Get started</strong></td><td>Connect Baz to your code</td><td><a href="basics/configure-with-github">configure-with-github</a></td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f4a1">💡</span><strong>Pricing</strong></td><td>Compare plans and pricing options</td><td><a href="account/billing">billing</a></td></tr><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="2728">✨</span> <strong>Changelog</strong></td><td>Stay up to date with the latest features</td><td><a href="https://baz.co/changelog">https://baz.co/changelog</a></td></tr></tbody></table>

### What you can do with Baz

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Find and fix bugs</strong></td><td>Run powerful background agents that traverse your code to find &#x26; fix nasty bugs</td><td><a href="agents/baz-agents">baz-agents</a></td></tr><tr><td><strong>Review code changes</strong></td><td>Go over diffs, walk through changes, suggest changes before merge</td><td><a href="code-review">code-review</a></td></tr><tr><td><strong>Verify spec &#x26; design</strong></td><td>Run agents that verify that features were developed according to plan</td><td><a href="basics/integrations/preview-environments">preview-environments</a></td></tr><tr><td><strong>Respond to incidents</strong></td><td>Run agents that can sift through logs and traces and suggest instant fix PRs</td><td><a href="basics/integrations/datadog">datadog</a></td></tr><tr><td><strong>Customize Baz</strong></td><td>Use instructions, rules, skills and prompts to specify your standards</td><td><a href="agents/skills-and-instructions">skills-and-instructions</a></td></tr><tr><td><strong>Connect your workflow</strong></td><td>Add relevant context to your entire engineering toolchain</td><td><a href="basics/integrations">integrations</a></td></tr></tbody></table>

### More resources

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>CLI</strong></td><td>CLI for AI-assisted manual code review</td><td><a href="code-review/cli">cli</a></td></tr><tr><td><strong>MCP</strong></td><td>High-signal, secure AI code reviews in any IDE or terminal</td><td><a href="code-review/model-context-protocol">model-context-protocol</a></td></tr><tr><td><strong>Skills</strong></td><td>5K+ useful coding prompts</td><td><a href="https://awesomereviewers.com/">https://awesomereviewers.com/</a></td></tr></tbody></table>


---

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