# Cluster Detail Toolbar

<figure><img src="/files/mvk4oLmlcXBwFziIm1bk" alt=""><figcaption></figcaption></figure>

The cluster toolbar has 5 main groups of functionality:

* **View**: The view group allows one to switch between these different views.
  * Deployment:&#x20;
  * Grid
  * Node
  * Helm
  * RBAC
* **Main**: The main groups give us access to
  * **Home**: Go back to the cluster manager view.
  * **Permissions:** Show the permissions that the users have.
  * **Settings:** Open the current cluster settings.
* **Search**: Allows to search items in the deployment view.
* Actions:
  * **Push all:** Save a push to the server for all of the uncommitted changes.
  * **Reload from Cluster:** Get a new copy of all the objects from the server.
* Namespace Filter: Allow the user to select what namespaces are all the views filtered by. All means that all namespaces are visible.


---

# 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://doc.k8studio.io/documentation/cluster-detail-toolbar.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.
