# Dashboard

The Kubernetes dashboard summarizes your Kubernetes environment and shows the components that make up the environment.&#x20;

## Environment info

This section shows the environment name, its URL and port, along with any [tags](https://docs.portainer.io/admin/environments/tags#tagging-an-environment).

<figure><img src="https://content.gitbook.com/content/xdTQRpMuktD2l0URtOJO/blobs/v199LToPCoaB1m9d0kQc/2.15-kubernetes_env_info.png" alt=""><figcaption></figcaption></figure>

## Summary tiles

The remaining dashboard is made up of tiles showing the number of [namespaces](https://docs.portainer.io/user/kubernetes/namespaces), [applications](https://docs.portainer.io/user/kubernetes/applications), [services](https://docs.portainer.io/user/kubernetes/networking/services), [ingresses](https://docs.portainer.io/user/kubernetes/networking/ingresses), [ConfigMaps](https://docs.portainer.io/user/configurations#configmaps), [secrets](https://docs.portainer.io/user/configurations#secrets), [volumes](https://docs.portainer.io/user/kubernetes/volumes), and [policies](https://docs.portainer.io/admin/environments/policies) that make up the environment.

<figure><img src="https://content.gitbook.com/content/xdTQRpMuktD2l0URtOJO/blobs/UU25aNAqcf1NNGKlgB80/2.38-Dashboard-tiles.png" alt=""><figcaption></figcaption></figure>


---

# 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.portainer.io/user/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.
