> 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/drilldowntree/getting-started/getting-started-with-drilldowntree/getting-started-with-dashboard-extension.md).

# Getting started with dashboard extension

The datasheet needs to be on the dashboard. It is not the most beautiful visualization, so it is best to hide it for your dashboard users. To achieve this:

1. **Add the worksheet to your dashboard as a 'floating' container.**
2. **Edit the size to 1x1 pixels and set the position to 1,1 (x,y coordinates).** This will make your datasheet active on the dashboard without being visible to users.

Load extension to the dashboard&#x20;

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

**Import DrillDownTree:**

* If you have a TREX file:
  * Click on 'Access Local Extensions'.
  * Navigate to the TREX file and select the TREX file.&#x20;
* Alternatively:

  * Search for DrillDownTree in the Tableau Exchange.
  * Click Add to the dashboard.&#x20;

**Authorize extension**: Click ‘OK’ to allow the extension to run in your dashboard.&#x20;

For best practices and optimal performance on your dashboard, we recommend the following steps:

* Drop the measure(s) and dimensions onto the detail of your marks card on a separate or new worksheet. This setup allows DrillDownTree to perform at its best and ensures greater flexibility for dashboard actions.
* Make sure all dimensions you wish to use in the Drill Down path are included on the datasheet.

By following these tips, you ensure that DrillDownTree performs efficiently and enhances the user experience.&#x20;

<figure><img src="/files/2Dw7jlc3dEagkiBp6Ys5" alt=""><figcaption></figcaption></figure>

**Configuration**&#x20;

After loading the extension click on the bright pink icon which says "\`Start configuring" to get started with the Drill down tree. You can then follow the tutorial  which should lead you to this page in the sidebar:

<figure><img src="/files/ZMvzvYbm9DVxIpmgGWTJ" alt="" width="563"><figcaption></figcaption></figure>

On this page, select a worksheet which you have created in the previous step, and click "Save" to start creating the diagram.

After creating the diagram, you can further customize it by selecting different nodes and edges to reveal additional layers of data.


---

# 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/drilldowntree/getting-started/getting-started-with-drilldowntree/getting-started-with-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.
