# Explore views

## Overview

In general, the concept of a [view](/views/k8s-view-structure.md) in StackState allows you to monitor an area of your IT landscape that you had previously saved. But, often times when you need to investigate a subset of a particular view, you don't want to lose the scope of that view. This is where the **explore views** come into play.

To keep the scope of a particular view (e.g. `my view`) intact, all the investigative actions applied to a topology element or selection of elements (e.g. components, relations, groups) will automatically open in a temporary explore view, under the view you have started from (e.g. `my view / explore`).

Examples of **investigative actions** that will automatically be opened in an explore view:

* The **+ button** was clicked on a component in the [topology perspective](/views/k8s-view-structure/k8s-topology-perspective.md) to show the hidden neighbors of that component
* A **quick action** was executed on a component
* A topology element (component, relation, group) was **double-clicked** in the [topology perspective](/views/k8s-view-structure/k8s-topology-perspective.md) to investigate it
* The **'Explore...'** link or button was clicked on a topology element (component, relation, group) to investigate it

{% hint style="success" %}
The investigative actions executed from an existing explore view will **not** open a new explore view - they will change the scope of the explore view you are in.
{% endhint %}

## Handling

When an explore view is automatically created, its original scope is also defined. This is helpful if you want to reset the explore view to its original scope after you have made some changes to it.

Although an explore view is meant to be temporary, it can be saved as a [custom view](/views/k8s-custom-views.md) if you want to monitor it or review it later on.

If you don't want to save an explore view, simply move away from it or go back to the view you started from by using the breadcrumbs on the top navigation bar.

![Explore views](/files/OUwi5GbNn3QD11vkjwEN)

## Structure

The explore views have an identical structure to the [custom views](/views/k8s-custom-views.md): they have the same [filters](/views/k8s-view-structure.md#filters) and the same [perspectives](/views/k8s-view-structure.md#perspectives).

![Explore views structure](/files/DPPNZ3pK5OFmFKoC82YV)


---

# 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-explore-views.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.
