# Helm 3 Saas Service

The Platform9 SaaS Management Plane includes a Helm 3 Service that is able to connect to repositories and deploy applications into any connected clusters, including hyper-scale cloud provider Kubernetes Services. The Helm 3 service is part of the core platform and is 100% maintained and operated by Platform9 which means you can consume Helm without the need to install the client locally or be connected to the cluster.

{% hint style="success" %}
**About Helm**

Helm helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.

Charts are easy to create, version, share, and publish — so start using Helm and stop the copy-and-paste.

Helm is a graduated project in the [CNCF](https://cncf.io/) and is maintained by the [Helm community](https://github.com/helm/community).

To learn more visit <https://helm.sh/>
{% endhint %}


---

# 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.9/application-catalog/helm-3-saas-service.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.
