# Choosing the KMS provider

SecretVM offers a choice of KMS providers to choose from.

The currently supported options are:

* SecretVM KMS, implemented as a Smart Contract on Secret Network

{% hint style="info" %}
🔗 The source code for the KMS contract is [available on GitHub](https://github.com/scrtlabs/secret-vm-kms).
{% endhint %}

* Google Cloud Key Management Service (<https://docs.cloud.google.com/kms/docs/key-management-service>). Google Cloud KMS&#x20;


---

# 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.scrt.network/secret-network-documentation/secretvm-confidential-virtual-machines/launching-a-secretvm/choosing-the-kms-provider.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.
