# Northplane > Northplane is a single-binary monitoring and alarm server (Go backend, embedded React UI): checks, SNMP, agents, alert rules, escalation and on-call, voice/SMS/push/ticket channels, AI agent chat and an MCP server. Every capability is a REST endpoint. These pages are served by the northplaned binary itself at /docs/. The OpenAPI 3.1 specification is available on every instance at /api/openapi.json (Swagger UI at /api/docs). ## Documentation Sets - [Abridged documentation](https://doktrace.com/docs/llms-small.txt): a compact version of the documentation for Northplane, with non-essential content removed - [Complete documentation](https://doktrace.com/docs/llms-full.txt): the full documentation for Northplane - [Alarming](https://doktrace.com/docs/_llms-txt/alarming.txt): Event sources, alert rules, channels, voice/IVR, escalation, on-call. - [Administration and deployment](https://doktrace.com/docs/_llms-txt/administration-and-deployment.txt): Configuration reference, auth, storage, TLS, deployment variants, CI/CD, operations. - [API and CLI reference](https://doktrace.com/docs/_llms-txt/api-and-cli-reference.txt): REST API conventions and the four command-line tools. ## Notes - The complete documentation includes all content from the official documentation - The content is automatically generated from the same source as the official documentation