> For the complete documentation index, see [llms.txt](https://docs.portainer.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.portainer.io/sts/user/kubernetes/dashboard.md).

# Dashboard

The Kubernetes dashboard summarizes your Kubernetes environment and shows the components that make up the environment.

## Environment info

This section shows the environment name, its URL and port, along with any [tags](/sts/admin/environments/tags.md#tagging-an-environment).

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

## Summary tiles

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

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/sts/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.
