> 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/platform-user-guide-book/dashboards/public-dashboard.md).

# Public dashboard

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdCmGeDSLX8S_usAEAOlh2IOpkm12GUJVgXsUOOgQKl4pYUzFzWRXlDmhMmvMBEdUIbZOGuPLAHPEjLS7iNKvBnttXwnwnB-xtR-LEk_lB3RuA-5Itw1-yWs-qkvki2-qzHdfd49Q?key=M-g4csUEzYvWKn331EzU-Woy" alt=""><figcaption><p>create public dashbord</p></figcaption></figure>

1. **Navigate to the Dashboard Section:**\
   From the Cockpit menu, go to **Template > Dashboard**.
2. **Locate the Dashboard Card:**\
   Use the name or description to find the desired dashboard card.
3. **Edit the Dashboard:**\
   Click the ⋮ (ellipse) menu on the selected dashboard card and choose **Edit**.
4. **Enable Public Access:**\
   In the Edit Dashboard view, check the box labeled **Public**.
5. **Save Changes:**\
   Click **Save** to confirm the changes.
6. **Copy the URL:**\
   Once saved, the **Public URL** will appear below the checkbox. Copy the URL to share the dashboard with external users.

{% hint style="warning" %}
Shared dashboard will remain view-only for external users, ensuring secure access to critical data.
{% 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:

```
GET https://docs.g-iot.io/platform-user-guide-book/dashboards/public-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.
