> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wangenhui.top/llms.txt
> Use this file to discover all available pages before exploring further.

# クイックスタート

> 最短ルートで最初の成功体験を得るためのガイド。プロダクトの価値をすぐに実感できます。

初めて使うユーザーがまず何をすべきかを説明します。前提条件、最初のステップ、そして「動いた！」と感じる瞬間までを短くまとめましょう。

## 前提条件

始める前に、以下を準備してください。

* 条件 1（例：Node.js 18+、無料アカウント、API キー）
* 条件 2（例：対応デバイス、対応ブラウザ、対応 OS）

## 使い始める

<Steps>
  <Step title="インストール">
    プロダクトのインストールまたはサインアップ手順を記載します。

    ```bash theme={null}
    npm install your-package
    ```
  </Step>

  <Step title="設定">
    初回利用前に必要な初期設定を記載します。

    ```bash theme={null}
    your-cli init
    ```
  </Step>

  <Step title="実行">
    最初に動作を確認するコマンドを示します。

    ```bash theme={null}
    your-cli start
    ```
  </Step>
</Steps>

<Tip>
  ヘルプの入口を用意しましょう。サポートページ、チャット、コミュニティフォーラムなど。

  例：お困りの際は [support@yourcompany.com](mailto:support@yourcompany.com) までご連絡ください。
</Tip>
