> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/installation/nbp_topics.md).

# Network best practices

- [Introduction](https://docs.rmhpos.com/installation/nbp_topics/nbp-introduction.md)
- [Deployment options](https://docs.rmhpos.com/installation/nbp_topics/nbp-network-rmh-deployment-options.md): This topic describes network deployment options for stores and RMH apps. Deployment is also known as implementation.
- [Configure the network](https://docs.rmhpos.com/installation/nbp_topics/nbp-network-configuring.md): This topic describes one method for configuring the store's network.
- [Secure and isolate the network](https://docs.rmhpos.com/installation/nbp_topics/nbp-network-securing-and-isolating.md)
- [Create a subnet for RMH](https://docs.rmhpos.com/installation/nbp_topics/nbp-network-securing-and-isolating/nbp-network-create-rmh-subnet.md): This topic describes how to create a subnet for RMH.
- [Disable DHCP](https://docs.rmhpos.com/installation/nbp_topics/nbp-network-securing-and-isolating/nbp-network-disable-dhcp.md): This topic describes how to disable DHCP to prevent the router from automatically assigning IP addresses to devices that connect to the RMH network.
- [Assign a static IP address](https://docs.rmhpos.com/installation/nbp_topics/nbp-network-securing-and-isolating/nbp-network-assign-static-ip.md): This topic describes how to assign a static IP address to all store computers and peripheral devices that need to access the RMH network.
- [Implement an internet failover solution](https://docs.rmhpos.com/installation/nbp_topics/nbp-network-internet-failover.md): This topic describes best practices for implementing an internet failover solution so the store can continue to process electronic payments if the store loses its internet connection.
- [Conclusion and example](https://docs.rmhpos.com/installation/nbp_topics/nbp-conclusion.md)


---

# 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.rmhpos.com/installation/nbp_topics.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.
