# Custom Views

Most drivers will suffice using the provided templates. In certain cases you may want, or need, to create pairing screens that are more suited to your driver. For these cases it is possible to create custom pairing views, to learn more read the [custom pairing view guide](/advanced/custom-views/custom-pairing-views.md).

### Learn how to create custom pairing views

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

### Learn how to style custom pairing views

The Homey Style Library is the key to a consistent user experience across all Homey Apps. We recommend to use this library above custom styling.

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


---

# 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/the-basics/devices/pairing/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.
