> For the complete documentation index, see [llms.txt](https://apps.developer.homey.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apps.developer.homey.app/advanced/custom-views.md).

# Custom Views

Homey Apps can have custom views, these are regular web pages (HTML/CSS/JS) that will be shown to the users of your app. These pages will have access to a global `Homey` api that they can use to communicate with Homey and your app.

There are three types of custom views available for Homey Apps:

{% content-ref url="/pages/-MWORiDwURDrP3t0v7ay" %}
[App Settings](/advanced/custom-views/app-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYtLHyrt9YP8RPcKPCu" %}
[Custom Pairing Views](/advanced/custom-views/custom-pairing-views.md)
{% endcontent-ref %}

{% content-ref url="/pages/XyArR9HsPghISLXQ4wdP" %}
[Widgets](/the-basics/widgets.md)
{% endcontent-ref %}

### Style library

{% content-ref url="/pages/jcx6OKtRnkMWjOp0UaEH" %}
[HTML & CSS Styling](/advanced/custom-views/html-and-css-styling.md)
{% endcontent-ref %}


---

# 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:

```
GET https://apps.developer.homey.app/advanced/custom-views.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.
