# Set up a CPU or GPU instance

Create an account and get a CPU or GPU instance up and running within a few minutes!

### Deploy New Instance <a href="#deploy-new-instance" id="deploy-new-instance"></a>

Click the **Create Instance** button on the **Compute** page.

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

#### Choose Instance name <a href="#choose-hostname-and-description" id="choose-hostname-and-description"></a>

The **hostname** is a human-friendly name to help you recognize an instance. The **description** shows various information about what type of instance it is, including OS, GPU model, and location. These are automatically generated, but you can edit them to be anything you want.

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

#### Choose instance type <a href="#choose-instance-type-and-contract" id="choose-instance-type-and-contract"></a>

On-demand instances are available for **Pay As You Go** pricing (every 10 minutes deducted from your account balance)&#x20;

<figure><img src="/files/5Nc33TJIuVk7opEyvc4V" alt=""><figcaption></figcaption></figure>

***

#### Choose GPU or CPU model and size <a href="#choose-gpu-or-cpu-model-and-size" id="choose-gpu-or-cpu-model-and-size"></a>

Select a GPU or CPU model to get started. Check the bottom of each model card to see which sizes are available (grey indicates unavailable). After selecting a model, you'll see detailed specifications in the size section.

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

***

#### Configure the operating system <a href="#configure-the-operating-system" id="configure-the-operating-system"></a>

Choose from multiple Ubuntu versions with different configurations. Click **OS Image** to see all available options.

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

***

#### Add storage volume <a href="#add-storage" id="add-storage"></a>

Create new storage by clicking the **Add block volume** or **Add shared filesystem** buttons.

Your volumes must be detached in order to be attached to a new instance.

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

***

#### Choose or create SSH key <a href="#choose-or-create-ssh-key" id="choose-or-create-ssh-key"></a>

Add a new SSH key from the **Deploy instance** page or **Keys** page. View [Creating an SSH key](/arkane-cloud/cpu-and-gpu-instances/managing-ssh-keys.md).

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

***

***

#### Review and Deploy <a href="#review-and-deploy" id="review-and-deploy"></a>

Review your order summary and click **Deploy Instance** to deploy it. [View pricing and billing](/arkane-cloud/getting-started/pricing-and-billing.md)

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


---

# 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.arkanecloud.com/arkane-cloud/cpu-and-gpu-instances/editor.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.
