> For the complete documentation index, see [llms.txt](https://dev.solid-run.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.solid-run.com/solidsense/solidsense-software/application-development.md).

# Application Development

* [Controlling and accessing the modem and GPS](/solidsense/solidsense-software/application-development/controlling-and-accessing-the-modem-and-gps.md)
* [List of SolidSense software repository](/solidsense/solidsense-software/application-development/list-of-solidsense-software-repository.md)
* [Running Microsoft Azure IoT Edge agent on SolidSense systems](/solidsense/solidsense-software/application-development/running-microsoft-azure-iot-edge-agent-on-solidsense-systems.md)
* [SolidSense MQTT gateway](/solidsense/solidsense-software/application-development/solidsense-mqtt-gateway.md)
* [SolidSense OEM software image](/solidsense/solidsense-software/application-development/solidsense-oem-software-image.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:

```
GET https://dev.solid-run.com/solidsense/solidsense-software/application-development.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.
