> For the complete documentation index, see [llms.txt](https://docs.openspaces.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openspaces.design/german/readme-1/advanced/setting-up-model-info.md).

# Einrichtung von Modellinformationen

**Was Sie lernen werden**

* So aktivieren und konfigurieren Sie den Block „Modellinformationen“ auf Ihren Produktseiten
* So erstellen Sie Metafelder für Modellfoto und Spezifikationen
* So weisen Sie Modellinformationen einzelnen Produkten in Ihrem Shopify-Admin zu

> 💡 Tipp: Modellinformationen werden standardmäßig in den meisten OpenSpaces-Themes nur in der Desktop-Ansicht angezeigt.

### 🧩 Schritt 1 – Block „Modellinfo“ aktivieren

1. Gehen Sie in Ihrem Shopify-Admin zu `Onlineshop` > `Themes`, klicken Sie dann **Passen Sie** auf Ihr aktuelles Theme.
2. Überprüfen Sie auf der Produktseite, ob der **Modellinformationen** Block unter dem Produktbereich vorhanden ist.

### ⚙️ Schritt 2 – Modell-Metafelder hinzufügen

1. Gehen Sie zu `Einstellungen` > `Benutzerdefinierte Daten` > **Produkte**.
2. Klicken Sie **Definition hinzufügen** um ein neues Metafeld zu erstellen.
   * **Name**: `Modellbild`
   * **Namespace und Schlüssel**: `custom.model_image`
   * **Typ**: `Datei`
   * Klicken Sie **Speichern**
3.

```
<figure><img src="../.gitbook/assets/Screenshot 2025-04-10 at 9.55.53 PM.png" alt=""><figcaption></figcaption></figure>
```

3. Klicken Sie **Definition hinzufügen** nochmal und wiederholen Sie dies für die Spezifikationen:
   * **Name**: `Modellspezifikation 1`
     * Schlüssel: `custom.model_spec_1`
     * Typ: `Einzeiliger Text`
   * **Name**: `Modellspezifikation 2`
     * Schlüssel: `custom.model_spec_2`
     * Typ: `Einzeiliger Text`
   * **Name**: `Modellspezifikation 3`
     * Schlüssel: `custom.model_spec_3`
     * Typ: `Einzeiliger Text`

> 💡 Tipp\
> Sie können „Modellspezifikation 1“ usw. in den Beschriftungen Ihres Theme-Editors umbenennen, aber behalten Sie die Schlüssel genau so bei wie gezeigt.

### 🧾 Schritt 3 – Modellinformationen zu einem Produkt hinzufügen

1. Gehen Sie zu `Produkte` in Ihrem Shopify-Admin und öffnen Sie ein beliebiges Produkt.
2. Scrollen Sie nach unten zum **Metafelder** Bereich und füllen Sie aus:
   * Das Modellbild
   * Höhen- oder Größenangaben in Spezifikation 1–3
3. Klicken Sie **Speichern**.

### 👀 Schritt 4 – Anzeige im Storefront

Wenn ein Kunde das Produkt ansieht, sollten die Modellinformationen jetzt visuell neben dem Produktbild erscheinen.

### **Brauchen Sie Hilfe?**

* 💬 **Treten Sie unserer Community auf Discord bei:** <https://discord.gg/hcc2GvgZc6>
* 📧 **Schreiben Sie uns eine E-Mail an:** <support@openspaces.design>
* 💻 **Chatten Sie live mit uns:** Verfügbar Montag–Freitag, 10:00–18:00 EST, direkt auf unserer Website


---

# 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.openspaces.design/german/readme-1/advanced/setting-up-model-info.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.
