> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/faqs-platform/dashboard.md).

# Dashboard

**Q:** What are the dashboards?\
**A:** A dashboard is a customizable interface that allows you to visualize device data, alarms, and configurations. Dashboards are available at three levels:

* **Tenant Level:** Shows an overview of all devices and groups.
* **Group Level:** Focuses on devices within a specific group or subgroup.
* **Device Level:** Displays widgets and configurations for individual devices.

***

**Q:** Where can I find my team’s dashboard?\
**A:** To find your team's dashboard, go to the Template section in the side menu, and navigate to Template > Dashboard. Here, you’ll see all the visible dashboards in your tenant. By checking the name and description, you can easily locate your specific dashboard. Alternatively, you can use the search bar at the top to search for the dashboard by name.

***

**Q:** What is the Home Dashboard?\
**A:** The Home Dashboard is the default dashboard that appears on the Homepage for all users within the tenant. While everyone sees the same Home Dashboard, each user can customize the order and size of the widget cards, without affecting other users' views.

***

**Q:** Who can access the Public Dashboard?\
**A:** Anyone with the URL of the dashboard can access it. However, viewers will only be able to see the data and cannot make any changes or modifications to the dashboard.

***

**Q:** What is Quick Access in the Dashboard?\
**A:** Quick Access allows users to select a series of dashboards they want to have easy access to. This personalized list appears in the sidebar menu under the Assets section and is visible only to the user who created it, not to anyone else in the tenant. It's essentially a "favorites" list for quick access to important dashboards.

***

**Q:** How can I share a dashboard with external users (public dashboard)?\
**A:** To make a dashboard public, go to Template > Dashboard, find the desired dashboard, and open the options menu (⋮) > Edit. Once in the dashboard page, click the options menu again in the top-right corner, select Edit, check the "Public" box, and then copy the URL to share it with external users.


---

# 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.g-iot.io/faqs-platform/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.
