How to Use Notion for Beginners: Skip the Templates

by Alex Tanner
How to Use Notion for Beginners: Skip the Templates

Everyone tells you to start with a template. Don't. I've watched dozens of people import a fancy dashboard, get lost in 40 database relations, and abandon Notion within a week. The tool isn't the problem. The approach is.

Notion is a database with a pretty interface. That's it. Once you understand that one thing, everything else clicks. But first, you need to stop thinking about "productivity systems" and start thinking about the three problems you actually have.

Why Notion Fails Most Beginners

Notion's power comes from flexibility. That's also why it breaks people. You open it, see infinite blank pages, and either:

  1. Copy a 50-page template and drown in features you'll never use.
  2. Create random notes with no structure and lose them in a week.
  3. Spend three months building the "perfect system" instead of using it.

The real issue: Notion doesn't teach you how to think about your information. It just gives you a canvas. You have to bring the structure.

I started with Notion in 2021 expecting it to magically organise my life. It didn't. I had a beautiful workspace full of empty databases. What changed was abandoning the idea of a "system" and instead asking: what do I actually write down? What do I actually look up?

The Three-Database Foundation

Start with exactly three databases. Not ten. Three.

Database 1: Quick Capture. A single table called "Inbox" with one property: the note itself. That's it. No dates, no tags, no categories. Just a place to dump thoughts without friction. You'll sort them later.

Database 2: Projects. A table with a Name, Status (select: Active, On Hold, Done), and a Date Started. One row per thing you're working on. Nothing fancy. This is your source of truth for what's in flight.

Database 3: Reference. A table where you keep stuff you look up repeatedly. Recipes. Server configs. API endpoints. A password manager link. Whatever you find yourself Googling three times.

That's the entire system. Everything else is noise.

Here's what a minimal Notion workspace looks like:

Workspace Root
├── Inbox (Quick Capture)
│   └── Properties: Title, Created
├── Projects (What I'm Doing)
│   └── Properties: Name, Status, Date Started
└── Reference (Stuff I Look Up)
    └── Properties: Topic, Link, Notes

Setting Up Your First Database

Open Notion. Create a new page. Call it "Inbox". Click the "+" to add content, then select "Database" and choose "Table".

You'll see a default table with a "Name" column. That's fine. Add one more column: click the "+" next to the last column header and select "Created time" from the property types. Notion auto-fills this whenever you add a row.

Now add five test entries. Don't overthink it. "Buy milk." "Fix the login bug." "Read that article about caching." Whatever.

Click on one entry. You'll see it opens a detail view. At the top, you can add a longer note. This is where you write the actual content. The table is just a list.

That's a working database. You're done with step one.

Connecting Databases (The Clever Bit)

Once you have Inbox and Projects, you'll want to link them. Here's why: when you capture something in Inbox, you'll often realise it belongs to a project.

In your Inbox table, add a new column. Click the "+", select "Relation", and point it to Projects. Name it "Project". Now when you open an Inbox item, you can assign it to a project.

That's the only "advanced" feature you need to know. Relation properties let you connect databases without duplicating data. It's how Notion avoids becoming a mess.

Inbox Row:
  Title: "Implement dark mode toggle"
  Created: 2024-12-10
  Project: "Website Redesign" (linked to Projects table)

Projects Row:
  Name: "Website Redesign"
  Status: Active
  Date Started: 2024-11-01

Now when you click "Website Redesign" in the Inbox row, it jumps to the project. And if you open the project, you can create a view that shows all linked Inbox items. More on that in a moment.

Views: Why You Don't Need Multiple Tables

This is where Notion gets powerful without getting complicated.

Inside your Projects table, create a new view. Click the "+" next to the table name and select "Database" → "Table". Call it "Active Projects".

In this new view, click the filter icon and add a filter: Status is Active. Now this view only shows projects you're actually working on. The data is the same; you're just looking at it differently.

Create another view called "All Projects" with no filter. And a third called "Recently Started" with a sort: Date Started, newest first.

All three views point to the same database. You're not duplicating anything. You're just changing the lens.

This is the mental model that makes Notion click. One database, many views.

The First Week: Don't Automate Yet

For seven days, just use these three databases manually. Capture things in Inbox. Move them to Projects when they become actual work. Add stuff to Reference when you find yourself looking it up twice.

Don't add buttons. Don't create formulas. Don't set up automations. Just use it.

After a week, you'll see patterns. "I always add the same three tags." "I always want to sort by date." "I'm looking up the same five things every day." That's when you optimise.

People fail because they optimise before they understand the problem. Notion makes it easy to build elaborate systems. It's much harder to use them.

Moving Beyond Three Databases

Once you've used Inbox, Projects, and Reference for a month, you might add a fourth. A "Reading List" if you save articles. A "Contacts" table if you meet people. A "Finance" table if you track expenses. If you're also thinking about how your site performs during this period, the comparison on wpcompass.io on WordPress hosting load times is worth a look before you decide where to host any public-facing Notion embeds or companion sites.

But you don't need them on day one. Start with the three. Prove you'll actually use them.

The best Notion workspace is one you actually open. A mediocre system you use beats a perfect system you abandon.

What I'd Do Tomorrow

If you're starting today:

  1. Create one page called "Inbox". Add a table with Title and Created time. Dump five things in it.
  2. Create a second page called "Projects". Add Name, Status (select: Active/On Hold/Done), and Date Started. Add three things you're working on.
  3. In Inbox, add a Relation column pointing to Projects. Link each Inbox item to a project if it belongs to one.
  4. Use it for a week. No templates, no fancy views, no automations.
  5. After a week, add filters and sorts based on what you actually need.

That's a working system. Everything else is optional. Notion's real power isn't in templates or buttons or formulas. It's in having one place where your thoughts and projects live, organised just enough that you can find them again.

Start small. Stay boring. Build from there.