# 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: 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.infotopics.com/hierarchyfilter/configuration/create-advanced-interactions-using-parameters.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.
