> For the complete documentation index, see [llms.txt](https://docs.enate.net/enate-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/enate-help/work-manager/work-manager-2021.1/home-page.md).

# Home Page

The Home page allows Team Leaders and Team Members to view the work for their area of business, i.e. Work Items sitting in their work Queues and with their Team Members (both human and robot).

![](/files/-Mfs21pgcyAbHsW6d0ci)

The Home page has three main areas:

* **Due date totals** — a row of color-coded counts (green, orange, red, grey) showing how many of your work items are on track, due today, overdue, or have no due date set. Click any count to filter the grid to that group.
* **Bar chart** — the chart breaks down your work by a chosen attribute (e.g. Queue, Process Name, Assigned To). Click a bar to filter the grid to that segment.
* **Grid** — the full list of work items in your current view (Work Inbox, Owned Work, Team Work Inbox, or Team Owned Work). You can sort, filter, and customize the columns shown.

For full details on how to use the bar chart and grid, see [Bar Chart and Grid](/enate-help/work-manager/work-manager-2021.1/home-page/home-page-bar-chart-and-grid.md).

The work items you will see on your homepage are:

* Work Items that are assigned to you
* Work Items that are assigned to your manager, i.e. the person you report to (if you have one)
* Work Items that are assigned to your peers (people managed by the same person as you)
* Work Items in a Queue that you are a member of / are a manager of

Additionally, as a Team Leader you will see:

* Work Items that are assigned to people you manage (i.e. people who report to you)
* Work Items that are assigned to people managed by people you manage (recursively down the hierarchy of manager relationships)
* Work Items in a Queue that you manage, even if you are not a member of it

Click [here ](/enate-help/work-manager/work-manager-2021.1/setting-teams-and-queues.md)to see how to set the users who report to you (i.e. your Team), and Queues which you manage.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.enate.net/enate-help/work-manager/work-manager-2021.1/home-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
