# Full Node

A FidesInnova full node consists of three servers: an **IoT server**, a **general node**, and a **validator node**.&#x20;

The IoT server manages devices and users, the general node bridges the IoT server to the decentralized IoT network, and the validator node generates blocks and helps manage the decentralized network.\
\
To install an **IoT server**, please read the readme file on our GitHub:

[https://github.com/FidesInnova/iot-server<br>](https://github.com/FidesInnova/iot-server)\
To install a general node or a validator node, please read the readme file on our GitHub:

<https://github.com/FidesInnova/evm-server>


---

# 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://fidesinnova.gitbook.io/docs/full-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.
