# Guides

- [Homey Cloud](https://apps.developer.homey.app/guides/homey-cloud.md): Everything you need to know to make your apps compatible with Homey Cloud.
- [Breaking Changes](https://apps.developer.homey.app/guides/how-to-breaking-changes.md): This guide gives hints and guidance in the case that you need to make a change to your app that might break functionality for current users.
- [Tools](https://apps.developer.homey.app/guides/tools.md): In this section we have some recommendations for tools that can make your development easier. Some of these are specific to Homey but others help you develop high quality JavaScript applications.
- [Bluetooth LE](https://apps.developer.homey.app/guides/tools/bluetooth.md): We have created the BLE Developer Tool to support you in the creation of Bluetooth Low Energy apps. This tool makes it easy to explore the functionality of a device without having to write code.
- [Zigbee](https://apps.developer.homey.app/guides/tools/zigbee.md): To support developers in creating drivers for Zigbee devices the Zigbee Developer Tools have been created. This page will explain the functionality of the Zigbee Developer Tools.
- [TypeScript](https://apps.developer.homey.app/guides/tools/typescript.md): TypeScript allows you to catch bugs in your JavaScript code without having to run your Homey Apps. The Homey CLI makes it easy to get started developing Homey Apps with TypeScript.
- [Using ESM in Homey Apps](https://apps.developer.homey.app/guides/using-esm-in-homey-apps.md)
- [Hardware Discount](https://apps.developer.homey.app/guides/hardware-discount.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://apps.developer.homey.app/guides.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.
