# systemHUB > systemHUB is a platform for documenting, organising, and training teams on business systems — Systems (SOPs/procedures), Policies (compliance), and Trainings (learning modules). It exposes an MCP server so AI agents and technical users can search, read, author, and audit a company's content programmatically. This file helps AI agents discover systemHUB's machine-readable documentation. The /docs surface is written AI-first: structured, explicit about constraints, and generated from live schemas where possible. Every /docs page is also servable as plain markdown — append `.md` to the page URL; the raw links below point straight at the markdown. ## Docs - [Docs home](https://systemhub.com/docs/): Overview of the AI-facing documentation and what the MCP can do. [Raw markdown](https://systemhub.com/docs/index.md) - [Getting started](https://systemhub.com/docs/getting-started): Connect the systemHUB MCP server and make a first call. [Raw markdown](https://systemhub.com/docs/getting-started.md) - [Quick wins](https://systemhub.com/docs/quick-wins): Verified copy-paste prompts for a newly connected agent — accountability reports, SOP drafting, daily use. [Raw markdown](https://systemhub.com/docs/quick-wins.md) - [Document lifecycle](https://systemhub.com/docs/concepts/document-lifecycle): Document states, Save vs Publish, View vs Edit, master templates. [Raw markdown](https://systemhub.com/docs/concepts/document-lifecycle.md) - [Roles & seats](https://systemhub.com/docs/concepts/roles-and-seats): Access model (roles, direct assignment), seats, and the MCP read/write boundary. [Raw markdown](https://systemhub.com/docs/concepts/roles-and-seats.md) - [Authoring content](https://systemhub.com/docs/concepts/authoring-content): The formatting contract — what survives the editor, what gets silently stripped, and the house format for a good system. [Raw markdown](https://systemhub.com/docs/concepts/authoring-content.md) - [Errors & limits](https://systemhub.com/docs/concepts/errors-and-limits): Known failure modes (master-template 404s, exact-name 400s, large-edit 502s), validation limits, and by-design behaviours. [Raw markdown](https://systemhub.com/docs/concepts/errors-and-limits.md) - [Tool reference](https://systemhub.com/docs/tool-reference): Every MCP tool, inputs, and returns — generated from the live schema. [Raw markdown](https://systemhub.com/docs/tool-reference.md) ## Guides - [Draft an SOP into systemHUB](https://systemhub.com/docs/guides/drafting-sops): Full worked loop — orient, dedupe, create to the house format, attach templates and media, version. [Raw markdown](https://systemhub.com/docs/guides/drafting-sops.md) - [Audit access, sign-off & training](https://systemhub.com/docs/guides/auditing-access): Who can see what, who has agreed, training completion, per-person ownership. [Raw markdown](https://systemhub.com/docs/guides/auditing-access.md) - [Organise & maintain the library](https://systemhub.com/docs/guides/organising-content): Folders, moves, document states, tags, learning tracks, master templates. [Raw markdown](https://systemhub.com/docs/guides/organising-content.md) ## Human help - [help.systemhub.com](https://help.systemhub.com): Friendly, task-oriented help for humans (not AI-optimised). ## Notes - The MCP connection is scoped to the authenticating user's visibility — an agent sees exactly what that user can see. - Read/audit and author/edit/publish are supported; user/seat provisioning and usage telemetry are not yet exposed via MCP. - The MCP stores document HTML verbatim, but the systemHUB editor filters content to a fixed feature set on the next human save — author within the supported set described in Authoring content.