# DEVELOPER RESOURCES

- [SDK API](https://tip-1.gitbook.io/openwifi/developer-resources/api.md): OpenWiFi 2.0 SDK
- [OpenAPI Definitions](https://tip-1.gitbook.io/openwifi/developer-resources/api/openapi-definitions.md): OpenWiFi 2.0 SDK
- [Security Service](https://tip-1.gitbook.io/openwifi/developer-resources/api/security-service.md)
- [Gateway Service](https://tip-1.gitbook.io/openwifi/developer-resources/api/gateway-service.md)
- [Firmware Management Service](https://tip-1.gitbook.io/openwifi/developer-resources/api/firmware-management-service.md)
- [Provisioning Service](https://tip-1.gitbook.io/openwifi/developer-resources/api/provisioning-service.md)
- [Analytics Service](https://tip-1.gitbook.io/openwifi/developer-resources/api/analytics-service.md)
- [Radio Resource Management Service](https://tip-1.gitbook.io/openwifi/developer-resources/api/radio-resource-management-service.md)
- [Postman Collection](https://tip-1.gitbook.io/openwifi/developer-resources/api/postman-collection.md)
- [SDK KAFKA](https://tip-1.gitbook.io/openwifi/developer-resources/sdk-kafka.md)
- [Connection](https://tip-1.gitbook.io/openwifi/developer-resources/sdk-kafka/connection.md)
- [Device Event Queue](https://tip-1.gitbook.io/openwifi/developer-resources/sdk-kafka/device-event-queue.md)
- [Device Telemetry](https://tip-1.gitbook.io/openwifi/developer-resources/sdk-kafka/device-telemetry.md)
- [Healthcheck](https://tip-1.gitbook.io/openwifi/developer-resources/sdk-kafka/healthcheck.md)
- [Provisioning Change](https://tip-1.gitbook.io/openwifi/developer-resources/sdk-kafka/provisioning-change.md)
- [Service Events](https://tip-1.gitbook.io/openwifi/developer-resources/sdk-kafka/service-events.md)
- [State](https://tip-1.gitbook.io/openwifi/developer-resources/sdk-kafka/state.md)
- [WiFi Scan](https://tip-1.gitbook.io/openwifi/developer-resources/sdk-kafka/wifi-scan.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://tip-1.gitbook.io/openwifi/developer-resources.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.
