# Flat vs Tree View

By default, the resources and events will be listed in a flat view ie., without a parent/child association. By enabling **Tree View**, gopaddle renders the resources in a hierarchical format.

**Eg. Flat view for Deployments**

<figure><img src="/files/xfUHXsUcBj4jzbYLaeoa" alt=""><figcaption><p>Cluster Flat View</p></figcaption></figure>

**Eg. Tree view for Deployments**

<figure><img src="https://lh7-us.googleusercontent.com/BfnP9PieOfozZENFaFSfi3M2z723rO-FjhpmTBWaK0lednxZzwjmO9mnW47e1GUT3aueD5Un5_Fw49Iaw80zqPhVbBXxEcodZnpwpg-7mI72BgH1Mwfw2ztWOdn8zdED8vzD07cjS-Slgq7Inoxym7I" alt=""><figcaption><p>Tree View</p></figcaption></figure>

{% hint style="info" %}
**Performance Considerations**

Tree View is a resource intensive operation and thus can be slow. However, tree view is helpful in situations where the users need additional context during troubleshooting. Check [Enhancing contents of runbooks](/overview/runbook-hub/enhancing-contents-of-runbooks-with-ai.md) and [AI Chat](/overview/ai-assistant/chat-with-ai.md) sections for more information on tree view helps.

In case of Lite or Enterprise edition, it is possible to fine tune the filter performance for a kubernetes cluster. Check the [Improving performance of resource discovery](/overview/improving-performance-of-resource-discovery.md) section for improving the performance.
{% endhint %}


---

# 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://help.gopaddle.io/overview/kubernetes-ide/flat-vs-tree-view.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.
