# Keyboard shortcuts

The keyboard shortcuts below can be used to navigate the StackState UI.

| Keyboard shortcut      | Action                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `CTRL` + `SHIFT` + `F` | Search for a component by name in the [Topology Perspective](/5.1/use/stackstate-ui/perspectives/topology-perspective.md).                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `CTRL` + `S`           | Overwrite previously saved settings for a [view](/5.1/use/stackstate-ui/views/about_views.md). This will update the saved view to include any changes made to the [view filters](/5.1/use/stackstate-ui/filters.md) or [visualization settings](/5.1/use/stackstate-ui/views/visualization_settings.md). Note that in [Explore mode](/5.1/use/stackstate-ui/explore_mode.md), settings can only be saved as a new view (`CTRL` + `SHIFT` + `S`). It isn't possible to save changes made to a [subview](/5.1/use/stackstate-ui/views/about_views.md#subview). |
| `CTRL` + `SHIFT` + `S` | Save the current view settings as a new view. The new view will include all currently applied [view filters](/5.1/use/stackstate-ui/filters.md) and [visualization settings](/5.1/use/stackstate-ui/views/visualization_settings.md). Note that it isn't possible to save changes made to a subview as a new view.                                                                                                                                                                                                                                           |
| `CTRL` + `SHIFT` + `R` | Reset any unsaved changes and revert to the original view, subview or explore mode. This will reset all unsaved changes made to the [view filters](/5.1/use/stackstate-ui/filters.md) or [visualization settings](/5.1/use/stackstate-ui/views/visualization_settings.md).                                                                                                                                                                                                                                                                                   |
| `SHIFT` + `1`          | In a view, subview or explore mode, open the [Topology Perspective](/5.1/use/stackstate-ui/perspectives/topology-perspective.md).                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `SHIFT` + `2`          | In a view, subview or explore mode, open the [Events Perspective](/5.1/use/stackstate-ui/perspectives/events_perspective.md).                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `SHIFT` + `3`          | In a view, subview or explore mode, open the [Metrics Perspective](/5.1/use/stackstate-ui/perspectives/metrics-perspective.md).                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `SHIFT` + `4`          | In a view, subview or explore mode, open the [Traces Perspective](/5.1/use/stackstate-ui/perspectives/traces-perspective.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/stackstate-ui/keyboard-shortcuts.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.
