# Connect to Your Machine

Once your instance is deployed, follow these steps to access your cloud computer using Remote Desktop Protocol (RDP).

### **Step 1: Locate Your Instance**

Navigate to the My Workstation tab. Here, you will see a list of your rented machines and their status.

### **Step 2: Download Connection File**

Find your target workstation and click the Download RDP button. A remote desktop configuration file (`.rdp`) will be saved to your local computer.

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

### **Step 3: Initiate Connection**

Open the downloaded `.rdp` file. A system prompt will appear; click Connect to proceed.

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

### **Step 4: Enter Credentials**

When asked for credentials, enter the Admin Password you created during the deployment step.

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

### **Step 5: Confirm & Access**

If a security certificate warning appears, simply click Yes to confirm. You will immediately be connected to the remote desktop interface and can start using the machine right away.

<figure><img src="/files/xBKj7DTbhRlcMjneXA0n" 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.3scloud.io/3s-cloud-workstation/tutorial/connect-to-your-machine.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.
