# Developer Guide

- [Development Environment](https://engine.place.technology/developer-guide/getting-started.md)
- [Building Drivers](https://engine.place.technology/developer-guide/drivers.md)
- [Discovery and Metadata](https://engine.place.technology/developer-guide/drivers/metadata.md)
- [State](https://engine.place.technology/developer-guide/drivers/state.md)
- [Scheduling Actions](https://engine.place.technology/developer-guide/drivers/scheduling.md)
- [Response Tokenisation](https://engine.place.technology/developer-guide/drivers/response-tokenisation.md)
- [Device Drivers](https://engine.place.technology/developer-guide/drivers/device.md)
- [SSH Drivers](https://engine.place.technology/developer-guide/drivers/ssh.md)
- [Service Drivers](https://engine.place.technology/developer-guide/drivers/service.md)
- [Logic Drivers](https://engine.place.technology/developer-guide/drivers/logic.md)
- [Testing](https://engine.place.technology/developer-guide/drivers/testing.md)
- [Live Monitoring](https://engine.place.technology/developer-guide/drivers/debugging.md)
- [Logging](https://engine.place.technology/developer-guide/drivers/logging.md)
- [Security](https://engine.place.technology/developer-guide/drivers/security.md)
- [Utilities and Helpers](https://engine.place.technology/developer-guide/drivers/utilities-and-helpers.md)
- [User Interfaces](https://engine.place.technology/developer-guide/user-interfaces.md)
- [Composer](https://engine.place.technology/developer-guide/user-interfaces/composer.md)
- [Virtual Systems](https://engine.place.technology/developer-guide/user-interfaces/virtual-systems.md)
- [Widgets](https://engine.place.technology/developer-guide/user-interfaces/widgets.md)
- [Settings.json](https://engine.place.technology/developer-guide/user-interfaces/settings-json.md): Configure certain aspects of the existing front-ends without the need for a recompile.


---

# 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://engine.place.technology/developer-guide.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.
