> For the complete documentation index, see [llms.txt](https://learn.netmaker.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.netmaker.io/help-articles.md).

# Help Articles

- [SaaS](https://learn.netmaker.io/help-articles/saas.md)
- [Egressing WireGuard Clients](https://learn.netmaker.io/help-articles/egressing-wireguard-clients.md)
- [How to find Server URL or Tenant ID](https://learn.netmaker.io/help-articles/how-to-find-server-url-or-tenant-id.md)
- [How to Close My Account and Cancel My Subscription?](https://learn.netmaker.io/help-articles/how-to-close-my-account-and-cancel-my-subscription.md): Closing your Netmaker account is a straightforward process
- [Differences Between Netmaker On-Prem and SaaS](https://learn.netmaker.io/help-articles/differences-between-netmaker-on-prem-and-saas.md)
- [How to Change Your Device Listen Port](https://learn.netmaker.io/help-articles/how-to-change-your-device-listen-port.md)
- [What is Managed Endpoint and What Can I Use it For?](https://learn.netmaker.io/help-articles/what-is-managed-endpoint-and-what-can-i-use-it-for.md)
- [What is LAN routing?](https://learn.netmaker.io/help-articles/what-is-lan-routing.md)
- [Egress route conflict with local network route](https://learn.netmaker.io/help-articles/egress-route-conflict-with-local-network-route.md)
- [Connection Refused Error Upon Restarting the Netmaker Server](https://learn.netmaker.io/help-articles/connection-refused-error-upon-restarting-the-netmaker-server.md)
- [How can I know when new server updates are available?](https://learn.netmaker.io/help-articles/how-can-i-know-when-new-server-updates-are-available.md)
- [What is a Tenant on SaaS?](https://learn.netmaker.io/help-articles/what-is-a-tenant-on-saas.md)
- [NMCTL with SaaS Tenants](https://learn.netmaker.io/help-articles/nmctl-with-saas-tenants.md)
- [Changing network profile to private on Windows](https://learn.netmaker.io/help-articles/changing-network-profile-to-private-on-windows.md)
- [How to Update Your Payment Method](https://learn.netmaker.io/help-articles/how-to-update-your-payment-method.md)
- [What are Static Devices in Netmaker?](https://learn.netmaker.io/help-articles/what-are-static-devices-in-netmaker.md)
- [Netclient could not work together with Zerotier on Windows](https://learn.netmaker.io/help-articles/netclient-could-not-work-together-with-zerotier-on-windows.md)
- [What Are Default Devices in Netmaker?](https://learn.netmaker.io/help-articles/what-are-default-devices-in-netmaker.md)
- [Can't Reach External Network or Device Via an Egressing External Client](https://learn.netmaker.io/help-articles/cant-reach-external-network-or-device-via-an-egressing-external-client.md)
- [Site-to-Site VPN with Mikrotik router using wg plugin](https://learn.netmaker.io/help-articles/site-to-site-vpn-with-mikrotik-router-using-wg-plugin.md)
- [How to Change Your Login Method in Netmaker: A Step-by-Step Guide](https://learn.netmaker.io/help-articles/how-to-change-your-login-method-in-netmaker-a-step-by-step-guide.md)
- [Integrating VPN Routers and Firewall Appliances into Netmaker](https://learn.netmaker.io/help-articles/integrating-vpn-routers-and-firewall-appliances-into-netmaker.md)
- [How to Add Company and Address Details to Your Invoice in Netmaker](https://learn.netmaker.io/help-articles/how-to-add-company-and-address-details-to-your-invoice-in-netmaker.md)
- [How to Transfer Tenant Ownership for On-Prem and SaaS Tenants](https://learn.netmaker.io/help-articles/how-to-transfer-tenant-ownership-for-on-prem-and-saas-tenants.md)
- [Installing Netclient on a Windows OS with Wireguard dependency.](https://learn.netmaker.io/help-articles/installing-netclient-on-a-windows-os-with-wireguard-dependency..md)
- [The Guide for OPNsense Integration Doesn't Work](https://learn.netmaker.io/help-articles/the-guide-for-opnsense-integration-doesnt-work.md)
- [How to add billing address on my invoice?](https://learn.netmaker.io/help-articles/how-to-add-billing-address-on-my-invoice.md)
- [Netclient Throwing 'Segmentation Errors' on Linux](https://learn.netmaker.io/help-articles/netclient-throwing-segmentation-errors-on-linux.md)
- [Making OpenWRT Successfully Integrate with the Netmaker Network](https://learn.netmaker.io/help-articles/making-openwrt-successfully-integrate-with-the-netmaker-network.md)
- [Setup and Install Docker Netclient on OpenWRT](https://learn.netmaker.io/help-articles/setup-and-install-docker-netclient-on-openwrt.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://learn.netmaker.io/help-articles.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.
