# Nodes

- [Implementations](https://docs.filecoin.io/nodes/implementations.md): Nodes are participants that contribute to the network’s operation and maintain its integrity. There are two major node implementations running on the Filecoin network today, with more in the works.
- [Lotus](https://docs.filecoin.io/nodes/implementations/lotus.md): Lotus is a full-featured implementation of the Filecoin network, including the storage, retrieval, and mining functionalities. It is the reference implementation of the Filecoin protocol.
- [Venus](https://docs.filecoin.io/nodes/implementations/venus.md): Venus is an open-source implementation of the Filecoin network, developed by the blockchain company IPFSForce. Venus is built in Go and is designed to be fast, efficient, and scalable.
- [Full-nodes](https://docs.filecoin.io/nodes/full-nodes.md): This section contain information on how to spin up a full Filecoin node using Lotus, and options for using remote nodes.
- [Pre-requisites](https://docs.filecoin.io/nodes/full-nodes/pre-requisites.md): This page provide details on Lotus installation prerequisites and supported platforms.
- [Basic setup](https://docs.filecoin.io/nodes/full-nodes/basic-setup.md): This page gives a very basic overview of how to install Lotus on your computer.
- [Node providers](https://docs.filecoin.io/nodes/full-nodes/node-providers.md): A node providers, sometimes specifically called a remote node providers, are services that offers access to remote nodes on the Filecoin network.
- [Lite-nodes](https://docs.filecoin.io/nodes/lite-nodes.md): This section covers what lite-nodes are, and how developers can use them to interact with the Filecoin network.
- [Spin up a lite-node](https://docs.filecoin.io/nodes/lite-nodes/spin-up-a-lite-node.md): Lite-nodes are a simplified node option that allows developers to perform lightweight tasks on a local node. This page covers how to spin up a lite node on your local machine.


---

# 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.filecoin.io/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.
