# Transitioning Your Instances from Hourly to Monthly Billing Cycle

**Important Note:** Neon Cloud does not support direct conversion of an existing instance from hourly to monthly billing. To avoid data loss, you must first create a snapshot of your current VM.

{% stepper %}
{% step %}

### Take a Snapshot of the Existing VM

As described in the [*Taking a VM Snapshot*](https://docs.neoncloud.com/common-issues/taking-vm-snapshots) article, create a snapshot of your instance to preserve its current state.
{% endstep %}

{% step %}

### Verify Snapshot Completion

Ensure the snapshot is successfully created and available under the **Snapshots** section.

<figure><img src="/files/jv4pBF6HRX3jBESTfh5A" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Deploy a New Instance from Snapshot

Use the created snapshot to launch a new VM.

<figure><img src="/files/APK27AGdqYWMefOZYoCD" alt=""><figcaption></figcaption></figure>

While deploying the instance, you will find the **Snapshot** option under the **Choose Image** section.

<figure><img src="/files/ivLCV5absIk3bsluJn36" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select Monthly Billing

While deploying the new instance, choose the **monthly billing cycle** as per your requirement, review and then deploy the VM.

<figure><img src="/files/itsz9KD1IHTIMSoj8Bnd" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.neoncloud.com/common-issues/transitioning-your-instances-from-hourly-to-monthly-billing-cycle.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.
