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

# Navigating the Dashboard

The dashboard is your home base in Kaana. It provides an overview of your projects, tasks, and key metrics at a glance.

## Dashboard Layout

### Navigation Sidebar

On the left side, you'll find the main navigation menu:

* **Dashboard** - Return to this overview page
* **Projects** - View and manage all projects
* **Documents** - Access your document library
* **Activities** - Track meetings, emails, and notes
* **Issues** - View and manage issues
* **Reports** - Access analytics and exports
* **Planning** - Program planner, blueprints, and playbooks
* **Organizations** - Manage client organizations
* **Contacts** - Your contact directory
* **Settings** - Account and system settings

### Main Content Area

The center of the dashboard displays:

* **Key Metrics** - Important numbers like active projects, open tasks, and pending issues
* **Recent Activity** - Latest updates across your projects
* **Quick Actions** - Shortcuts to common tasks
* **Upcoming Deadlines** - Tasks and milestones due soon

## Personalizing Your View

### Rearranging Navigation

{% stepper %}
{% step %}
Go to **Settings** > **Preferences**
{% endstep %}

{% step %}
Drag and drop menu items to reorder
{% endstep %}

{% step %}
Your preferences are saved automatically
{% endstep %}
{% endstepper %}

### Dashboard Widgets

Some dashboard sections can be customized:

* Collapse sections you don't need
* Expand sections to see more details
* Some sections may be filtered based on your role

### Quick Actions

From the dashboard, you can quickly:

* **Create a new project** - Click the "+" button or "New Project"
* **Add a task** - Start typing in the quick task input
* **Upload a document** - Drag and drop files
* **Log an activity** - Record meetings or notes

## Searching

Use the search bar at the top to find:

* Projects by name
* Contacts by name or email
* Documents by title
* Tasks by description

Search results are organized by category for easy navigation.

## Notifications

The notification icon shows alerts for:

* Tasks assigned to you
* Mentions in comments
* Project updates
* Upcoming deadlines

Click the bell icon to view your notification history.

## Getting Help

* Look for the **?** icon for context-sensitive help
* Access the Help Center from the user menu
* Contact support through the Settings page


---

# 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.kaana.com/product/getting-started/navigating-the-dashboard.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.
