# ホーム画面をスキップ

> **学べること**
>
> * ホームページのエントリースクリーンをスキップする方法
> * ユーザーがストアを訪れたときに特定の URL にリダイレクトする方法

***

一部のブランドは、ホームページのエントリースクリーンを完全にスキップして、顧客を直接商品ページやコレクションページに誘導したいと考えています。 **宛先ページを設定します（例: 特定のコレクション）** 設定を使えばまさにそれを実現できます。

#### 有効化方法

1. 移動先： **テーマ設定** Shopify テーマエディター内で。
2. スクロールして **ホームページ設定**.
3. オンに切り替える **宛先ページを設定します（例: 特定のコレクション）**.
4. 「 **リダイレクト URL** フィールドに、訪問者を誘導したいページの完全な URL または相対パスを貼り付けます。
   * 例： `/collections/all` または `/products/your-product`

> ⚠️ リンク先のページが公開されアクセス可能であることを確認してください。そうでないと顧客が 404 ページに到達する可能性があります。

***

### 💡 この機能を使うべきタイミング

* ストアを従来のオンラインショップのような感覚にしたい場合
* キャンペーンを実施しており、ユーザーを特定の商品やコレクションに直接誘導したい場合
* ブランドのためのイントロやスプラッシュページが不要な場合

***

### **ヘルプが必要ですか？**

* 💬 **Discordでコミュニティに参加：** <https://discord.gg/hcc2GvgZc6>
* 📧 **メールでお問い合わせ：** <support@openspaces.design>
* 💻 **ライブチャット：** 月〜金、現地時間午前10時〜午後6時（EST）に当社ウェブサイトで直接対応


---

# Agent Instructions: 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:

```
GET https://docs.openspaces.design/english-ja/readme-1/theme-settings/skip-home-screen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
