# Clever Case Documentation

## Intro

Clever Case is an all-in-one case management software that streamlines your workflow and makes it easy to manage client information, track billable hours, take client payments, and run financial reports.

## Overview

Time, Matters, People

## Table of contents

* [Navigation](/navigation.md)
  * [Top of Page](/navigation/top-of-page.md)
  * [Left Side](/navigation/left-side.md)
  * [Settings / Help & Support / Roadmap / Logout](/navigation/settings-help-and-support-roadmap-logout.md)
    * [Settings](/navigation/settings-help-and-support-roadmap-logout/settings.md)
* [Dashboard](/dashboard.md)
  * [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)
* [People](/people.md)
  * [All People](/people/all-people.md)
  * [My People](/people/my-people.md)
* [Matters](/matters.md)
  * [All Matters](/matters/all-matters.md)
  * [Recent Matters](/matters/recent-matters.md)
  * [My Matters](/matters/my-matters.md)
* [Accounting](/accounting.md)
  * [Invoicing](/accounting/invoicing.md)
  * [Pending Invoices](/accounting/pending-invoices.md)
  * [Print and Email Invoices](/accounting/print-and-email-invoices.md)
  * [Accounting Ledger](/accounting/accounting-ledger.md)
  * [Pending Trust Transfers](/accounting/pending-trust-transfers.md)
* [Reports](/reports.md)
  * [Productivity](/reports/productivity.md)
  * [My Aged Receivables](/reports/your-aged-receivables.md)
  * [Aged Receivables](/reports/aged-receivables.md)
  * [My Rates](/reports/your-rates.md)
* [Calendar](/calendar.md)
* [Tasks](/tasks.md)
  * [My Tasks](/tasks/your-tasks.md)
  * [Organization Tasks](/tasks/organization-tasks.md)
  * [New Task](/tasks/new-task.md)
* [Time](/time.md)
  * [My Time](/time/your-time.md)
  * [Organization Time](/time/organization-time.md)
  * [New Timecard](/time/new-timecard.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/readme.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.
