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

# Dashboard

The Dashboard page is divided into two parts: the [*Resources*](#resources) and the [*Recent Activity*](#recent-activity) sections.

![Dashboard](/files/3o9XprvbjJO68qPThTbz)

## Resources

The Dashboard displays created or imported resources that are available based on the currently selected [workspace](/snowray/reference/workspace-system.md).

Each resource has its own card with additional information showing the resource's title, id, status, version tag - where applicable-, as well as the owner of the resource.

<img src="/files/imaqOqURr6NATg7uOzm6" alt="Code System Resource" width="195">

{% hint style="info" %}
To open a resource, simply click on its card and you will be navigated to its ***Overview*** tab.
{% endhint %}

{% hint style="info" %}
Clicking on the resource owner's name will take you to the corresponding [User Profile](/snowray/reference/profile-management/user-profile.md) page.
{% endhint %}

The Dashboard is intended to help users find their resources easily. A search bar also assists with filtering for a specific resource by simply typing the desired search term into the box.

![Dashboard Filter Search](/files/P7JgDrEeFEiMhtcs4zzM)

## Recent Activity

The Recent Activity section displays the latest notifications allowing users to review which resource was modified by which user.

<img src="/files/LHgaYeU0Q5JqGQwv5lK0" alt="Recent Activity Section" width="375">

For further information please visit the following page:

{% content-ref url="/pages/-MfXhzJCRliycARmA\_-y" %}
[Notifications](/snowray/reference/notifications.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.b2ihealthcare.com/snowray/reference/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.
