> For the complete documentation index, see [llms.txt](https://docs.pixeleyes.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixeleyes.de/anleitungen-instructions/deutsch/dokumentation-unserer-shopware-6-plugins/lexikon-glossar-fur-shopware-6/menueinstellungen/lexikon-eintrage/stammdaten.md).

# Stammdaten

**Titel:**&#x20;

Der Titel des Eintrags

**Kopfzeile:**&#x20;

Die Kopfzeile des Eintrags

**Keywords  / Suchwort:**&#x20;

Tragen Sie hier **das Suchwort** des Eintrags. \
\
AB Version 1.3.7 ( Shopware 6.5.8.x) und ab Version 1.4.7 (Shopware 6.6.x.x)\
\
Zusätzliche (BETA) Funktion:\
\
Sie können auch mehrere Suchwörter mittels "::" trennen und eingeben. Bedenken Sie dass Sie nicht zu viele Suchwörter eingeben, da sich ansonsten die Perfomance im Frontend verringern könnte.<br>

**Kurzbeschreibung:**&#x20;

Eine Beschreibung in Kurzfassung z.b. für das Listing

**Beschreibung:**&#x20;

Eine Beschreibung des Eintrags

**Position:**&#x20;

Festlegen der Reihenfolge des Eintrags

**Anfangsbuchstabe (Index) :**\
\&#xNAN;*(ab Version 1.4.4)*

**Eingeben des ersten Buchstaben zwecks Laden der Einträge anhand des Indexes.**\
\
Beispiel: \
\
Kunde klickt im Frontend oberhalb auf "F" dann werden alle Einträge geladen die als Anfangsbuchstaben "F" enthalten.\
\
Bei SEO Einstellungen muss dann folgendes bei "Lexikon Detailseite" eingebunden werden:

```twig
lexikon/{{ lexikon.translated.letter }}/{% if lexikon.translated.seoUrl %}{{ lexikon.translated.seoUrl }}{% else %}{{ lexikon.translated.title }}{% endif %}
```

**Zugewiesene Kategorien:**&#x20;

Auswahl der Lexikon Kategorie für den Eintrag\
&#x20;\
Beispiel: \
\
Kunde klickt im Frontend oberhalb auf "F" dann werden alle Einträge geladen die  Kategorie "F" zugewiesen haben

{% hint style="warning" %}
Ein Eintrag kann nur einer Kategorie zugewiesen werden. Wenn Sie unterschiedliche Sprachen nutzen und der Eintrag ist in einigen Sprachen mit einem anderen anfangsbuchstaben (Beispiel: Deutsch > Farbe, Englisch > Color ) dann kann das nur durch einen zusätzlichen Verkaufskanal als Sprachenshop gelöst werden.
{% endhint %}

**CMS Seite:**&#x20;

Festlegen einer CMS Seite für den Eintrag

**Sichtbarkeit:**&#x20;

Festlegen in welchen Verkaufskanal / Shop der Eintrag angezeigt wird

Screen des Backends bis Version 1.3.6

<figure><img src="/files/AS2be91EzfVms1g2WZpL" alt=""><figcaption></figcaption></figure>

Screen ab Version 1.3.7

<figure><img src="/files/3rukqahfkS9m5D2flcAX" alt=""><figcaption></figcaption></figure>

Screen ab Version 1.4.4 - 1.4.8

<figure><img src="/files/WKHjjEvAqaV2YECUeKBi" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/sMU1rqLLZDNdRyE0lGpJ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/d5TD4EJHPsoCy64pC61h" alt=""><figcaption></figcaption></figure>


---

# 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.pixeleyes.de/anleitungen-instructions/deutsch/dokumentation-unserer-shopware-6-plugins/lexikon-glossar-fur-shopware-6/menueinstellungen/lexikon-eintrage/stammdaten.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.
