> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/showmemore/getting-started/getting-started-with-showmemore/getting-started-with-the-dashboard-extension.md).

# Getting started with the dashboard extension

The ShowMeMore extension can connect to an existing visualization (or table) in your dashboard to retrieve the data. Best practice and performance-wise however we recommend creating a dedicated datasheet for the Sankey diagram. To create a dedicated datasheet we recommend dropping all dimensions and measures you want to use in your Sankey Diagram on the details of the marks pane. This will enable the best performance and allow dashboard actions to act on this dedicated datasheet. See the screenshot showing how our demo workbook has been set up. For tips and advice check out our [BLOG](https://appsfortableau.infotopics.com/educational/tableau-tip-using-datasheets-to-supply-data-to-extensions/).

**Step 1**:  Drag and drop the required dimensions and measurements to the details pane. Then add the sheet to the dashboard.

<div align="center"><figure><img src="/files/cXKWYsdIpGJnFmM0wYEz" alt=""><figcaption></figcaption></figure></div>

**Step 2**:  Add the extension to the dashboard.&#x20;

<div align="center"><figure><img src="/files/qRxe6lOD60TICgDGOgMq" alt="" width="375"><figcaption></figcaption></figure></div>

**Step 3**: After adding the extension to the sheet, click on the configure button. In the configuration window, first select the datasheet that contains the data required to create the visualization.

<figure><img src="/files/TdpMjeyoews4EVI6CJHH" alt="" width="375"><figcaption></figcaption></figure>

**Step 4**:  Best practice

Please ensure that you add the datasheet to your dashboard, as the ShowMeMore extension is a Dashboard Object that retrieves data from another sheet in the dashboard. Once you've added the blue squared datasheet to your dashboard, you can hide it by turning it into a floating container and resizing the container to 1x1 pixel. Remember that the datasheet must stay on the dashboard!

<br>


---

# 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.infotopics.com/showmemore/getting-started/getting-started-with-showmemore/getting-started-with-the-dashboard-extension.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.
