# Advanced Deployment Guides

As Openmesh is a fully open-source project, you can modify the XnodeOS template to deploy a wide variety of NixOS packages.

Here is an example of an advanced template that can be used for any NextJS deployment and a variety of forks submitted for the recent Openmesh "Speedhack" Hackathon at the Chainlink SmartCon conference:

* [XnodeOS NextJS Base Template](https://docs.openmesh.network/products/xnode/advanced-deployment-guides/xnode-nextjs-base-template) - click to view the our guide on deploying the NextJS base template which deploys a simple "Hello World" static website. We also have open source community submissions a blog template, a Linktree clone and a Notion app, all fully hosted and deployed on Openmesh!


---

# 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.openmesh.network/products/xnode/advanced-deployment-guides.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.
