# Pharaoh Docs

## Product Docs

- [Get Started](https://pharaoh.so/docs/readme.md)
- [GitHub App](https://pharaoh.so/docs/setup/github-app.md)
- [Claude Code](https://pharaoh.so/docs/setup/claude-code.md)
- [Claude.ai](https://pharaoh.so/docs/setup/claude-ai.md)
- [Cursor](https://pharaoh.so/docs/setup/cursor.md)
- [Windsurf](https://pharaoh.so/docs/setup/windsurf.md)
- [OpenClaw](https://pharaoh.so/docs/setup/openclaw.md)
- [Headless / SSH / CI](https://pharaoh.so/docs/setup/headless.md)
- [Explore Your Codebase](https://pharaoh.so/docs/guides/explore-your-codebase.md)
- [Refactor Safely](https://pharaoh.so/docs/guides/safe-refactoring.md)
- [Review Pull Requests](https://pharaoh.so/docs/guides/review-pull-requests.md)
- [Find Dead Code](https://pharaoh.so/docs/guides/find-dead-code.md)
- [Check Test Coverage](https://pharaoh.so/docs/guides/check-test-coverage.md)
- [Map Open-Source Repos](https://pharaoh.so/docs/guides/map-open-source.md)
- [Set Up PR Guard](https://pharaoh.so/docs/guides/pr-guard.md)
- [Multi-Agent Teams](https://pharaoh.so/docs/guides/multi-agent-teams.md)
- [Overview](https://pharaoh.so/docs/tools-reference/overview.md)
- [Orient Tools](https://pharaoh.so/docs/tools-reference/orient.md)
- [Investigate Tools](https://pharaoh.so/docs/tools-reference/investigate.md)
- [Audit Tools](https://pharaoh.so/docs/tools-reference/audit.md)
- [Manage Tools](https://pharaoh.so/docs/tools-reference/manage.md)
- [How Pharaoh Works](https://pharaoh.so/docs/concepts/how-it-works.md)
- [Security](https://pharaoh.so/docs/concepts/security.md)
- [Pricing](https://pharaoh.so/docs/concepts/pricing.md)
- [Pharaoh vs. Alternatives](https://pharaoh.so/docs/concepts/comparison.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://pharaoh.so/docs/readme.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.
