> 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/hierarchyfilter/configuration/create-advanced-interactions-using-parameters.md).

# Create advanced interactions using parameters

The HierarchyFilter extension allows you to set values of parameters based on selections made in the HierarchyFilter extension. This way you can create advanced interactivity between the HierarchyFilter and the Tableau sheets and visualizations in your dashboard.

When selecting an item in the tree, information about the selected item can be written into a parameter. This can be the name of the item, the level depth the item is in or what parent it as on a selected column. this can be seen in the video below with the selected Category, Sub-category, Manufacturer and Product Name.

<figure><img src="/files/7FaBP0iR1R3eYSu7cCNz" alt=""><figcaption></figcaption></figure>

To set this up, simply go to the "Interactions" page of the configuration.

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

On this page, select your parameters in the correct fields to write information to them. Keep in mind that the parameters need to be of type String. Except for the level parameter. The level parameter needs to be of type Integer. Make sure you only use a parameter for one option to prevent unexpected behavior.&#x20;

The "Reload hierarchy tree when selected parameter changes" checkbox shows all parameters in the datasheet as seen below. Each parameter that is selected here will cause the HierarchyFilter extension to reload when its value changes. this can be used to live update the data in the extension.

<figure><img src="/files/RcxoljeY3LARYYHgTYpv" 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.infotopics.com/hierarchyfilter/configuration/create-advanced-interactions-using-parameters.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.
