# Node Docs

- [MAYANodes](https://docs.mayaprotocol.com/node-docs/mayanodes.md)
- [MAYANode Overview](https://docs.mayaprotocol.com/node-docs/mayanodes/overview.md): Overview of MAYANodes
- [Cluster Launcher](https://docs.mayaprotocol.com/node-docs/mayanodes/kubernetes.md): Deploying a MAYANode with Kubernetes
- [Setup - Linode](https://docs.mayaprotocol.com/node-docs/mayanodes/kubernetes/setup-linode.md): Setting up a Kubernetes Cluster with Linode (linode)
- [Setup - Azure](https://docs.mayaprotocol.com/node-docs/mayanodes/kubernetes/setup-azure.md): Setting up a Kubernetes Cluster with Azure (AKS)
- [Setup - Hetzner Bare Metal](https://docs.mayaprotocol.com/node-docs/mayanodes/kubernetes/setup-hetzner-bare-metal.md): Setting up a Kubernetes Cluster with Hetzner Dedicated Servers
- [Setup - Google Cloud](https://docs.mayaprotocol.com/node-docs/mayanodes/kubernetes/setup-google-cloud.md): Setting up a Kubernetes Cluster with GCP (GKE)
- [Setup - HCloud](https://docs.mayaprotocol.com/node-docs/mayanodes/kubernetes/setup-hcloud.md): Setting up a Kubernetes Cluster with Hetzner Cloud (hcloud)
- [Setup - Digital Ocean](https://docs.mayaprotocol.com/node-docs/mayanodes/kubernetes/setup-digital-ocean.md): Setting up a Kubernetes Cluster with Digital Ocean (DO)
- [Setup - AWS](https://docs.mayaprotocol.com/node-docs/mayanodes/kubernetes/setup-aws.md): Setting up a Kubernetes Cluster with AWS
- [Deploying](https://docs.mayaprotocol.com/node-docs/mayanodes/deploying.md): Deploying a MAYANode and its associated services.
- [Joining](https://docs.mayaprotocol.com/node-docs/mayanodes/joining.md): How to join MAYAChain as an Node.
- [Managing](https://docs.mayaprotocol.com/node-docs/mayanodes/managing.md): Accessing Logs, Metrics and more
- [Pooled MAYANodes](https://docs.mayaprotocol.com/node-docs/mayanodes/pooled-mayanodes.md)
- [Alerting](https://docs.mayaprotocol.com/node-docs/mayanodes/alerting.md): Telegram Notification Service
- [Leaving](https://docs.mayaprotocol.com/node-docs/mayanodes/leaving.md): How to leave MAYAChain
- [Emergency Procedures](https://docs.mayaprotocol.com/node-docs/mayanodes/emergency-procedures.md): This page describes how to react in a network-wide emergency (funds-at-risk).
- [CHECKLIST](https://docs.mayaprotocol.com/node-docs/mayanodes/checklist.md): Checklist of items for Node Operators
- [Multi-node Deployment](https://docs.mayaprotocol.com/node-docs/mayanodes/multi-node-deployment.md)
- [Fullnode Installation Guide](https://docs.mayaprotocol.com/node-docs/mayanodes/fullnode-installation-guide.md): Chain ID: mayachain-mainnet-v1 | Current Node Version: v1.124.1
- [Bonding & Unbonding Guide](https://docs.mayaprotocol.com/node-docs/bonding-and-unbonding-guide.md): A guide on how to bond/unbond LP units on MAYAChain using El Dorado Market
- [Bare Metal Node Guides](https://docs.mayaprotocol.com/node-docs/bare-metal-node-guides.md): An overview of guides made for bare metal setups


---

# 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.mayaprotocol.com/node-docs.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.
