> ## Documentation Index
> Fetch the complete documentation index at: https://docs.focusme.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Start

> Create your first focus plan in under 5 minutes.

This guide walks you through creating a plan that blocks distracting websites during work hours. By the end, you'll have a working plan that keeps you focused.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/nTG7iel_vaE" title="FocusMe Quick Start" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## Open the Plan Wizard

Click **Add a Plan** in the top-right corner of the Plans tab.

<Frame caption="Click 'Add a Plan' to open the Plan Wizard">
  <img src="https://mintcdn.com/focusme/gPNF1vsdfB9TsW8v/images/plans-add-button.png?fit=max&auto=format&n=gPNF1vsdfB9TsW8v&q=85&s=8b4c2c9f160b764d053ea3b78049b4b5" width="1143" height="754" data-path="images/plans-add-button.png" />
</Frame>

The Plan Wizard opens — a 6-step guided setup that walks you through every option.

## Step 1: Choose a Plan Type

Pick how blocking is enforced:

| Plan Type         | What It Does                                            | Best For                       |
| ----------------- | ------------------------------------------------------- | ------------------------------ |
| **Block**         | Completely blocks chosen websites or applications       | Deep work, no exceptions       |
| **Time Limit**    | Sets a time budget for distracting sites/apps           | "15 mins of Reddit per hour"   |
| **Session Limit** | Limits how many times you can launch a site/app per day | Building intentional usage     |
| **Screen Breaks** | Forces regular breaks away from your computer           | Eye health, burnout prevention |

For this guide, choose **Block** and click **Next**.

<Frame caption="Step 1 — Choose a Plan Type">
  <img src="https://mintcdn.com/focusme/wWM4OFN_BbWWxzXU/images/wizard-step1-plan-type.png?fit=max&auto=format&n=wWM4OFN_BbWWxzXU&q=85&s=64463e8779e357115cd50d9b2446541d" width="1002" height="787" data-path="images/wizard-step1-plan-type.png" />
</Frame>

<Tip>Toggle **Block Computer** at the bottom to block your entire PC instead of specific sites/apps — useful for enforcing bedtime or total digital breaks.</Tip>

## Step 2: Add Websites

Choose **Block Some Websites** and add the sites you want to block:

1. Click **Add Site**
2. Type a URL like `facebook.com` or `tiktok.com`
3. Repeat for each site you want to block

Each entry has a **Type** dropdown (URL or Title), a **Value** field, and a **RegEx** checkbox for pattern matching.

<Tip>You don't need to type `https://` or `www.` — just the domain name. FocusMe handles the rest.</Tip>

<Frame caption="Step 2 — Add websites to block">
  <img src="https://mintcdn.com/focusme/kqFuIj07FjPQtkTn/images/wizard-step2-websites.png?fit=max&auto=format&n=kqFuIj07FjPQtkTn&q=85&s=916de8bc6c6130c312d83c9775653499" width="1032" height="776" data-path="images/wizard-step2-websites.png" />
</Frame>

Click **Next**.

## Step 3: Add Applications

Choose **Block Some Apps** and add any desktop apps you want to block:

1. Click **Add App**
2. Select apps from running processes, installed apps, or enter a process name manually

If you only want to block websites, you can skip this step and click **Next**.

<Frame caption="Step 3 — Add applications to block">
  <img src="https://mintcdn.com/focusme/kqFuIj07FjPQtkTn/images/wizard-step3-applications.png?fit=max&auto=format&n=kqFuIj07FjPQtkTn&q=85&s=8a63873286e34897aa404e90cae2a356" width="1032" height="776" data-path="images/wizard-step3-applications.png" />
</Frame>

Click **Next**.

## Step 4: Set Timing Mode

Choose when the plan runs:

| Timing Mode         | What It Does                                                       |
| ------------------- | ------------------------------------------------------------------ |
| **Focus Session**   | Start manually, runs for a set duration (e.g., 2 hours)            |
| **Weekly Schedule** | Runs automatically at set times each week (e.g., Mon-Fri 9am-5pm)  |
| **Pomodoro**        | Work sprints with built-in breaks (e.g., 25 min work, 5 min break) |
| **Multi-Day Plan**  | Different schedule each day (e.g., a 30-day challenge)             |

For this guide, choose **Weekly Schedule** and set it to your work hours (e.g., Monday to Friday, 9:00 AM to 5:00 PM).

<Frame caption="Step 4 — Choose a timing mode">
  <img src="https://mintcdn.com/focusme/gPNF1vsdfB9TsW8v/images/wizard-step4-timing-mode.png?fit=max&auto=format&n=gPNF1vsdfB9TsW8v&q=85&s=4c4776a5059025c4757aa60e24c1dea7" width="1002" height="784" data-path="images/wizard-step4-timing-mode.png" />
</Frame>

<Frame caption="Select which days of the week">
  <img src="https://mintcdn.com/focusme/Na85MGQbfhLNpIse/images/wizard-step4-weekly-days.png?fit=max&auto=format&n=Na85MGQbfhLNpIse&q=85&s=da549b77bd4c77f87ab430b46d3c3ae4" width="1002" height="784" data-path="images/wizard-step4-weekly-days.png" />
</Frame>

<Frame caption="Configure the time blocks for each day">
  <img src="https://mintcdn.com/focusme/Na85MGQbfhLNpIse/images/wizard-step4-weekly-timeline.png?fit=max&auto=format&n=Na85MGQbfhLNpIse&q=85&s=659d701e4f6cd2a3a2956e9083585061" width="1002" height="710" data-path="images/wizard-step4-weekly-timeline.png" />
</Frame>

Click **Next**.

## Step 5: Set Protection

Protection determines how hard it is to stop or modify your plan. Set the **stop challenge** for when the plan is active:

| Challenge        | What Happens                                                                      |
| ---------------- | --------------------------------------------------------------------------------- |
| **None**         | You can stop the plan at any time                                                 |
| **Password**     | Enter a password to stop                                                          |
| **Random Chars** | Type a long string of random characters to stop — discourages impulsive bypassing |
| **Enforced**     | Cannot be stopped until the schedule ends — maximum willpower support             |

You can also set a separate stop challenge for when the plan is on **standby** (outside schedule hours), protect **disabled** plans from editing and deletion, configure **stop delays**, and control whether **pausing** is allowed.

<Warning>**Enforced mode** means you genuinely cannot turn off blocking until the plan's schedule allows it. Start with Password or Random Chars until you're comfortable with the system.</Warning>

<Frame caption="Step 5 — Set protection">
  <img src="https://mintcdn.com/focusme/WtzBHeSqlu1V5ulZ/images/wizard-step5-protection.png?fit=max&auto=format&n=WtzBHeSqlu1V5ulZ&q=85&s=055bbf2a9d2feddbdae632b717096d3b" width="1002" height="929" data-path="images/wizard-step5-protection.png" />
</Frame>

Click **Next**.

## Step 6: Plan Information

Enter a name for your plan (e.g., "Work Focus") and optionally add a description.

<Frame caption="Step 6 — Name your plan and configure notifications">
  <img src="https://mintcdn.com/focusme/gPNF1vsdfB9TsW8v/images/wizard-step6-info.png?fit=max&auto=format&n=gPNF1vsdfB9TsW8v&q=85&s=ad402b4739887e3dcd580322dc7eafe4" width="1002" height="759" data-path="images/wizard-step6-info.png" />
</Frame>

Configure notification preferences:

* **Status Change** — when the plan starts or stops
* **Soon Starting / Soon Ending** — advance warnings
* **Fixed Intervals** — periodic reminders that the plan is active

Click **Done** to create your plan.

## Your Plan is Live

Your plan now appears in the Plans list.

<Frame caption="Your new plan in the Plans dashboard">
  <img src="https://mintcdn.com/focusme/TaHQcEDYCod5t5Iu/images/plan-in-list.png?fit=max&auto=format&n=TaHQcEDYCod5t5Iu&q=85&s=d25b5fd23d2f1e5e3d6cec99581cbcdf" width="1176" height="772" data-path="images/plan-in-list.png" />
</Frame>

If you set a weekly schedule, it will activate automatically at the times you configured. If you chose Focus Session, click **Start** to begin.

While the plan is active:

<Frame caption="What you see when a website is blocked">
  <img src="https://mintcdn.com/focusme/XVlcBu2QIUKKK7Qs/images/blocked-page.png?fit=max&auto=format&n=XVlcBu2QIUKKK7Qs&q=85&s=31e79bd7967ce45132ca622c9d175a90" width="854" height="964" data-path="images/blocked-page.png" />
</Frame>

* Blocked websites show a "blocked" page in your browser
* Blocked applications are prevented from opening
* The system tray icon shows the plan status
* You can see remaining time (if using a time limit or session)

## What's Next?

<CardGroup cols={2}>
  <Card title="Block Applications" icon="window" href="/concepts/blocking-applications">
    Learn how to block desktop apps alongside websites.
  </Card>

  <Card title="Protect Your Plan" icon="lock" href="/concepts/plan-protection">
    Make your plans harder to bypass when temptation strikes.
  </Card>

  <Card title="Track Your Time" icon="chart-bar" href="/advanced/statistics">
    See how you spend your screen time with FocusMe's built-in statistics.
  </Card>

  <Card title="Sync Across Devices" icon="rotate" href="/guides/login-and-sync">
    Use the same plans on your work and home computers.
  </Card>
</CardGroup>
