# Application Playbooks

They are typically executed through [deployer](/installation/artifacts/helm-charts/initialization-charts/deployer.md) jobs or requests to the [deployer API](/installation/artifacts/helm-charts/initialization-charts/deployer-api.md)  service, although they can be also triggered through command line directly.

All playbook helm chart deployments have a "state" variable, which can be passed as "absent" to remove the related release from Kubernetes cluster.&#x20;

<table><thead><tr><th width="188.33333333333331">Playbook</th><th>Description</th></tr></thead><tbody><tr><td>Gateway Helm</td><td>Used to deploy <a href="/pages/Xs6IsiHoL5SiPINJLNRR">gateway</a>, <a href="/pages/vRZm4HCPk2C2NieYJuI5">authentication</a> and <a href="/pages/TL08eduefKb3Qwj6nkjK">session</a> helm charts, loading their packages from the <a href="/pages/H9r03f2djZaGpDsey8D8">maven repository</a> and configurations as <a href="/pages/zVxf32Eev4JxiBvMZHFX">deployment assets</a></td></tr><tr><td>Runner Helm</td><td>Deploys runners using configurations as deployment asset files or from rest API for a given deployment id using <a href="/pages/BBupmDylYlvvi1qUY61R">samza</a>, <a href="/pages/ZQ4gZBUJDdwfzEpFV9k6">spring</a>, <a href="/pages/WBcQPR9vJry02N2086e6">socket</a> runner helm charts, loading their packages from the <a href="/pages/H9r03f2djZaGpDsey8D8">maven repository</a></td></tr><tr><td>Admin UI Helm</td><td>Deploys admin UI on Kubernetes cluster using <a href="/pages/9eqh7389flx8FHUoD0Fp">admin ui</a> helm chart and the specific image from <a href="/pages/gKBlm47vo8OeqF72I84d">docker repository</a></td></tr><tr><td>Storefront Helm</td><td>Deploys a demo storefront with given template and <a href="/pages/xh1NtHdOggqMpMJgiGHA">storefront</a> helm chart using the specific image from <a href="/pages/gKBlm47vo8OeqF72I84d">docker repository</a></td></tr><tr><td>H2O Wave Helm (Deprecated)</td><td>Deploys H2O Wave gateway using <a href="/pages/aro5RCu8AiwsOCdNeaZF">h2o wave</a> helm chart and the specific image from <a href="/pages/gKBlm47vo8OeqF72I84d">docker repository</a></td></tr><tr><td>Wave App Helm (Deprecated)</td><td>Loads wave app configurations from deployment asset files and deploys a <a href="/pages/wQ5zFOgOSJgdGRsP4rPF">wave app</a> helm chart using the specific image from <a href="/pages/gKBlm47vo8OeqF72I84d">docker repository</a></td></tr></tbody></table>


---

# 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.rierino.com/installation/artifacts/ansible-playbooks/application-playbooks.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.
