> For the complete documentation index, see [llms.txt](https://help.gopaddle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.gopaddle.io/overview/kubernetes-ide/flat-vs-tree-view.md).

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