> 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/pl/configuration/materials-page/material-details-modal.md).

# Szczegóły materiału – okno modalne

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

## Co widać w modalu Szczegółów Materiału <a href="#what-you-see-in-the-material-details-modal" id="what-you-see-in-the-material-details-modal"></a>

Zawartość modalu Szczegółów Materiału może się różnić w zależności od **kategorii materiału** oraz **dostępnych danych** dla danego produktu.

Typowe elementy to:

* **Obraz produktu** dla wizualnej identyfikacji
* Informacje o **numerze modelu** i **producencie**
* Link do **pobrania karty katalogowej** (jeśli dostępna)

### Jak to działa <a href="#how-it-works" id="how-it-works"></a>

Po kliknięciu dowolnego materiału na liście **Wszystkie Materiały** lub **Aktywne Materiały**, po prawej stronie ekranu otwiera się **Modal Szczegółów Materiału**.

## Dynamiczne sekcje specyfikacji <a href="#dynamic-specification-sections" id="dynamic-specification-sections"></a>

Informacje techniczne są wyświetlane w sekcjach lub zakładkach, które zmieniają się w zależności od typu materiału. Nie wszystkie materiały pokazują te same pola.

Przykłady obejmują:

* **Panel, Bateria**: Elektryczne, Mechaniczne, Temperaturowe
* **Pompa ciepła:** Wydajność, Dźwięk/Konstrukcja, Tabela wydajności grzewczej
* **Inverter**: Wejście/Wyjście, Mechaniczne, Temperaturowe
* **Montaż**: Parametry techniczne (np. typ, kąt nachylenia, region)
* **Kable**: Parametry techniczne (np. typ, region, gwarancja)
* **Ładowanie EV:** Parametry techniczne (np. typ, moc, region)

Wyświetlane są tylko odpowiednie grupy specyfikacji, aby interfejs był przejrzysty i czytelny.

## Przegląd modalu Szczegółów Materiału <a href="#material-details-modal-overview" id="material-details-modal-overview"></a>

Modal zawiera następujące informacje:

* **Obraz produktu** dla szybkiej identyfikacji wizualnej
* Szczegóły dotyczące **numeru modelu** i **producenta**
* Bezpośredni link do **pobrania karty katalogowej** (jeśli dostępna)
* Specyfikacje techniczne pogrupowane w zakładki, takie jak:
  * **Elektryczne** (np. moc, napięcie, wartości prądu)
  * **Mechaniczne** (np. wymiary, waga)
  * **Temperaturowe** (np. współczynniki temperaturowe)
  * **Parametry techniczne** (np. typ, region)

{% hint style="info" %}
Wyświetlane są tylko odpowiednie zakładki specyfikacji, co zapewnia przejrzysty interfejs i zapobiega przeciążeniu zbędnymi informacjami.
{% endhint %}

Ten układ pozwala szybko przeglądać, porównywać i weryfikować specyfikacje materiałów bez opuszczania strony materiałów. Modal można zamknąć w dowolnym momencie i kontynuować przeglądanie lub zarządzanie materiałami.

***

## Powiązane strony <a href="#related-articles" id="related-articles"></a>

* [Strona Wszystkie Materiały](/documentation/pl/configuration/materials-page/all-materials.md)
* [Strona Aktywne Materiały](/documentation/pl/configuration/materials-page/active-materials.md)

[Skontaktuj się z nami](https://www.solarvis.co/en/company/contact), jeśli potrzebujesz dalszej pomocy.


---

# 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/pl/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.
