# Network

MNX built-in networking offers each container one or more network interfaces, so each container has a full IP stack and is a full peer on the network, making network management easy. Additionally, MNX provides the ability to create and manage:

* [Firewall rules](/network/firewall.md)
* [VLANs](/network/triton-networking-and-fabric-user-guide.md#vlans)
* [IPv4 networks](/network/triton-networking-and-fabric-user-guide.md#ip-networks)
* [Internet gateways](/network/triton-networking-and-fabric-user-guide.md#internet-gateways)
* DNS

To learn more about networking on MNX, [read the FAQs](/network/frequently-asked-questions.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.mnx.io/network.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.
