# Dashboard

## Introduction

Clever Case's home screen serves as a high-level dashboard and home base for all of your clients, matters, and practice management needs. From here, you can easily see an overview of all your active matters, upcoming deadlines, and tasks that need attention. You can also access all of your client data and manage your financials, trust accounting, and billing.

* [Recent Matters](/dashboard/recent-matters.md)
* [Your Time This Week](/dashboard/your-time-this-week.md)
* [Recent Payments](/dashboard/recent-payments.md)
* [Recent People](/dashboard/recent-people.md)
* [Tasks](/dashboard/tasks.md)
* [Events](/dashboard/events.md)


---

# Agent Instructions: 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:

```
GET https://docs.clevercase.com/dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
