> For the complete documentation index, see [llms.txt](https://outdoor.router.works/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://outdoor.router.works/manual.md).

# Manual

- [Hardware Overview](https://outdoor.router.works/manual/hardware-overview.md): Here are the general technical specifications of the router motherboard, 5G modem, antenna, etc.
- [Package](https://outdoor.router.works/manual/hardware-overview/package.md): The default package contents of EZR35-5G router.
- [Physical Interfaces](https://outdoor.router.works/manual/hardware-overview/physical-interfaces.md): Let’s take a closer look at the physical interfaces on the EZR35-5G router.
- [Installation](https://outdoor.router.works/manual/installation.md): Open the enclosure and begin the initial settings.
- [Insert SIM Cards](https://outdoor.router.works/manual/installation/insert-sim-cards.md): The 5G router uses Nano (4FF) SIM card to connect to mobile internet networks.
- [Antennas & Signals](https://outdoor.router.works/manual/installation/antennas-and-signals.md): The EZR35-5G router uses MIMO antennas on both 5G and Wi-Fi connections.
- [PoE Connection](https://outdoor.router.works/manual/installation/poe-connection.md)
- [Mount On A Pole](https://outdoor.router.works/manual/installation/mount-on-a-pole.md): A basic introduction to typical outdoor installation on a vertical pole.
- [Firmware](https://outdoor.router.works/manual/firmware.md): Built on secure architecture and dedicated to 5G modem optimization, the 5G router firmware features a seamless mobile internet connection and root access privileges granted.
- [Connect & Login](https://outdoor.router.works/manual/firmware/connect-and-login.md): Connect to the 5G router via Wi-Fi or Ethernet, then login to the router's admin panel to monitor its performance and configure your custom settings.
- [Dashboard](https://outdoor.router.works/manual/firmware/dashboard.md): The front page provides a quick overview and real-time monitoring of mobile modem status, DHCP leases, and wireless hotspot status.
- [System & Admin](https://outdoor.router.works/manual/firmware/system-and-admin.md): From here, we can configure the basic aspects of the router, such as its hostname, timezone, and login password.
- [Network Interfaces](https://outdoor.router.works/manual/firmware/network-interfaces.md): Network interfaces are logical configurations that dictate how routers interact with different networks.
- [Local Networks](https://outdoor.router.works/manual/firmware/network-interfaces/local-networks.md): Configure the local networks consist of wired LAN Ethernet and wireless Wi-Fi hotspots.
- [Mobile Modem](https://outdoor.router.works/manual/firmware/mobile-modem.md): Configure and monitor the 5G-NR modem's connections and linking parameters.
- [Wi-Fi Hotspots](https://outdoor.router.works/manual/firmware/wi-fi-hotspots.md): A summary and configure options for wireless settings. It allows the management of Wi-Fi SSIDs, encryption, channels, and more.
- [Firmware Operations](https://outdoor.router.works/manual/firmware/firmware-operations.md): Performing the file-level backup, restore, reset, and firmware upgrade on the 5G router.
- [Recovery](https://outdoor.router.works/manual/firmware/recovery.md): Fix the issues on the Internet and wireless networks and rescue the router from misconfigurations.
- [Advanced Settings](https://outdoor.router.works/manual/advanced-settings.md): Explore advanced settings and configurations on the EZR35-5G router.
- [Internet & IP](https://outdoor.router.works/manual/advanced-settings/internet-and-ip.md): Run a first quick Internet access test to check Internet connectivity.
- [Firewall Settings](https://outdoor.router.works/manual/advanced-settings/firewall-settings.md)
- [Remote Access](https://outdoor.router.works/manual/advanced-settings/remote-access.md)
- [Command Sets](https://outdoor.router.works/manual/advanced-settings/command-sets.md): The command-line interface (CLI) is a way of interacting with the router system. You can execute commands to the router system through command lines.
- [Troubleshooting](https://outdoor.router.works/manual/troubleshooting.md): The collection of the common issues and quick guidance.


---

# 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://outdoor.router.works/manual.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.
