# Upgrade GCP VMs to AMD Milan or later

To change your CPU platform, you can only do this with Google Cloud Provider (GCP). In order to upgrade to the CPU platform **AMD Milan or later**, you must first create a new Virtual Machine (VM) with a new template in ODP. The steps below explain the process.

1. Go to one.i3D.net and enter your login credentials.
2. Create a new VM with a new instance template.
3. After the creation of the new template, i3D.net automatically sends a request in GCP. With that template request, GCP creates a template with the same name. GCP will use this template to create a VM.
4. Each name is unique on GCP, so if you want to apply this new template on a name that already exists, you must:
   * Copy the name of the existing template.
   * Delete the template.
   * Paste the name on the newly created template.
5. Select the Series **N2D** in the drop down list.
6. Select the Machine type **N2d-standard-2 (2 vCPU, 8 GB memory)**.
7. Select the CPU platform **AMD Milan or later** in the drop down list.
8. Click **Create**.

{% hint style="warning" %}
Make sure that the advanced settings related to the network match with the GCP and the ODP platform.
{% 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.i3d.net/game-hosting/game-integration/gcptemplateforcpuplatform.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.
