# Nodes

A node represents an instance of the blockchain network that participates in the Network and maintains a copy of the distributed ledger. It can be a peer node, endorsing node, orderer node, or a combination of these roles. Nodes execute smart contracts, validate transactions, and store the ledger, contributing to the decentralized and fault-tolerant nature of the network.

Learn more

{% content-ref url="/pages/YDvoRlPB9oI363A1Oyw0" %}
[Nodes](/products-overview/private-network/networks/nodes.md)
{% endcontent-ref %}

### Node listing:

To access all the Nodes in a Network, navigate to that Network and select Nodes in the side menu.

<figure><img src="/files/8Dns0NSwFCKNHo62PIVw" alt=""><figcaption></figcaption></figure>


---

# 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.spydra.app/how-to/private-network/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.
