> For the complete documentation index, see [llms.txt](https://docs.solarvis.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solarvis.co/documentation/de/configuration/materials-page/material-details-modal.md).

# Materialdetails-Modal

{% embed url="<https://app.arcade.software/share/O8dMwr8pym4wYpqRUA81?language=de>" %}

## Was Sie im Materialdetails-Modal sehen <a href="#what-you-see-in-the-material-details-modal" id="what-you-see-in-the-material-details-modal"></a>

Der Inhalt des Materialdetails-Modals kann je nach **Materialkategorie** und den **verfügbaren Daten** für dieses Produkt variieren.

Gemeinsame Elemente sind:

* **Produktbild** zur visuellen Identifikation
* **Modellnummer** und **Hersteller**-Informationen
* Ein Link zum **Herunterladen des Datenblatts** (falls verfügbar)

### Funktionsweise <a href="#how-it-works" id="how-it-works"></a>

Wenn Sie auf ein beliebiges Material in der Liste **Alle Materialien** oder **Aktive Materialien** klicken, öffnet sich auf der rechten Seite des Bildschirms ein **Materialdetails-Modal**.

## Dynamische Spezifikationsbereiche <a href="#dynamic-specification-sections" id="dynamic-specification-sections"></a>

Technische Informationen werden in Bereichen oder Tabs angezeigt, die sich je nach Materialtyp ändern. Nicht alle Materialien zeigen die gleichen Felder an.

Beispiele sind:

* **Panel, Batterie**: Elektrisch, Mechanisch, Temperatur
* **Wärmepumpe:** Leistung, Geräusch/Konstruktion, Heizleistungs-Tabelle
* **Inverter**: Eingang/Ausgang, Mechanisch, Temperatur
* **Montage**: Technische Parameter (z. B. Typ, Neigungswinkel, Region)
* **Kabel**: Technische Parameter (z. B. Typ, Region, Garantie)
* **EV-Ladung:** Technische Parameter (z. B. Typ, Leistung, Region)

Es werden nur relevante Spezifikationsgruppen angezeigt, um die Benutzeroberfläche übersichtlich und leicht lesbar zu halten.

## Übersicht Materialdetails-Modal <a href="#material-details-modal-overview" id="material-details-modal-overview"></a>

Das Modal enthält folgende Informationen:

* **Produktbild** zur schnellen visuellen Identifikation
* **Modellnummer** und **Hersteller**-Details
* Einen direkten Link zum **Herunterladen des Datenblatts** (falls verfügbar)
* Technische Spezifikationen, gruppiert in Tabs wie:
  * **Elektrisch** (z. B. Leistung, Spannung, Stromwerte)
  * **Mechanisch** (z. B. Abmessungen, Gewicht)
  * **Temperatur** (z. B. Temperaturkoeffizienten)
  * **Technische Parameter** (z. B. Typ, Region)

{% hint style="info" %}
Es werden nur relevante Spezifikations-Tabs angezeigt, um eine übersichtliche Benutzeroberfläche zu gewährleisten und unnötige Informationsüberflutung zu vermeiden.
{% endhint %}

Dieses Layout ermöglicht es Ihnen, Material-Spezifikationen schnell zu überprüfen, zu vergleichen und zu validieren, ohne die Materialseite zu verlassen. Sie können das Modal jederzeit schließen und weiterhin Materialien durchsuchen oder verwalten.

***

## Verwandte Seiten <a href="#related-articles" id="related-articles"></a>

* [Alle Materialien Seite](/documentation/de/configuration/materials-page/all-materials.md)
* [Aktive Materialien Seite](/documentation/de/configuration/materials-page/active-materials.md)

[Kontaktieren Sie uns gerne](https://www.solarvis.co/de/company/contact), wenn Sie weitere Unterstützung benötigen.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.solarvis.co/documentation/de/configuration/materials-page/material-details-modal.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
