# FAQ

## My inverter model is not supported, can you add it to the app?

In many cases, an inverter cannot be supported in this app because the manufacturer does not support custom integrations. If you think this is not the case for your inverter model, please [create an issue on GitHub](https://github.com/DiedB/Homey-SolarPanels/issues), but first check whether a similar issue has not been raised in the past.

## I need help with pairing my inverter, but it is not listed here?

I started building documentation for this app years after initially releasing it, and often cannot reproduce pairing steps because I do not own these inverters myself. If you want to help in extending the documentation for this app, please [create an issue on GitHub](https://github.com/DiedB/Homey-SolarPanels/issues).

## I followed the steps but I am getting an error

Please [create an issue on GitHub](https://github.com/DiedB/Homey-SolarPanels/issues), but first check whether a similar issue has not been raised in the past.


---

# 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://diederik.gitbook.io/homey-solar-panels-app/faq.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.
