> For the complete documentation index, see [llms.txt](https://docs.atloss.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atloss.de/theme-konfiguration/allgemein/medien.md).

# Medien

### Übersicht

Dieser Abschnitt ermöglicht dir dein eigenes Logo in deinen Shopware Shop zu integrieren. Standardmäßig sind hier Platzhalter definiert, welche du einfach austauschen kannst. Hebe dafür die Bildverknüpfung einfach mit dem "✕" an der rechten Seite auf.

{% hint style="success" %}
Falls vorhanden empfehlen wir dir `.svg` Dateien für deine Medien an dieser Stelle zu verwenden. Diese bieten dir i.d.R. die beste Auflösung auf eine kleine Dateigröße.
{% endhint %}

### Konfiguration

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

<details>

<summary>Desktop</summary>

Das Logo, welches du an dieser Stelle hinterlegst, wird nur für Desktop Bildschirme angezeigt.

</details>

<details>

<summary>Tablet</summary>

Das Logo, welches du an dieser Stelle hinterlegst, wird nur für Tablets angezeigt.

</details>

<details>

<summary>Mobil</summary>

Das Logo, welches du an dieser Stelle hinterlegst, wird nur für Smartphones angezeigt.

</details>

<details>

<summary>App- &#x26; Share-Icon</summary>

Das Logo, welches du an dieser Stelle hinterlegst, wird als Vorschau angezeigt, wenn dein Shop in sozialen Netzwerken geteilt wird.

</details>

<details>

<summary>Favicon</summary>

Das Logo, welches du an dieser Stelle hinterlegst, wird im Browser Tab und in den Suchresultaten der Suchmaschine angezeigt.

</details>

<details>

<summary>Footer</summary>

Das Logo, welches du an dieser Stelle hinterlegst, wird in deinem [Footer](/academy/fachbegriffe/footer.md) angezeigt. Standardmäßig wird dort dein Desktop Logo verwendet. Ein abweichendes Bild kann jedoch Sinn machen. Beispielsweise wenn du in der [Footer-Konfiguration](/theme-konfiguration/footer/layout.md#farben) einen dunklen Hintergrund verwendest und dein Logo unterhalb der [Service-Hotline](/theme-konfiguration/footer/spalten.md#service-hotline-1) somit nicht mehr gut zu erkennen wäre.

</details>

<details>

<summary>Checkout</summary>

Das Logo, welches du an dieser Stelle hinterlegst, wird in deinem [Checkout](/academy/fachbegriffe/checkout.md) angezeigt. Standardmäßig wird dort dein Desktop Logo verwendet. Ein abweichendes Bild kann jedoch Sinn machen. Beispielsweise wenn du in der [Header-Konfiguration](/theme-konfiguration/header/header.md#farben) einen dunklen Hintergrund verwendest und dein Logo somit nicht mehr gut zu erkennen wäre.

</details>


---

# 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.atloss.de/theme-konfiguration/allgemein/medien.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.
