> For the complete documentation index, see [llms.txt](https://helm.docs.medcrypt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helm.docs.medcrypt.com/get-started.md).

# Get Started

- [Get started with Helm](https://helm.docs.medcrypt.com/get-started/get-started-with-helm.md)
- [Get familiar with the Helm UI](https://helm.docs.medcrypt.com/get-started/get-started-with-helm/get-familiar-with-the-helm-ui.md)
- [Helm features](https://helm.docs.medcrypt.com/get-started/get-started-with-helm/helm-features.md): Introducing Helm by Medcrypt
- [Understand your dashboard](https://helm.docs.medcrypt.com/get-started/get-started-with-helm/understand-your-dashboard.md)
- [Helm terminology](https://helm.docs.medcrypt.com/get-started/get-started-with-helm/helm-terminology.md)
- [Quickstart process](https://helm.docs.medcrypt.com/get-started/quickstart-process.md)
- [Understand data sources and update frequency](https://helm.docs.medcrypt.com/get-started/understand-data-sources-and-update-frequency.md)
- [Don't have an SBOM?](https://helm.docs.medcrypt.com/get-started/dont-have-an-sbom.md)
- [Why SBOMs are critical to your present and future](https://helm.docs.medcrypt.com/get-started/dont-have-an-sbom/why-sboms-are-critical-to-your-present-and-future.md)
- [Generate CycloneDX SBOM with open-source tools](https://helm.docs.medcrypt.com/get-started/dont-have-an-sbom/generate-cyclonedx-sbom-with-open-source-tools.md)
- [Generate SPDX SBOM with open-source tools](https://helm.docs.medcrypt.com/get-started/dont-have-an-sbom/generate-spdx-sbom-with-open-source-tools.md)
- [Generate SBOM with Yocto on Linux](https://helm.docs.medcrypt.com/get-started/dont-have-an-sbom/generate-spdx-sbom-with-open-source-tools/generate-sbom-with-yocto-on-linux.md)
- [Convert your SBOM from CSV to CycloneDX](https://helm.docs.medcrypt.com/get-started/dont-have-an-sbom/convert-your-sbom-from-csv-to-cyclonedx.md)
- [Get expert Services help](https://helm.docs.medcrypt.com/get-started/dont-have-an-sbom/get-expert-services-help.md)
- [Upload your first SBOM](https://helm.docs.medcrypt.com/get-started/upload-your-first-sbom.md)
- [Upload or convert .zst SBOM files from Yocto on Linux](https://helm.docs.medcrypt.com/get-started/upload-your-first-sbom/upload-or-convert-.zst-sbom-files-from-yocto-on-linux.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://helm.docs.medcrypt.com/get-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
