# Machine Type

Deka GPU provides various types of Virtual Machines (VM) that are classified based on Memory and Storage types. If you want to create a Virtual Machine (VM) on Deka GPU, you must first check your application's requirements and system workload so that you can choose a VM based on the available machine types. Here are the available machine types for VMs on Deka GPU:

<table><thead><tr><th width="205">Machine Types</th><th>Description</th></tr></thead><tbody><tr><td>General</td><td>Used for VM sizes that provide a balanced CPU-to-memory ratio.</td></tr><tr><td>Compute Optimized</td><td>Designed to deliver the highest CPU performance in the Compute Engine and optimized for compute-intensive workloads.</td></tr><tr><td>Memory Optimized</td><td>Provides a high memory-to-CPU ratio, optimized for memory-intensive workloads.</td></tr><tr><td>Shared</td><td>Offers a cost-effective method to run small applications that are not resource-intensive.</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.cloudeka.ai/deka-gpu/deka-gpu-vms/machine-type.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.
