# Filters and Nodes interaction

## Filter your lineage view

Your lineage can be complex and hard to understand, especially when you have many dependencies. To help you make sense of it all, use node filters to add/remove nodes from your lineage view.

{% hint style="info" %}
Use the reset button on the control panel and reset the filters to default values.
{% endhint %}

### Using filters to include/exclude by type

Use the controller to navigate back to the default view and select `nodes`. From the menu select which node type you want to include/exclude and click on the button to confirm your selection.&#x20;

You lineage view will update in real-time.

{% @arcade/embed flowId="PEzvCsLDR5Jxqb9nfhR7" url="<https://app.arcade.software/share/PEzvCsLDR5Jxqb9nfhR7>" %}

## Working with node level interaction

You can also interact with each individual node on the canvas to progressively remove items you are not interested form your lineage view.&#x20;

You can hide parent/children of a select node, or the node itself. Click on the "more" button to open the context menu and see your options for a selected node.

{% @arcade/embed flowId="GCairBdPnsHucZ0b9heY" url="<https://app.arcade.software/share/GCairBdPnsHucZ0b9heY>" %}

## Refocus your lineage view

While exploring your lineage you might want to refocus your view and see all upstream dependencies based on a new dbt™️ model or BI tool node.&#x20;

Click on the "more" button to open the context menu and select `refocus node`. The lineage will then re-compute based on your selection.

{% @arcade/embed flowId="Fjb98WUa79hZgKUp1yz7" url="<https://app.arcade.software/share/Fjb98WUa79hZgKUp1yz7>" %}


---

# 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.paradime.io/app-help/documentation/data-catalog/lineage/filters-and-nodes-interaction.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.
