> For the complete documentation index, see [llms.txt](https://docs.openmesh.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openmesh.network/products/xnode/xnode-studio.md).

# Xnode Studio

<figure><img src="/files/GILfMw6id50GKt87N3lv" alt=""><figcaption><p>Xnode Studio v4 now live as of 18th Oct 2024</p></figcaption></figure>

[Xnode Studio](https://openmesh.network/xnode) is a web-based interface to deploy and manage your Xnodes. It provides a user experience similar to android, where users can select an app to install with 1 button press and deploy a decentralized cloud node in under 10 minutes.&#x20;

### Xnode Studio means you don't need to KYC, no credit cards, just connect your Web3 Wallet

<figure><img src="/files/VPEM2Q7qSWFVY1n0TfPk" alt=""><figcaption><p>No KYC to Deploy to Openmesh - <a href="https://www.openmesh.network/xnode/login">Just connect your Web3 Wallet</a></p></figcaption></figure>

### Xnode Studio makes it Easy for Web3 builders to deploy onto Bare Metal

Xnode Studio features a powerful resource aggregation engine that scans through thousands of combinations of bare metal and cloud providers across various cities, regions, and countries to find the best resources such as compute, storage, and GPUs for your infrastructure needs, similar to how Skyscanner scans for airlines.

<figure><img src="/files/JnxXz1hrx4PWZ3BG5Ako" alt=""><figcaption><p>View our <a href="https://www.openmesh.network/xnode/resources">Resources navigator dashboard</a> to see what Bare Metal is available</p></figcaption></figure>

### Xnode Studio Offers 1-Click Deploy of App Templates

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

Choose from many 1-click deployment templates to get your app running as quick as possible on a Decentralised Cloud at the [Openmesh Xnode Studio App Store](https://www.openmesh.network/xnode/app-store)!

{% hint style="info" %}
Visit [Xnode Studio V4](https://www.openmesh.network/xnode/) to deploy your Xnode!
{% endhint %}

### Deploy an AI Chatbot in less than 10 minutes!

Check out our [Getting Started Guides](https://docs.openmesh.network/products/xnode/basic-getting-started-guides) and [Template Deployment Guides](https://docs.openmesh.network/products/xnode/template-deployment-guides) to get started right now!

<figure><img src="/files/yLp3bxrRgv4eedSLSAij" 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://docs.openmesh.network/products/xnode/xnode-studio.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.
