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

# Navigating the Dashboard

The We360.ai portal is organized around three role-based perspectives. Your sidebar navigation is automatically tailored to what your role can access.

{% tabs %}
{% tab title="Super Admin / Admin" %}
As an admin you have access to the full platform. Your sidebar includes:

* **Productivity Suite** -- Organization-wide activity dashboards, real-time view, analytics, and supplemental tracking.
* **Project Suite** -- Projects, timesheets, and notebooks.
* **HR Suite** -- Attendance and leave management for all employees.
* **Universal Tools** -- Bulk reports, alerts, integrations, and user detail drill-down.
* **Settings Center** -- Full platform configuration including user management, compliance, billing, and integrations.
  {% endtab %}

{% tab title="Manager" %}
Managers see the same sections as admins but scoped exclusively to their **assigned teams**. They cannot access billing or global settings.

Recommendations for managers:

* **Regular check-ins** -- Use analytics to inform one-on-one meetings, setting goals and addressing challenges.
* **Customize alerts** -- Set up alert rules for specific activities or milestones to stay informed proactively.
* **Leverage historical data** -- Use trend data for performance reviews, resource allocation, and identifying training needs.
* **Encourage feedback** -- Create open channels for team input on the analytics and tools in use.
  {% endtab %}

{% tab title="Employee" %}
If self-service access is enabled by the organization, employees can view their own activity timelines, attendance records, and leave balances.

The **Employee Dashboard** provides personalized analytics across five areas:

1. **Attendance** -- Daily and monthly attendance patterns, punch-in/out times, and working duration.
2. **Wellness** -- Work-life balance insights showing healthy, overburdened, and underutilized days with monthly breakdowns.
3. **Productivity** -- Top applications used, top URLs visited, and a breakdown of productive, unproductive, and neutral time.
4. **Activity** -- Online and break time breakdowns alongside active and idle time metrics.
5. **Apps & URLs** -- Detailed view of most-used applications and websites.

Use these insights to set personal goals, track progress, and maintain a healthy balance between work and rest.
{% endtab %}
{% endtabs %}

{% hint style="info" %}
The exact items visible in your sidebar depend on which features your organization has enabled. Contact your admin if a section you expect is missing.
{% endhint %}


---

# 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.we360.ai/quick-start/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.
