# Navigating the Dashboard

CollabMind is built for mobile and tablet devices. The same features are available in both formats with small differences based on screen size.

## Project Management Task Bar

In both views, the main project management features - calendar, to-do list, meeting notes, messages, and notifications - will always be present in a task bar.

<figure><img src="/files/yqCt26TjohXcyE8teAft" alt="" width="188"><figcaption></figcaption></figure>

<p align="center"><strong>Mobile View</strong> - task bar will be at the bottom of your screen</p>

<figure><img src="/files/NmiJ2ux6Uecy3udGiU8Y" alt="" width="375"><figcaption></figcaption></figure>

<p align="center"><strong>Tablet View / Home Screen</strong> - task bar will be at the top of the screen and when you click from here you will see <em>all</em> project events, to-dos, etc.</p>

<figure><img src="/files/4mcu51dPpQub8EU3t3dI" alt="" width="375"><figcaption></figcaption></figure>

<p align="center"><strong>Tablet View / Project Page</strong> - task bar will be at the side of the screen and when you click from here you will see <em>that</em> project's events, to-dos, etc.</p>

## Returning to the home screen

On mobile devices, return back to the home screen at any time by clicking on your profile pic in the top left corner.

On tablets, clicking the CollabMind logo in the top left of your screen takes you to the home page.


---

# 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://collabmind.gitbook.io/collabmind-docs/core-features/navigating-the-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.
