# Brand Portal > Brand Portal is a GitHub-backed WYSIWYG single-page site builder for client brand guides and asset libraries. Each client gets their own GitHub repository, deployed on Netlify and built on the published `@drawnagency/*` packages. These docs serve two audiences: **editors** using the `/edit` WYSIWYG experience, and **developers** building, running, or extending client sites. For a coding agent: two contexts share these docs — a **client site repo** (content + config, consuming the published `@drawnagency/*` packages) and the **framework monorepo** (`Drawn-Agency/portal`). Start from the "For AI agents" page under Developer → Overview. The project is pnpm-only, the editor import chain (`portal.config.mjs`, `src/sections.ts`) must be browser-safe, and `/llms-full.txt` concatenates every page for a full-context load. ## Documentation Sets - [Abridged documentation](https://docs.drawn.guide/llms-small.txt): a compact version of the documentation for Brand Portal, with non-essential content removed - [Complete documentation](https://docs.drawn.guide/llms-full.txt): the full documentation for Brand Portal - [Editor Guide](https://docs.drawn.guide/_llms-txt/editor-guide.txt): Non-technical guide for clients editing their brand portal through the in-browser WYSIWYG editor. - [Developer Docs](https://docs.drawn.guide/_llms-txt/developer-docs.txt): Technical docs for building, running, and extending client sites and the framework itself. ## Notes - The complete documentation includes all content from the official documentation - The content is automatically generated from the same source as the official documentation