> For the complete documentation index, see [llms.txt](https://blocx.gitbook.io/blocx./llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blocx.gitbook.io/blocx./gridbox/add-machine.md).

# Add Machine

1. **Go to** [**https://gridbox.blocx.app/**](https://gridbox.blocx.app/)\
   **Click on "Add Machine"**<br>

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

2. Click on **"Download"** the client for Windows, Linux, or macOS.

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

3. Open **Host Client**

<figure><img src="/files/0ACihQPfk0A580HzbXxm" alt=""><figcaption></figcaption></figure>

4. Let the host client automate the process, **do not close the client.**

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

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

5. After Installion, click on **'Close and restart' .** Your Machine will restart now.

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

6. After restarting, **open Docker** and **accept the terms.**

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

<figure><img src="/files/7qbVAm0n9duOHxbjRRpr" alt=""><figcaption></figcaption></figure>

7. Return to the **Gridbox** website, click the **'Next'** button, copy your token, and use it to synchronize your machine.

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

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

8. Set the parameters, enter the **machine name**, and choose the **storage** you want to allocate.

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

9. Set the **availability** and **pricing**, then click **'Confirm'.**

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

10. Confirm that your machine's **Host Client** is running and that it is listed under **'My Machines'**.

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

You made it! Your machine is now listed on the GRIDBOX Marketplace.

<figure><img src="/files/xK47WiRK8pcCxKx4NdYt" 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://blocx.gitbook.io/blocx./gridbox/add-machine.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.
