> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/user-documentation/dashboard/dashboard-layout.md).

# Dashboard Layout

This lesson will briefly break down the layout of the AgileCase dashboard.

### My Alerts and Quick Add

<figure><img src="/files/mFbOobj8FCjmbFq06Ljl" alt=""><figcaption></figcaption></figure>

At the top of the dashboard page are the "My Alerts" box and the "Quick Add" button.

The "My Alerts" box gives you a quick summary of your upcoming Milestones as well as your overdue and upcoming tasks for the next week.

The "Quick Add" provides you wish a shortcut to create most basic entities on the system, it is covered in more detail in this lesson.

### My tasks and events

<figure><img src="/files/ufrWJhrCl1ZdOTUlQ95M" alt=""><figcaption></figcaption></figure>

The "My Tasks and Events" section of the dashboard shows your upcoming events and tasks for the next week along with the relevant case numbers. You can use the arrow button by "Starts" to charge the order in which tasks and events are displayed.

### Recent activity

<figure><img src="/files/sn2uk7xVN6ZXoEObPbnT" alt="" width="385"><figcaption></figcaption></figure>

The recent activity section keeps track of changes you or other users have made to the system and lists them by date and activity type.

### Overdue tasks

<figure><img src="/files/vZzS3TVC8QmhLyXi3ZR8" alt=""><figcaption></figcaption></figure>

"My Overdue Tasks" lists the overdue tasks you created on your AgileCase along with their due date and the user that they were assigned to.

### Upcoming milestones

<figure><img src="/files/e7BkkXuRf8Jzm7law6ES" alt=""><figcaption></figcaption></figure>

At the bottom of the page, the upcoming milestones section lists and your upcoming milestones along with the relevant case to allow easy access.


---

# 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.agilecase.com/user-documentation/dashboard/dashboard-layout.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.
