> 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-starter/getting-started.md).

# はじめに

Plain Jane Starterへようこそ！このガイドでは、ストアを迅速に立ち上げるために知っておくべきことをすべて案内します。

## クイックスタート概要

Plain Jane Starterはシンプルさとスピードを重視して設計されています。やるべきことは次のとおりです：

1. [**含まれるものを理解する**](/english-ja/plain-jane-starter/getting-started/theme-features-and-limitations.md) - 何を扱っているかを把握する
2. [**テーマをインストールする**](/english-ja/plain-jane-starter/getting-started/installing-the-theme.md) - Shopifyストアに導入する
3. [**基本設定**](/english-ja/plain-jane-starter/getting-started/basic-setup.md) - 必須設定を構成する
4. [**必須の構成**](/english-ja/plain-jane-starter/getting-started/essential-configuration.md) - ストアを微調整する

## Starterの違いは何か？

フル版のPlain Janeテーマとは異なり、Starterは以下に重点を置いています：

* **シンプルさ** - オプションが少ないほど設定が簡単
* **スピード** - 必要な機能のみでより速くオンラインに
* **クリーンなデザイン** - 複雑さのないプロフェッショナルな外観
* **基盤** - ビジネスの成長に合わせて拡張できる理想的な出発点

## 始める前に

### 必要なもの

* Shopifyストア（任意のプラン）
* Shopify管理画面の基本的な理解
* ブランド資産（ロゴ、画像、文章）
* 初期設定に30〜60分

### テーマ要件

* **Shopifyのバージョン**：現在のすべてのShopifyプランと互換性があります
* **ブラウザ対応**：最新のブラウザ（Chrome、Firefox、Safari、Edge）
* **モバイル**：完全にレスポンシブなデザインが含まれます

## セットアップのタイムライン

**推定セットアップ時間：30〜60分**

* ⏱️ **5分** - テーマのインストール
* ⏱️ **15分** - 基本設定
* ⏱️ **20〜30分** - コンテンツとカスタマイズ
* ⏱️ **10分** - テストと公開

## ドキュメント構成

### 🚀 はじめに（現在ここにいます）

* [テーマの機能と制限](/english-ja/plain-jane-starter/getting-started/theme-features-and-limitations.md)
* [テーマのインストール](/english-ja/plain-jane-starter/getting-started/installing-the-theme.md)
* [基本設定](/english-ja/plain-jane-starter/getting-started/basic-setup.md)
* [基本設定](/english-ja/plain-jane-starter/getting-started/essential-configuration.md)

### 🧰 テーマ設定

Starter固有の利用可能なカスタマイズオプションについて学びます。

### 📄 ページとテンプレート

必須ページ（ホームページ、コレクション、商品など）を設定します。

### ⚠️ 制限事項

含まれていないものと、準備ができたときにアップグレードする方法を理解してください。

## サポートを受ける

* **ドキュメント**：今読んでいるものです！各セクションに詳細なガイドがあります。
* **FAQ**：確認 [FAQ とトラブルシューティング](/english-ja/plain-jane-starter/faq-and-troubleshooting.md) よくある質問を参照してください。
* **サポート**：技術サポートは <info@openspaces.design> にお問い合わせください。

## 準備はできましたか？

👉 **次のステップ**: [テーマの機能と制限の理解](/english-ja/plain-jane-starter/getting-started/theme-features-and-limitations.md)

これにより、Plain Jane Starterに何が含まれているかを正確に把握し、それに応じて設定計画を立てるのに役立ちます。

***

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

💬 **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-starter/getting-started.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.
