---
title: "API guides"
description: "Task-oriented walkthroughs for the shipped Amnesia plugin API."
canonical: https://amnesia-docs.pages.dev/api/guides/
source: "src/content/docs/api/guides/index.md"
---

# API guides

Task-oriented walkthroughs for the shipped Amnesia plugin API. For per-surface contract detail, see the
[reference](/api/reference/).

- [Connect to the Amnesia API](/api/guides/connect-to-the-api/) — reach the API and make your first call.
- [Add notes and links](/api/guides/add-notes-and-links/) — create, read, and link annotations.
- [Extract and annotate PDFs with MuPDF](/api/guides/render-with-mupdf/) — work with document primitives.
- [Subscribe to events](/api/guides/subscribe-to-events/) — react to changes and clean up properly.

<sub>Reference verified as of 2026-06-28.</sub>
