> 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/theme-settings/skip-home-screen.md).

# Startbildschirm überspringen

> **Was Sie lernen werden**
>
> * Wie man den Einstiegsscreen der Startseite überspringt
> * Wie man Benutzer beim Besuch Ihres Shops auf eine bestimmte URL weiterleitet

***

Einige Marken möchten, dass Kunden direkt auf einer Produkt- oder Kategorieseite landen und den Einstiegsscreen der Startseite vollständig überspringen. Das **Startbildschirm überspringen** Einstellung lässt Sie genau das tun.

#### So aktivieren Sie sie

1. Gehen Sie zu **Theme-Einstellungen** im Shopify Theme-Editor.
2. Scrollen Sie zu **Startseiten-Einstellungen**.
3. Umschalten auf **Startbildschirm überspringen**.
4. Im **Weiterleitungs-URL** Feld fügen Sie die vollständige URL oder den relativen Pfad der Seite ein, auf der Besucher landen sollen.
   * Beispiel: `/collections/all` oder `/products/your-product`

> ⚠️ Stellen Sie sicher, dass die verlinkte Seite veröffentlicht und zugänglich ist, sonst landen Kunden möglicherweise auf einer 404-Seite.

***

### 💡 Wann Sie diese Funktion verwenden sollten

* Sie möchten, dass Ihr Shop sich mehr wie ein traditioneller Online-Shop anfühlt
* Sie führen eine Kampagne durch und möchten, dass Nutzer direkt auf ein vorgestelltes Produkt oder eine Kollektion landen
* Sie benötigen keine Einführungs- oder Splashseite für Ihre Marke

***

### **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/theme-settings/skip-home-screen.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.
