# Onomondo Docs

## Public Documentation

- [API Reference](https://docs.onomondo.com/readme.md): Onomondo provides an HTTP RESTful Application Programming Interface (API) for easy programmatic management of the different features.
- [SIMs](https://docs.onomondo.com/readme/sims.md)
- [Network Lists](https://docs.onomondo.com/readme/network-whitelists.md)
- [Connectors](https://docs.onomondo.com/readme/connectors.md)
- [Usage](https://docs.onomondo.com/readme/usage.md)
- [Tags](https://docs.onomondo.com/readme/tags.md)
- [Network Logs](https://docs.onomondo.com/readme/network-logs.md)
- [SMS](https://docs.onomondo.com/readme/sms.md)
- [Messages](https://docs.onomondo.com/readme/messages.md)
- [Error Logs](https://docs.onomondo.com/readme/error-logs.md)
- [Webhooks](https://docs.onomondo.com/readme/webhooks.md)
- [Webhooks Reference](https://docs.onomondo.com/webhooks-reference.md): Lets you subscribe to certain events regarding SIMs and process the event notifications through an integration or app.
- [IP Ranges](https://docs.onomondo.com/ip-ranges.md): Onomondo will send Webhooks and device traffic through a limited set of public IPs. For firewall configuration(s) we document the used subnets.
- [OpenVPN](https://docs.onomondo.com/openvpn.md)
- [Traffic Monitor CLI](https://docs.onomondo.com/traffic-monitor-cli.md): Capture all traffic between a device and the network, seen from the network's perspective. Output to a pcap file, or pipe to another tool that can read pcap files (like Wireshark).


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.onomondo.com/readme.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.
