> 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/left-side.md).

# Left Side

Move the mouse to the left of the screen to expand the Navigation pane

Hover the mouse over the 3 horizontal bars to the right of the Clever Case logo,&#x20;

<figure><img src="/files/yKOdL1E2KUhTm8GkCwG6" alt="Navigation horizontal bars" width="249"><figcaption><p>Navigation horizontal bars</p></figcaption></figure>

the bars will change to an arrow, click it to keep the pane expanded

<figure><img src="/files/B5ct9kS6RpD8W26RZEVq" alt="Navigation arrow" width="252"><figcaption><p>Navigation arrow</p></figcaption></figure>

The expanded navigation bar will display the users name and the organization they are associated with

<figure><img src="/files/UW9NFMs54cABbT19nV5k" alt="Navigation menu" width="253"><figcaption><p>Navigation menu</p></figcaption></figure>

The Navigation menu provides quick access to the following sections

[Dashboard](/dashboard.md)

[People](/people.md)

[Matters](/matters.md)

[Accounting](/accounting.md)

[Reports](/reports.md)

[Calendar](/calendar.md)

[Tasks](/tasks.md)

[Time](/time.md)


---

# 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/left-side.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.
