# GPU Clusters

{% hint style="warning" %}
Please note that NetMind is a distributed platform where all machines are contributed by users. We prioritize machines with high stability, but the Power platform cannot guarantee the uptime of the machines. In the event of machine downtime, we will fully refund the fees for the day of downtime. When using the machine, please be sure to back up your data in a timely manner to avoid data loss.
{% endhint %}

Follow these steps to rent a server with GPUs.&#x20;

## Rent New GPUs

1. Click "Search GPU" on the sidebar under "GPU Clusters" to access the GPU rental feature.

<figure><img src="/files/DSbCdLdT5aD5Db4XDDYX" alt=""><figcaption><p>Search GPU Tab</p></figcaption></figure>

2. In the "Search GPU" page, view and select the desired GPU resources, then click "Rent machine" to proceed to the machine setup page. You can rent either container instances or virtual machine instances. The similarities and differences between them are as follows:

|                | Container | Virtual Machine |
| -------------- | --------- | --------------- |
| Start Time     | Fast      | Slow            |
| Run Docker     | Yes       | No              |
| CPU            | Shared    | Exclusive       |
| CPU RAM        | Shared    | Exclusive       |
| GPU            | Exclusive | Exclusive       |
| Service Expose | Only one  | No limit        |

<figure><img src="/files/Q45pQEZ3cH0iPvhHCwQG" alt=""><figcaption><p>Search Machine List</p></figcaption></figure>

{% hint style="warning" %}
When you request a container, you can specify a rental period of up to 30 days. We will send you a reminder to renew the lease when you have less than one day remaining. If you do not renew, upon expiry, the machine will be made available for others to rent, and all your data will be permanently and securely removed from the server.&#x20;
{% endhint %}

3. Complete your environment setup.
4. The system will calculate the fees to be paid in real time.
5. For container instance, users can choose between two rental programme: "On-demand" or "by day". Along with two payment methods: USD or NMT. For virtual machine instance, we only support "On-demand" programme and USD as payment method.
6. Click "Make Payment" to enter the payment page.

<figure><img src="/files/BiB2vsJYgsOXndROQI23" alt=""><figcaption><p>Container Instance Setup Page</p></figcaption></figure>

<figure><img src="/files/fqAXeVlCDui5EQAVrptu" alt=""><figcaption><p>Virtual Machine Instance Setup Page</p></figcaption></figure>

### Pay by USD

You need to add funds for USD before make payment.

<figure><img src="/files/7WbkdtMYs0Y2C3RSoBgH" alt=""><figcaption><p>Add Funds for USD</p></figcaption></figure>

<figure><img src="/files/JrErlpUTSXJBtMVLJHQT" alt=""><figcaption><p>Choose Payment</p></figcaption></figure>

<figure><img src="/files/76RomAIJMZVdMkaWuNJN" alt=""><figcaption><p>Add Funds</p></figcaption></figure>

<figure><img src="/files/UOHW7fVyknKU4HIhxUHc" alt=""><figcaption><p>FIll up Payment Information</p></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://netmind-power.gitbook.io/netmind-power-documentation/rent-gpus.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.
