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

# Top of Page

<div data-full-width="false"><figure><img src="/files/qK4ifwHDvmRCeosNoxnr" alt="" width="375"><figcaption><p>Navigation - top of page</p></figcaption></figure></div>

**Quick Add**

Click on the plus icon "＋" in the header to quickly add the following:

1. New Person
2. New Matter
3. New Task
4. New Event
5. New Expense

<figure><img src="/files/79qtwkNNl0QaSQo9SHnM" alt="Quick Add" width="251"><figcaption><p>Quick Add</p></figcaption></figure>

**Recent**

Click on the star icon "☆" icon to show recent matters, clicking a matter will lead to its matter page.

<figure><img src="/files/WEbF5F1KZKQ2EZLOfZCM" alt="" width="185"><figcaption><p>Recent Matters</p></figcaption></figure>

**Notifications**

Click on the "Bell" icon to view notifications.

<figure><img src="/files/mEzxzywrPUGYH6kfhJ5y" alt="" width="375"><figcaption><p>Notifications</p></figcaption></figure>

**Timecard Widget**

Click on the clock dropdown icon (highlighted in red in the image below) to expand and collapse the timecard widget.

<figure><img src="/files/glvwzwLWbI7UenZw3F0z" alt="" width="226"><figcaption><p>Timecard widget collapsed</p></figcaption></figure>

Click the play icon "▶" in the header to restart the current timecard, if one is running click the pause icon "⏸︎" to stop it.

<figure><img src="/files/ExYCOk00MN4EWc4R2NtW" alt="" width="375"><figcaption><p>Timecard Widget</p></figcaption></figure>

Click the play icon "▶" to start a timecard, if one is already running click the "Pause" icon to stop it&#x20;

Click the ellipses (...) next to a timecard to edit / delete timecard

Click "My Time" to navigate to the "My Time" page

Click "Unpin All" to unpin all timecards from the pinned section in the widget

Click "New Timecard" to create a new timecard


---

# 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.clevercase.com/navigation/top-of-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.
