# View structure

## Overview

A view in StackState allows you to monitor and inspect a subset of your IT environment. The structure of a view is tailored towards filtering and visualizing the data in that subset (view) in an efficient way.

### Filters

The **Filters** menu on the top right corner of the view UI allows you to filter the components (topology), events and traces displayed in a view. Once applied, the filters will affect the content of all the perspectives in a view.

* [Filters](/views/k8s-view-structure/k8s-filters.md) - Filter the components (topology), events and traces in your view

### Perspectives

The **Perspectives** of a view are displayed as tabs on the top left corner of the view UI and allow you to visualize all the data in a view through different lenses:

* [Overview perspective](/views/k8s-view-structure/k8s-overview-perspective.md) or [Highlights perspective](/views/k8s-view-structure/k8s-highlights-perspective.md) - depending on the type of view you are in
* [Topology perspective](/views/k8s-view-structure/k8s-topology-perspective.md) - the dependency map of the view components
* [Events perspective](/views/k8s-view-structure/k8s-events-perspective.md) - all the events happening on the topology
* [Metrics perspective](/views/k8s-view-structure/k8s-metrics-perspective.md) - key metrics for the most relevant components
* [Traces perspective](/views/k8s-view-structure/k8s-traces-perspective.md) - the tracing information running on the topology

{% hint style="info" %}
**All the perspectives** will update their content based on the [timeline](/views/k8sts-timeline-time-travel.md) configuration.
{% endhint %}

![Overview cards layout](/files/IdKtd3UkNnn2JCrjpq2l)


---

# 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://archivedocs.stackstate.com/views/k8s-view-structure.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.
