Organize a workspace that scales
A workspace with five people organizes itself. A workspace with five hundred does not — unless a few good habits were set early. The difference between a workspace people love and one they dread is rarely the features; it’s whether things have predictable names and obvious homes. The best part: these habits cost nothing when you start, and they’re exactly what make search and AI work well too.
You don’t need a rulebook. You need a handful of conventions everyone can follow without thinking.
Name things so people can guess them
Section titled “Name things so people can guess them”The single biggest win is consistent, descriptive names. When names follow a pattern, people (and AI) can find things without searching, and new teammates get oriented in minutes.
A light naming convention for channels might look like this:
team-design proj-acme-website help-itteam-engineering proj-q3-launch help-facilitiesteam-sales proj-mobile-app help-hrThe prefix tells you the kind of thing at a glance, and related items sort together. Pick conventions like this early for your channels, projects, pages, and databases, and write them down somewhere everyone can see.
Give every kind of thing one home
Section titled “Give every kind of thing one home”Tools blur together if you let them. Decide, as a team, what lives where — and stick to it:
- Conversations that scroll away → chats & channels
- Decisions and durable knowledge → pages
- Work to be done → tasks & projects
- Structured records → databases
When everyone knows that decisions live in pages (not buried in a chat thread), two things happen: people find them, and so does AI. “One kind of thing, one home” is the workspace-level version of “one idea, one place.”
Keep the page tree shallow and logical
Section titled “Keep the page tree shallow and logical”Your knowledge base should read like a tidy bookshelf, not a maze. Favor a shallow, predictable tree — a handful of clear top-level areas, each a level or two deep — over deep, tangled nesting. See Organizing your knowledge.
Company Handbook├── Time Off├── Expenses└── Remote WorkThree obvious children beat one endless page or a ten-level burrow. If a branch is getting hard to navigate, that’s the signal to flatten or split it.
Use one word for one thing
Section titled “Use one word for one thing”Across the whole workspace, pick a single term for each concept and use it everywhere. If it’s “customer,” it’s not also “client,” “account,” and “buyer” in different corners. Consistent vocabulary makes search reliable, keeps AI from getting confused, and quietly aligns how your team thinks. A short glossary page of your team’s own terms works wonders.
Be deliberate with projects and task types
Section titled “Be deliberate with projects and task types”Projects and task types are how work stays organized at scale. A little intention here prevents a lot of mess later:
- Create a project per real initiative or team — not one giant catch-all, and not a new one for every tiny thing.
- Use task types so a Bug, a Feature, and a Support request carry the right fields and flow through the right workflow.
- Agree on what your statuses mean, so “In Review” means the same thing to everyone.
Tidy as you go
Section titled “Tidy as you go”Workspaces accumulate. A little ongoing hygiene keeps yours calm:
- Archive dead channels and finished projects so the active list stays short.
- Retire or update stale pages — outdated knowledge misleads people and AI alike (see Knowledge that makes agents smart).
- Review access periodically so the right people — and the right agents and service accounts — have the right roles and permissions, and no more.
Set these on day one
Section titled “Set these on day one”If you’re starting a new workspace, ten minutes now saves hours later. Agree on:
- ☐ A naming convention for channels, projects, pages, and databases.
- ☐ Where each kind of thing lives (decisions, chatter, work, records).
- ☐ A shallow top-level page structure for your knowledge base.
- ☐ Your shared vocabulary — one word per concept.
- ☐ A simple roles scheme, and who’s an admin.
Write them on a single page, pin it, and point new teammates at it. That one page is the quiet backbone of a workspace that scales.
Related
Section titled “Related”- Organizing your knowledge — build the page tree.
- Structure pages for search & AI — the page-level companion to these workspace-level habits.
- Roles & permissions — keep access tidy as you grow.
- Projects — organize work deliberately.