# Haystack Documentation

Learn how to get the most out of Haystack's AI-powered code review.

## For AI Agents

To retrieve any docs page as markdown:
- Add `.md` suffix: `/docs/verification-flow.md`
- Or use header: `Accept: text/markdown`
- Or fetch all: `/llms-full.txt`

## Getting Started

- [Welcome](/docs/welcome) - Introduction to Haystack
- [Trying Out Haystack](/docs/trying-out-haystack) - Test without installing
- [Installing Haystack](/docs/installing-haystack) - Set up the GitHub App

## Basic Features

- [Haystack Dashboard](/docs/haystack-dashboard) - Your PR home
- [PR Chat](/docs/pr-chat) - Chat with AI about your PR
- [Browser Tab](/docs/browser-tab) - Preview frontend changes
- [Edit Mode](/docs/edit-mode) - Edit code in review
- [Navigator View](/docs/navigator-view) - Navigate complex PRs

## Configuration

- [Verification Flow](/docs/verification-flow) - Automated PR verification
- [Authentication](/docs/authentication) - Auth strategies for sandboxes
- [Fixtures](/docs/fixtures) - Mock API responses and test data
- [Database](/docs/database) - Database configuration
- [Agent Traces](/docs/agent-traces) - Track AI agent sessions with Entire

## Slash Commands

In the Haystack Agent chat:
- `/approve` - Approve the PR
- `/merge` - Merge the PR
- `/comment` - Leave a review comment
- `/request-changes` - Request changes
- `/setup-haystack` - Configure verification
- `/prepare-haystack` - Add test IDs to your app

## Links

- [Changelog](/changelog) - Recent updates
- [Pricing](/pricing) - Plans and pricing
- [Enterprise](/enterprise-contact) - For large teams
