# Networking

- [Network Stack](https://docs.ergo.services/networking/network-stack.md): Understanding the network stack for distributed communication
- [Service Discovering](https://docs.ergo.services/networking/service-discovering.md): How nodes find each other and establish connections
- [Network Transparency](https://docs.ergo.services/networking/network-transparency.md): Making distributed communication feel local
- [Static Routes](https://docs.ergo.services/networking/static-routes.md): Controlling outgoing connections with static routing
- [Behind the NAT](https://docs.ergo.services/networking/behind-the-nat.md): Running nodes behind NAT or load balancers
- [Mutual TLS](https://docs.ergo.services/networking/mutual-tls.md): Mutual TLS authentication between nodes
- [Remote Spawn Process](https://docs.ergo.services/networking/remote-spawn-process.md): Spawning processes on remote nodes
- [Remote Start Application](https://docs.ergo.services/networking/remote-start-application.md): Starting applications on remote nodes


---

# 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.ergo.services/networking.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.
