> 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/tools-reference/manage.md).

# Manage Tools

Account management, uploads, environment setup, and administration. All Manage tools are free.

## pharaoh\_account

**What it does:** View your subscription status, toggle PR Guard on/off per repo, select your active free-tier repo, trigger graph refreshes, and open the billing portal.

**When to use:** Checking your plan, managing PR Guard, or refreshing a repo's graph after significant changes.

**Parameters:**

* `enable_pr_guard` (optional): Repo slugs to enable PR Guard on
* `disable_pr_guard` (optional): Repo slugs to disable PR Guard on
* `set_free_repo` (optional): Repo slug to set as your active free-tier repo
* `refresh_repo` (optional): Repo slug to re-map
* `refresh_all` (optional): Re-map all repos

## request\_upload

**What it does:** Get a presigned URL to upload parsed codebase data. This lets you map repos without installing the GitHub App — useful for air-gapped environments, compliance-restricted codebases, or repos on platforms other than GitHub.

**When to use:** When you can't or don't want to install the GitHub App. When working with repos on GitLab, Bitbucket, or local-only repos.

**Parameters:**

* `repo_name` (required): Name for the repository in Pharaoh

## map\_open\_source\_repo

**What it does:** Map any public GitHub repository into Pharaoh's shared graph. Once mapped, the repo is queryable by all users with all analysis tools. Mapping typically takes 1-3 minutes.

**When to use:** When your AI tool needs to understand a public library's architecture. When evaluating an open-source dependency.

**Parameters:**

* `repo` (required): GitHub slug (e.g., `"vercel/next.js"`) or full URL

## setup\_environment

**What it does:** Install Pharaoh's curated plugin bundle — LSP (50ms go-to-definition vs 45s grep), security scanning, code review, and more. Tailored to your codebase's languages.

**When to use:** After initial Pharaoh setup. When you want to improve your development environment beyond codebase intelligence.

## pharaoh\_feedback

**What it does:** Report false positives, incorrect analysis results, or general feedback about tool behavior. Creates a GitHub issue for the Pharaoh team to investigate.

**When to use:** When a tool returns incorrect results. When you want to suggest improvements.

**Parameters:**

* `message` (required): Your feedback

## pharaoh\_admin

**What it does:** Administrative operations for org management. Superadmin only — used for tenant management, suspension, reactivation, and org-level configuration.

**When to use:** Org administrators managing tenant settings.


---

# 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/tools-reference/manage.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.
