# User Guide

- [Explore Kubernetes Resources](https://docs.dashboard.devtron.ai/user-guide/resource-browser.md)
- [Overview Page](https://docs.dashboard.devtron.ai/user-guide/resource-browser/overview.md)
- [Discover and Manage Resources](https://docs.dashboard.devtron.ai/user-guide/resource-browser/manage-resources.md)
- [Nodes and Operations](https://docs.dashboard.devtron.ai/user-guide/resource-browser/nodes.md)
- [Pod Management and Debugging](https://docs.dashboard.devtron.ai/user-guide/resource-browser/pods.md)
- [Cluster Terminal](https://docs.dashboard.devtron.ai/user-guide/resource-browser/terminal.md)
- [Add Monitoring Dashboards/Graphs](https://docs.dashboard.devtron.ai/user-guide/resource-browser/monitoring-graphs.md)
- [Run Kubectl Commands Locally](https://docs.dashboard.devtron.ai/user-guide/resource-browser/kubectl-local.md)
- [Use Resource Watcher](https://docs.dashboard.devtron.ai/user-guide/resource-watcher.md)
- [Manage Helm Apps](https://docs.dashboard.devtron.ai/user-guide/helm-apps.md)
- [Manage Argo CD Apps](https://docs.dashboard.devtron.ai/user-guide/argocd-apps.md)
- [Manage Flux CD Apps](https://docs.dashboard.devtron.ai/user-guide/fluxcd-apps.md)
- [Chart Store](https://docs.dashboard.devtron.ai/user-guide/chart-store.md)
- [Examples](https://docs.dashboard.devtron.ai/user-guide/chart-store/examples.md)
- [Deploying MySQL Helm Chart](https://docs.dashboard.devtron.ai/user-guide/chart-store/examples/deploying-mysql-helm-chart.md)
- [Deploying MongoDB Helm Chart](https://docs.dashboard.devtron.ai/user-guide/chart-store/examples/deploying-mongodb-helm-chart.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://docs.dashboard.devtron.ai/user-guide.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.
