Everything in PageSpace is a page — the universal container that forms a recursive tree, inherits permissions from its drive, and participates in search, @mentions, and AI context. For what you do with any page regardless of its type, see Pages.
There are 9 built-in page types, each tuned for a different kind of work. Every type behaves like a page — you move it, share it, link to it, trash it — so the differences below are about what you can put in each one. Export and version history apply to the types that have a meaningful revisable body — Documents and Sheets most broadly.
All nine types compose into a single recursive tree:
📁 Project/ (Folder)
├── 📄 Requirements (Document)
├── 📋 Sprint Board (Task List)
├── 💬 Team Chat (Channel)
├── 🤖 Project AI (AI Chat)
├── 📊 Budget (Sheet)
├── 🎨 Dashboard (Canvas)
├── 💻 config.json (Code)
└── 📁 Assets/ (Folder)
├── 📎 logo.png (File)
└── 📎 brief.pdf (File)
Any page type can be a child of any folder — folders don't restrict what lives inside them. The tree drives AI context and navigation. Permissions come from drive membership and per-page grants, not folder position, so moving a page between folders doesn't change who can see it.
Search docs, blog posts, and more.