# Managing a Node

This guide covers the key operations available to Node owners and rebalancers. The following sections detail each management operation, security constraints, and best practices.

### Topics & Guides

* [Adding & Removing Components](/nashpoint/managing-a-node/adding-and-removing-components.md)
* [Updating Component Allocations](/nashpoint/managing-a-node/updating-component-allocations.md)
* [Rebalancing Window & Cooldown ](/nashpoint/managing-a-node/rebalance-window-and-cooldown.md)
* [Rebalancing a Node](/nashpoint/managing-a-node/rebalancing-a-node.md)
* [Managing Rebalancers](/nashpoint/managing-a-node/managing-rebalancers.md)
* [Processing User Redemptions](/nashpoint/managing-a-node/processing-user-redemptions.md)
* [Reserve Management](/nashpoint/managing-a-node/reserve-management.md)&#x20;
* [Fees Configuration](/nashpoint/user-documentation/management-and-execution-fees.md)
* [Maximum Deposit Limits](/nashpoint/managing-a-node/max-deposit-limits.md)
* [Operator Permissions](/nashpoint/managing-a-node/operator-permissions.md)
* [Emergency Controls (rescue tokens)](/nashpoint/managing-a-node/emergency-controls.md)


---

# 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://nashpoint.gitbook.io/nashpoint/managing-a-node.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.
