# Build

## How to build on Züs

Here are the tools and documentation to help get you started and start building the next generation of apps based on our decentralized cloud.

### **GoSDK**

A client SDK in Go to interface the blockchain and storage platform, and other smart contact&#x73;**.**

{% content-ref url="/pages/CUSDodDZvybV1LtBaHhX" %}
[Züs GoSDK](/guides/zus-gosdk.md)
{% endcontent-ref %}

### ZboxCLI

A client CLI using GoSDK to interface the blockchain, storage platform, and Blobbers (storage providers)

{% content-ref url="/pages/Pno4NSznu5zQ9hnGFPoB" %}
[Zbox CLI](/guides/zbox-cli.md)
{% endcontent-ref %}

### ZwalletCLI

A client CLI using GoSDK to interface the blockchain, and smart contracts to send, stake, unstake, burn, and mint transactions.

{% content-ref url="/pages/XmlS9vy2KEqtvs72s7KG" %}
[Zwallet CLI](/guides/zwallet-cli.md)
{% endcontent-ref %}


---

# 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-old.zus.network/concepts/build.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.
