> For the complete documentation index, see [llms.txt](https://docs.dapplooker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapplooker.com/dapplooker-analytics/products/analytics/making-charts-and-dashboards-public.md).

# Making Charts and Dashboards Public

With DappLooker's latest update, users now have the ability to share their insights and analyses more broadly by making charts and dashboards public. This feature allows for easier sharing and collaboration, enabling users to showcase their data-driven stories to a wider audience. Here's a step-by-step guide on how to use this new functionality.

### Steps to Make Charts and Dashboards Public

**1.** Begin by either creating a new chart or selecting an existing one that you would like to make public. For this example, we will use an "Avalanche - Deposit vs Borrow Balance" chart.

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

**2.** Once you have your chart open look for the sharing icon located at the top right corner of the chart.

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

**3.** Click on the sharing icon. A new window will pop up it will show **"Enable Sharing" toggle** option, Click on it this will generate a public link that you can share with others.

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

**4.** After enabling sharing, a unique URL will be provided. This is the public link to your chart or dashboard. Anyone with the link can now view your chart or dashboard without needing to log in.

<figure><img src="/files/fNArj4WIMmCDti2G1YfV" alt=""><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://docs.dapplooker.com/dapplooker-analytics/products/analytics/making-charts-and-dashboards-public.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.
