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

# Kuzco

## **Step 1: Purchase a Kuzco node**

1. Login to [app.satea.io](http://app.satea.io/) and select Kuzco
2. Select the number of nodes and node duration

After confirming that there are no errors, please follow the instructions to complete the payment.

## **Step 2: Configure Nodes**

After the payment is completed, you need to go to Node Management, click Kuzco node, which is in "NEED TO SET UP" status, and submit your Kuzco account information.

If you have already registered a Kuzco account, you can submit your Kuzco account and password directly.

If you have not registered a Kuzco account, please go to the Kuzco official website <https://kuzco.xyz/register> to register an account and submit it in the Satea node management backend.

![](/files/jEZJX0MiHiJsGbuso44r)

## **Step 3: Complete Node Deployment and Inspection**

After submitting your Kuzco account password, Satea will complete the deployment of the node within 2 working days without any additional operation.

After the deployment is completed, the Kuzco node status will be RUNNING on the Node Management page.

![](/files/Qov41h0xbg707ssCPIzu)

You can check which hardware nodes are tied to your account on the Kuzco website on the Workers page at <https://kuzco.xyz/dashboard/workers>.

![](/files/afb2Rkefb76E7936PYel)

Above, you have completed the setup and deployment of the Satea hosted Kuzco node.

Satea will be responsible for the normal operation and maintenance of the node. Please do not delete the tied hardware devices to cause unnecessary losses. Satea cannot be responsible for any inability to log in due to the deletion of the hardware device tied to the account due to the user's improper operation, or the loss of the user's Kuzco account due to a change in password.


---

# 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://satea.gitbook.io/satea/project-setup-guide/kuzco.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.
