> For the complete documentation index, see [llms.txt](https://docs-v3.toucantoco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-v3.toucantoco.com/visualizations-and-layouts/apps/filters/dependant-filters.md).

# Dependant Filters

You can establish a connection between the values of one filter and the selection made in another filter. To achieve this, as of today, you need to use the "Filter rows" step in YouPrep to filter the input dataset of the "child" filter.

{% hint style="info" %}
We highly recommend using a dedicated dataset exclusively for the filters in such scenarios. This will help avoid any unintended consequences within the whole App.
{% endhint %}

{% hint style="warning" %}
Please note that currently, we do not have a strong system in place to handle circular references (for example, Filter A filters Filter B, which in turn filters Filter A). If you set up such a scenario, the App will still function, but Filter B will not display any values.
{% endhint %}


---

# 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:

```
GET https://docs-v3.toucantoco.com/visualizations-and-layouts/apps/filters/dependant-filters.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.
