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

# Eisenhower Widget

> The urgency × importance priority matrix on your Bizzy home page

The Eisenhower widget is a 2×2 grid on your home page that groups active tasks
by **urgency** and **importance**. It's the fastest way to see what to work on
next.

<Frame>
  <img src="https://mintcdn.com/thebizzycomapny/LTbGbhRRJUQlFsAe/images/user-guide/tasks/eisenhower-widget.png?fit=max&auto=format&n=LTbGbhRRJUQlFsAe&q=85&s=d6a7045e7914669b6d1e0a3ebe46a84b" alt="Home-page Eisenhower matrix" width="800" height="500" data-path="images/user-guide/tasks/eisenhower-widget.png" />
</Frame>

## The four quadrants

|                  | High importance                                                    | Low importance                                             |
| ---------------- | ------------------------------------------------------------------ | ---------------------------------------------------------- |
| **High urgency** | **Do** — top-left, crisis and deadlines                            | **Delegate** — top-right, interruptions and batchable work |
| **Low urgency**  | **Schedule** — bottom-left, strategic work worth planning time for | **Eliminate** — bottom-right, candidates to drop           |

A task's quadrant is purely a function of the importance and urgency fields you
set on it. Change either field and the task moves accordingly.

## What the widget shows

* Up to **50 tasks** across the four active statuses: `backlog`, `todo`,
  `in_progress`, `in_review`.
* Each quadrant lists the tasks that fall into it, with title, status badge, and
  due date if one is set.
* Clicking a task takes you to its detail page.

## Creating a task from the widget

A **Create Task** button sits above the quadrants and opens the same form as the
[Tasks page](/user-guide/tasks/managing), so you can add work without leaving the
home page. A new task with an active status drops straight into its matching
quadrant.

When you have no tasks yet, the quadrants show empty-state hints — create your
first task with the button and it appears immediately.

## Tips for the quadrants

* Treat **Do** as a "today" list — if it stays crowded, importance or urgency
  probably needs re-evaluating.
* Put recurring strategic work in **Schedule** and actually block calendar time
  for it.
* **Delegate** is where to hand work off when that's an option.
* If **Eliminate** keeps filling up, consider whether those tasks belong
  anywhere at all.

## Next steps

<CardGroup cols={2}>
  <Card title="Managing tasks" icon="list-check" href="/user-guide/tasks/managing">
    Create and edit tasks
  </Card>

  <Card title="Automations" icon="bolt" href="/user-guide/automations/index">
    Auto-create tasks from incoming email
  </Card>
</CardGroup>
