# How to Use

### How to SSH

IP information is provided from the Node Rental confirmation screen. Use this to login to your rented workstation using your created credentials via SSH.\
\
**Search for "Powershell" on your PC, open a window, and type the following:**

```
ssh -p <port> <username>@<ipaddress>
```

*Example: "ssh -p 5543 hashaiuser\@31.24.3.42"*

<figure><img src="/files/NIbDgTZPpM58Ve47z2xj" alt=""><figcaption><p>SSH Input using Powershell</p></figcaption></figure>

### How to RDP

IP information is provided from the Node Rental confirmation screen. Use this to login to your rented workstation using your created credentials via RDP.\
\
**Search for "Remote Desktop Connection" on your PC, open a window, and type the following:**\
"\<ipaddress>:\<port>"\
\
\&#xNAN;*Example: "31.24.3.42:5543"*\
\
When prompted, login using your credentials

<div align="left"><figure><img src="/files/A6WoNPbulsAjtC0QVWOi" alt=""><figcaption><p>RDP Input Screen</p></figcaption></figure></div>


---

# 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.hashai.co.uk/features/node-rental-and-lending/how-to-use.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.
