# 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: 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://homey-developer-tools.gitbook.io/docs-en/readme.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.
