Get AI summaries of any video or article — Sign up free
Notion at Work: Crafting an Intelligent Workspace thumbnail

Notion at Work: Crafting an Intelligent Workspace

Notion·
5 min read

Based on Notion's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Build an intelligent Notion workspace in two layers: centralize data in master databases, then create a separate home base for navigation.

Briefing

An “intelligent workspace” in Notion can be built by separating storage from access: centralize work into master databases, then create a home base that routes people to the right views. The payoff is a system that keeps information tidy through structured relationships, while still staying flexible as new projects, resources, and Notion features evolve.

The approach starts with centralizing information using PARA—an organizational method associated with Thiago Forte. PARA divides knowledge into four buckets: Projects (initiatives with outcomes and deadlines), Resources (reference materials used during projects), Areas (ongoing categories like Marketing or Accounting, often including client work), and Archives (completed or inactive items). In the demonstration workspace, a single top-level “data” page holds four master databases: Areas, Projects, Tasks, and Resources. Each database includes key properties that make the system workable at scale: Areas uses a select property to distinguish “internal” versus “client”; Projects includes a status select, a person property for the project manager, and an end date; Tasks includes a person property for the task owner, a date property for deadlines (without an end date), and a checkbox for completion; Resources stores files and media.

The real engine is Notion’s relational linking between those databases. Areas link to Projects via a relation property, creating a reciprocal “area” relation inside Projects. Projects link to Tasks the same way, producing a “project” relation inside Tasks. Resources link back to Areas, so resources can be filtered and surfaced by the relevant area. With those links in place, the system can use rollups and formulas—such as calculating project progress as a percentage of completed tasks and estimating days remaining for projects that are in progress or planned.

After the master databases are connected, the workspace becomes useful by populating them and then generating templates. Opening an Area page shows a snapshot: an overview, a table of contents, a projects board (a linked database filtered to only projects tied to that area, grouped by status), and a resources list (also a linked, filtered view). The same pattern repeats for Projects: a project page includes documents and, most importantly, a task list that’s a linked database filtered to tasks belonging to that project. Templates make duplication fast—copying the area and project page structures so new areas and projects automatically get the right layout.

The second prong creates access. A separate top-level “home base” page acts as the team’s navigation layer. It begins as a simple bullet list of what people need most often—typically Areas and Resources, with Projects reached through Areas and Tasks reached through Projects. Those items are converted into categorized columns with links. Some links jump directly to area or resource page blocks; others open new pages that host filtered linked databases—such as a staff directory gallery filtered to a specific team, a sales pipeline board grouped by pipeline stage, and tables for clients and vendors. The home base can also pull in recent newsletter posts via a linked database stored as a resource.

In short: master databases provide structure and automation through relations, while the home base provides intuitive entry points. Together, they create a workspace that’s both clean enough to manage and flexible enough to grow.

Cornell Notes

The system for an “intelligent workspace” in Notion relies on two layers: central storage and guided access. Central storage uses PARA-style master databases—Areas, Projects, Tasks, and Resources—on a single “data” page, with properties that capture status, ownership, and deadlines. Relation properties connect the databases (Areas→Projects, Projects→Tasks, Resources→Areas), enabling rollups and formulas like project progress and days remaining. Templates then turn those linked views into repeatable area and project pages. Finally, a “home base” page provides navigation by linking to filtered views (boards, lists, galleries) so teams can quickly reach the right information without digging through the master databases.

How does PARA map onto the database structure used for the workspace?

PARA’s four buckets become four master databases: Areas (ongoing categories such as Marketing or Accounting, plus internal vs client work), Projects (initiatives with outcomes and an end date), Tasks (the actionable steps with deadlines and completion checkboxes), and Resources (reference materials like files and media). In the demo setup, the Areas database includes a select property for “internal” vs “client,” Projects includes status, project manager (person), and end date, Tasks includes task owner (person), a deadline date, and a completed checkbox, and Resources includes a files and media property.

What do relation properties unlock once the master databases are connected?

Relation properties create two-way links between databases. Areas connect to Projects, which automatically creates a reciprocal “area” relation inside Projects. Projects connect to Tasks, creating a reciprocal “project” relation inside Tasks. Resources connect to Areas, letting resources be filtered by the relevant area. Those links then enable rollups and formulas—such as computing project progress as a percentage of completed tasks and calculating days remaining for projects in progress or planned.

Why use linked databases and filters inside Area and Project pages?

Linked databases let each area or project page show only the relevant subset of master data. For example, an Area page includes a projects board that’s a linked database filtered to projects linked to that specific area, grouped by project status. It also includes a resources list that’s a linked database filtered to resources linked to that area. A Project page includes a task list that’s a linked database filtered to tasks linked to that project, typically displayed in a list format for clarity.

How does the “home base” page improve day-to-day usability?

The home base acts as a navigation layer that teams use instead of browsing master databases. It starts with common items (often Areas and Resources) organized into columns, then converts them into headings and links. Some links go directly to area/resource page blocks, while others open pages that host filtered linked databases—like a staff directory gallery filtered to a specific group, a sales leads board grouped by pipeline stage, and tables for clients and vendors. It can also surface recent newsletter posts via a linked database stored as a resource.

What’s the recommended way to handle completed projects and hide finished tasks?

The demo’s approach is to filter task lists based on the Tasks database’s completed checkbox. To hide completed tasks from a project view, add a filter to the linked task list so it only shows tasks where completed is not checked. The same filter logic can be applied at the master task list level if the goal is to hide completed items more broadly.

Review Questions

  1. If you had to add a new Area (e.g., “Operations”), what steps would you take to ensure it automatically gets the right projects board and resources list views?
  2. How would you design the properties and relations so that project progress can be calculated from task completion?
  3. Where should one-off tasks for individual staff members live in this system, and why?

Key Points

  1. 1

    Build an intelligent Notion workspace in two layers: centralize data in master databases, then create a separate home base for navigation.

  2. 2

    Use PARA-style buckets—Areas, Projects, Tasks, and Resources—mapped directly to four master databases on a single data page.

  3. 3

    Connect databases with relation properties (Areas→Projects, Projects→Tasks, Resources→Areas) to enable reciprocal links, filtering, and rollups.

  4. 4

    Use rollups and formulas on top of relations to compute metrics like project progress and days remaining.

  5. 5

    Populate area and project pages using linked databases filtered to the relevant area or project, then duplicate the structure with templates.

  6. 6

    Create a home base page that links to filtered views (boards, lists, galleries) so teams can find what they need without browsing master databases.

  7. 7

    Handle completed work by filtering task lists using the Tasks “completed” checkbox rather than manually deleting or reorganizing items.

Highlights

The workspace design separates “data” from “access”: master databases store everything, while a home base page provides the team’s entry points.
Relational links between Areas, Projects, Tasks, and Resources make it possible to generate filtered boards and lists automatically.
Project progress can be calculated as a percentage of completed tasks using rollups and formulas tied to the relation structure.
Area pages act like dashboards—showing an overview plus a projects board and resources list filtered to that area.
Home base navigation can include filtered linked databases for staff directories, sales pipelines, and recent newsletter posts.

Mentioned