# Installation

1. Open the [App Insights for Developers page](https://homey.app/a/codes.lucasvdh.developer-tools) on the Homey App Store.
2. Press **Install** and confirm on your Homey.
3. Once installed, open the app's **Configure App** screen.
4. Enter a Personal Access Token - see [Getting your Personal Access Token](/docs-en/getting-started/authorisation.md) for the step-by-step.
5. Add your published apps as devices: open Homey → **Add device** → **App Insights for Developers** → **Homey App**. Your apps appear automatically; pick the ones you want to track.

Polling frequency defaults to 15 minutes and can be adjusted in the app's settings.

## Requirements

* A Homey Pro on firmware 5.0 or higher.
* At least one app published on the Homey App Store under your Athom developer account.
* A Personal Access Token from that account (see the next page).


---

# 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/getting-started/installation.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.
