# Nodes

- [Rating](https://docs.onefinity.network/technology/run-a-onefinity-node/nodes/rating.md)
- [Redundancy Setup](https://docs.onefinity.network/technology/run-a-onefinity-node/nodes/redundancy-setup.md)
- [Configuration files](https://docs.onefinity.network/technology/run-a-onefinity-node/nodes/configuration-files.md)
- [Operation modes](https://docs.onefinity.network/technology/run-a-onefinity-node/nodes/operation-modes.md)
- [Node Databases](https://docs.onefinity.network/technology/run-a-onefinity-node/nodes/node-databases.md): This page will describe the databases used by the Node. These are simple key-value storage units that will hold different types of data, as described below.
- [Import Database](https://docs.onefinity.network/technology/run-a-onefinity-node/nodes/import-database.md): This page will guide you through the process of starting a node in import-db mode, allowing the reprocessing of older transactions.
- [Node CLI](https://docs.onefinity.network/technology/run-a-onefinity-node/nodes/node-cli.md): This page will guide you through the CLI fields available for the node and other tools from the mx-chain-go repository.


---

# 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.onefinity.network/technology/run-a-onefinity-node/nodes.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.
