> For the complete documentation index, see [llms.txt](https://homey-developer-tools.gitbook.io/docs-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://homey-developer-tools.gitbook.io/docs-en/readme.md).

# App Insights for Developers

App Insights for Developers is a Homey app that lets you track the apps you publish on the Homey App Store directly from your Homey. Each app becomes a virtual device with live statistics - installs, versions, build state and crashes - which you can use as triggers, conditions and tokens in flows.

Typical things you can build:

* A notification on your phone the moment a new live version of your app is released.
* A push alert when a test review fails.
* A daily summary of total installs across all your apps.
* A counter that updates when crashes go up.

This is an independent community app. It is not affiliated with or endorsed by Athom.

## Links

* [Install on the Homey App Store](https://homey.app/a/codes.lucasvdh.developer-tools)
* [Source code on GitHub](https://github.com/lucasvdh/codes.lucasvdh.developer-tools)
* [Report an issue](https://github.com/lucasvdh/codes.lucasvdh.developer-tools/issues)

## Getting started

1. [Install the app](/docs-en/getting-started/installation.md) on your Homey.
2. [Get a Personal Access Token](/docs-en/getting-started/authorisation.md) from your Athom developer account and enter it in the app's settings.
3. Add your published apps as devices through the pairing flow.
4. Build flows using the new triggers and tokens - see [Features](/docs-en/reference/features.md) for the full list.


---

# 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, and the optional `goal` query parameter:

```
GET https://homey-developer-tools.gitbook.io/docs-en/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
