> For the complete documentation index, see [llms.txt](https://help.cymmetri.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cymmetri.io/my-workspace/how-to-use-the-my-workspace/dashboard.md).

# Dashboard

The Dashboard under My Workspace is the default page once the user has logged in to Cymmetri. This page is accessible to all users in Cymmetri. &#x20;

Cymmetri assigns a basic user role to all users in the system by default. Users with such a role will be able to view the screen as shown below:&#x20;

<figure><img src="/files/xCUCqJFjeGINom0HmidV" alt=""><figcaption></figcaption></figure>

Users with a Cymmetri Administrator role can view additional system information on their dashboard. An example dashboard view for a Cymmetri Administrator is shown below:&#x20;

<figure><img src="/files/fOepaSNsxGLAbT6GXGnB" alt=""><figcaption></figcaption></figure>

### Dashboard: Recently Used Applications&#x20;

The user sees a summary of recently accessed applications. Clicking on any of these applications will result in Single Sign-On (SSO) to the chosen application. If the user has not accessed any applications recently, the system will display 'No recent apps'.

<figure><img src="/files/nlzkfzP3LiT7QYTARFvr" alt=""><figcaption></figcaption></figure>

### Dashboard: Access Expiring &#x20;

The user receives notifications when their access to certain applications is set to be automatically revoked after a specified period. The applications listed in this section have access times defined for the user and are not granted as lifetime access.&#x20;

<figure><img src="/files/dYO1ggi0xPrUYfIayVZB" alt="" width="515"><figcaption></figcaption></figure>


---

# 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://help.cymmetri.io/my-workspace/how-to-use-the-my-workspace/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.
