> For the complete documentation index, see [llms.txt](https://docs.masqbrowser.com/masq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.masqbrowser.com/masq/core-concepts/masq-network-dynamics.md).

# Mesh Network (dMeshVPN)

The MASQ Network is a decentralized mesh network Virtual Private Network (dMeshVPN) made up of nodes and groups of nodes called ['neighborhoods.](/masq/core-concepts/neighborhoods.md)'

In simple terms, a user runs MASQ Node software and their requests for content online are packaged into [CORES Packages](/masq/core-concepts/cores-packages.md) of data, and these are routed across other nodes in the network.

By using several node 'hops', the content request is retrieved from locations where it is available to other nodes. Additionally the packages are not able to be checked to see where the data started from, or where the end destination is if it is intercepted or snooped by other parties.

The data being routed between nodes is encrypted and only the nodes on the route can handle its next hop on the journey.

With further development, the node hops will increase in number and the CORES packages will be 'masqueraded' as commonplace data types, so even with further inspection from ISPs or other entities, it will **not reveal** that a user is using MASQ Node software - this is called [clandestine routing](/masq/core-concepts/clandestine-routing.md) and is the ultimate goal of the network dynamics part of the project vision.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.masqbrowser.com/masq/core-concepts/masq-network-dynamics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
