> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plannotator.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Plannotator with Amp

> Install Plannotator's Amp plugin and run manual code, file, and last-answer reviews from the command palette.

Amp uses a native command-palette plugin for manual Plannotator workflows. It does not intercept Amp's planning flow.

## Install

Install the [Plannotator command](/open-source/start/installation), then install the Amp plugin:

```bash theme={null}
mkdir -p ~/.config/amp/plugins
curl -fsSL https://raw.githubusercontent.com/backnotprop/plannotator/main/apps/amp-plugin/plannotator.ts \
  -o ~/.config/amp/plugins/plannotator.ts
```

Restart Amp or run `plugins: reload` from the command palette.

To install it only for one project, copy the file to `.amp/plugins/plannotator.ts` in that project.

## Use it

Open Amp's command palette and choose:

* **Plannotator: Review changes**
* **Plannotator: Review changes or PR**
* **Plannotator: Annotate file**
* **Plannotator: Annotate last answer**

Leave the URL blank in **Review changes or PR** to review local changes.

Last verified against Plannotator OSS v0.23.1 on July 18, 2026. Maintained by the Plannotator project.
