# Core Concepts

- [Mesh Network (dMeshVPN)](https://docs.masqbrowser.com/masq/core-concepts/masq-network-dynamics.md): How does MASQ Network actually operate?
- [MASQ Neighborhoods](https://docs.masqbrowser.com/masq/core-concepts/neighborhoods.md)
- [MASQ "Suburbs"](https://docs.masqbrowser.com/masq/core-concepts/neighborhoods/masq-suburbs.md)
- [Gossip Protocol](https://docs.masqbrowser.com/masq/core-concepts/gossip-protocol.md)
- [CORES Packages](https://docs.masqbrowser.com/masq/core-concepts/cores-packages.md)
- [Life of a CORES Package](https://docs.masqbrowser.com/masq/core-concepts/cores-packages/life-of-a-cores-package.md)
- [Encryption Methods](https://docs.masqbrowser.com/masq/core-concepts/encryption-methods-explained.md): Currently MASQ operates at the Untraceable level, which currently incorporates network routing concepts and some similar dynamics from VPN and Tor technology, without reliance on those services
- [Clandestine Routing](https://docs.masqbrowser.com/masq/core-concepts/clandestine-routing.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.masqbrowser.com/masq/core-concepts.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.
