# Kubernetes Dashboard

The Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters that provides an overview of containerized applications within the cluster. It allows users to deploy, edit, assess the status of, manage, as well as assist in troubleshooting those apps.

In this section, we review [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/local-dashboard-access/README.md) and [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/remote-dashboard-access/README.md) for the dashboard. For a quick link to your local dashboard, visit <http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/>.


---

# 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://docs.platform9.com/managed-kubernetes/5.8/kubernetes-dashboard.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.
