> For the complete documentation index, see [llms.txt](https://docs.inferix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inferix.io/inferix-testnet-1-on-iotex-ended/renting-gpu-devices.md).

# Renting GPU Devices

1. **Log in to the Website**\
   Use your Gmail account to log in at: [<mark style="color:blue;">https://cloud.inferix.io/</mark>](https://cloud.inferix.io/) (Once your registration is approved, you will receive an onboarding email shortly from our official email address: <mark style="color:blue;"><contact@inferix.io></mark>)<br>

   It is recommended that the username and wallet used on the Rent website be different from those on the Miner website.<br>
2. **Set Up the Wallet Address** \
   After successfully logging in, navigate to the Settings page to configure your wallet address. Please note that this address cannot be changed later, and all subsequent website operations will be linked to this wallet.<br>
3. **Rent a GPU Server** \
   A. Go to ***Server → Rent Servers***. \
   \
   B. Select the required GPU model and region. From the listed servers, choose the desired machine and proceed to make the payment. \
   \
   C. Return to the ***Server*** list, and after approximately 3 minutes, you will see the rented machine. Click **Details** to retrieve the SSH command for accessing the machine. Using the provided SSH IP, port, and key file, you can log in to the rented machine

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.inferix.io/inferix-testnet-1-on-iotex-ended/renting-gpu-devices.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
