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

# Pricing

Pharaoh has a free tier and a Pro tier. See [pharaoh.so](https://pharaoh.so) for current pricing.

## Free tier

Get started with full architectural awareness at no cost:

* **Orient tools:** Codebase map, module context, function search, design system discovery, batched recon
* **Investigate tools:** Blast radius tracing, dependency path queries
* **Manage tools:** Account management, environment setup, feedback, public repo mapping, upload
* **One active repo** at a time (switch anytime via `pharaoh_account`)
* **Webhook refresh** on every push to your default branch
* **Pro tool previews** — audit tools return one specific detail plus aggregate counts, so you can see what the data looks like before upgrading

## Pro tier

Everything in Free, plus:

* **All repos mapped** — no one-repo limit
* **Audit tools (full results):** Unused code detection, test coverage analysis, regression risk scoring, consolidation opportunities, cross-repo audits, vision gap analysis
* **Investigate tools (full results):** Reachability verification, vision doc alignment
* **PR Guard** — automated structural checks on every pull request (reachability, regression risk, test coverage, breaking changes)
* **Priority refresh** — faster graph updates

## PR Guard add-on

Available as a per-repo add-on on Pro. Runs automated checks on every PR:

* Unreachable exports (new code not wired to any entry point)
* Regression risk scoring
* Test coverage gaps
* Breaking changes in shared modules

Free tier gets preview-only, non-blocking checks. Pro gets full blocking protection.

## Upgrading

Call `pharaoh_account` or visit [pharaoh.so/billing](https://pharaoh.so/billing) to manage your subscription.


---

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

```
GET https://pharaoh.so/docs/concepts/pricing.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.
