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

# Node Operators&#x20;

- [How to Register / Sign-up](https://docs.goplugin.co/node-operators/how-to-register-sign-up.md)
- [How to enable 2FA](https://docs.goplugin.co/node-operators/how-to-enable-2fa.md)
- [How to update profile](https://docs.goplugin.co/node-operators/how-to-update-profile.md)
- [How to add XDC Wallet Address](https://docs.goplugin.co/node-operators/how-to-add-xdc-wallet-address.md)
- [How to Navigate Dashboards](https://docs.goplugin.co/node-operators/how-to-navigate-dashboards.md)
- [How to submit Node Details](https://docs.goplugin.co/node-operators/how-to-submit-node-details.md)
- [How to stake PLI token for Plugin Node](https://docs.goplugin.co/node-operators/how-to-stake-pli-token-for-plugin-node.md)
- [How to add Job to your node](https://docs.goplugin.co/node-operators/how-to-add-job-to-your-node.md)
- [View the node details](https://docs.goplugin.co/node-operators/view-the-node-details.md)
- [De-Activate / Re-activate my nodes](https://docs.goplugin.co/node-operators/de-activate-re-activate-my-nodes.md)
- [Withdraw staked PLI](https://docs.goplugin.co/node-operators/withdraw-staked-pli.md)
- [Withdraw PLI from Plugin Node](https://docs.goplugin.co/node-operators/withdraw-pli-from-plugin-node.md)
- [Withdraw PLI from contract](https://docs.goplugin.co/node-operators/withdraw-pli-from-contract.md)
- [How to add more stake in Node?](https://docs.goplugin.co/node-operators/how-to-add-more-stake-in-node.md): This document explains, how to add more staking on your existing node which is approved and staked the minimum amount of 2000 PLI
- [How to Migrate my Plugin Node to New Server?](https://docs.goplugin.co/node-operators/how-to-migrate-my-plugin-node-to-new-server.md)
- [How to Un-Stake the node.](https://docs.goplugin.co/node-operators/how-to-un-stake-the-node..md)
- [How a Reputation is calculated?](https://docs.goplugin.co/node-operators/how-a-reputation-is-calculated.md)
- [Node Maintenance Instructions for node operators](https://docs.goplugin.co/node-operators/node-maintenance-instructions-for-node-operators.md)


---

# 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.goplugin.co/node-operators.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.
