> 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/english-ja/plain-jane-interactive/getting-started/1.-installing-the-plain-jane-theme.md).

# 1. Plain Jane テーマのインストール

### 学べること

ZIPファイルを使用してShopify管理画面からPlain Janeテーマをアップロードおよびインストールする方法。下のビデオを参照するか、代わりにスクロールして書面のチュートリアルを確認してください

{% embed url="<https://youtu.be/LaPz9Y9ysfE?si=HZY9VMzKXviCjYO8>" %}

***

### 1. テーマセクションにアクセスする

1. にログインします **Shopify 管理画面**.
2. 左のサイドバーでクリックします **オンラインストア**、次に選択 **テーマ**.

***

### 2. テーマをインポートする

1. の **テーマ** ページで、をクリックします **テーマを追加** ボタンまたは **無料テーマを探す** ことでテーマのインポートオプションにアクセスできます。
2. ZIPファイルをアップロードするかテーマライブラリを参照できるテーマインポートインターフェースが表示されます。
3. モーダルが表示されます。「をクリックします **ファイルを追加**.

***

### 3. テーマZIPをアップロードする

1. ファイルブラウザで次のファイルを見つけます： **Plain JaneテーマのZIPファイル** 。
2. > ⚠️ **重要：** ファイルが解凍されていないことを確認してください。ShopifyはZIP化されたテーマファイルのみを受け付けます。
3. 正しいファイルを選択します（例： `plain-jane-v3.0.3.zip`）そしてクリックします **アップロード**.

***

### 4. アップロードを完了する

* アップロードが完了すると、ShopifyがZIPファイルを処理します。
* 次の項目が表示されます： **Plain Jane v3.0.3** （またはアップロードしたバージョン）が次の下に表示されます： **テーマライブラリ**.
* クリック： **操作 > 公開** 公開してライブテーマにする準備ができている場合。

> 💡 ヒント: 複数のテーマバージョンをアップロードして、公開する前にプレビューすることができます。

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

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


---

# 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/english-ja/plain-jane-interactive/getting-started/1.-installing-the-plain-jane-theme.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.
