# Networks

A Network is a group of nodes (or servers) that work together to establish consensus on a shared ledger or database. A blockchain network comprises multiple nodes that are connected and communicate with each other through a peer-to-peer network to validate and verify transactions on the network.

These nodes can be owned and operated by different Organizations which are part of the Network, which allows them to collaborate on a shared application without needing to fully trust each other.

Learn how to [Create a Network](/how-to/private-network/networks/create-a-network.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://docs.spydra.app/products-overview/private-network/networks.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.
