# Perspectives

## Overview

StackState and its [4T data model](/5.1/use/concepts/4t_data_model.md) collect real-time data about your IT landscape. **Perspectives** allow you to look at this data from various angles and to relate different types of data to each other.

All data in StackState is organized around [topology](/5.1/use/concepts/4t_data_model.md#topology), a representation of the components and their relations that make up your IT landscape. A subset of that topology, called a [view](/5.1/use/stackstate-ui/views/about_views.md), can be used to focus on a specific application, layer or set of components that you care about. The components and relations included in the topology provide the context for data displayed in the other perspectives.

![Perspectives](/files/oKIqEMguPFgMoWwjSM63)

There are four perspectives in the StackState UI. You can switch between them using the buttons at the top of the screen:

* The [Topology Perspective](/5.1/use/stackstate-ui/perspectives/topology-perspective.md) - the components and relations.
* The [Events Perspective](/5.1/use/stackstate-ui/perspectives/events_perspective.md) - all events and changes relating to the topology.
* The [Metrics Perspective](/5.1/use/stackstate-ui/perspectives/metrics-perspective.md) - telemetry streams for a selection of components in the topology.
* The [Traces Perspective](/5.1/use/stackstate-ui/perspectives/traces-perspective.md) - all traces and spans relating to the topology.

## Time travel

All perspectives allow for [time travel](/5.1/use/stackstate-ui/timeline-time-travel.md#time-travel) using the timeline control located at the bottom of the StackState UI. The timeline shows the currently selected telemetry interval and topology time. The active perspective uses the telemetry to show information relating to the topology that existed at the selected topology time. Switching to another perspective keeps the current telemetry interval in place, so you can easily correlate different types of information.

Inside the timeline, blue bars show the number of recorded events at a particular point in time. This makes it possible to identify moments of interest that will help when troubleshooting.

By default, the timeline is in **live mode**. This means that it tracks changes as they happen and updates the perspective and timeline accordingly. You can click on the timeline to time travel to a topology time in the past. Click **Go live** or **BACK TO LIVE** to stop time travelling and switch back to live updates again.

To the left of the telemetry interval time and topology time boxes there are two arrows, one pointing left and one pointing right. These **time jumpers** they move the telemetry interval forwards or backwards in time or shift the topology time to the next point for which StackState has recorded events.

➡️ [Learn more about the timeline and time travel](/5.1/use/stackstate-ui/timeline-time-travel.md)


---

# 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/5.1/use/concepts/perspectives.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.
