> ## Documentation Index
> Fetch the complete documentation index at: https://factory-docs-cli-sandbox-mcp-whole-process.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# クイックスタート

> Factory Appを5分で使い始める

## ステップ1: ダウンロードとインストール

<Steps>
  <Step title="Factory Appをダウンロード">
    <CardGroup cols={3}>
      <Card title="Mac (Apple Silicon)" icon="apple" href="https://app.factory.ai/api/desktop?platform=darwin&architecture=arm64">
        M1/M2/M3
      </Card>

      <Card title="Mac (Intel)" icon="apple" href="https://app.factory.ai/api/desktop?platform=darwin&architecture=x64">
        Intel
      </Card>

      <Card title="Windows" icon="windows" href="https://app.factory.ai/api/desktop?platform=win32">
        Windows x64
      </Card>
    </CardGroup>
  </Step>

  <Step title="インストール">
    * **Mac**: `.dmg`ファイルを開き、Factory AppをApplicationsにドラッグします
    * **Windows**: インストーラーを実行します
  </Step>

  <Step title="サインイン">
    Factory Appを起動し、アカウントでサインインします。
  </Step>
</Steps>

## ステップ2: コードベースに接続

<Steps>
  <Step title="作業ディレクトリを設定">
    作業ディレクトリをプロジェクトフォルダに設定します。Factory Appはローカルマシンに直接接続します。
  </Step>

  <Step title="モデルを選択">
    モデルセレクターから使用するAIモデルを選択します。これはいつでも変更できます。
  </Step>
</Steps>

## ステップ3: 構築を開始

<Steps>
  <Step title="Droidに何でも質問">
    まずは簡単なことから始めます:

    ```
    Analyze this codebase and explain the architecture
    ```

    またはすぐにコーディングを始めます:

    ```
    Add error handling to the user authentication flow
    ```

    Droidはコードベースを分析し、変更を提案し、適用前に何が変更されるかを正確に表示します。
  </Step>
</Steps>

## ワークフローの例

### 機能開発

```
Implement a dark mode toggle following our existing theme patterns
```

### バグ修正

```
Fix the authentication timeout issue where users get logged out after 5 minutes
```

### コードレビュー

```
Review this PR and suggest improvements for error handling and edge cases
```

### セキュリティ監査

```
Audit this codebase for security vulnerabilities and create a remediation plan
```

## ヒント

* **具体的に記述する**: ファイル名、エラーメッセージ、チケット番号などの関連する詳細を含める
* **コンテキストを活用する**: '@'メンションでチームツールを参照するか、リンクを直接貼り付ける
* **変更を確認する**: 承認前にDroidが提案した変更を必ず確認する

## 次のステップ

<CardGroup cols={2}>
  <Card title="インテグレーション" icon="plug" href="/jp/integrations/linear">
    Slack、Linear、その他のツールを接続する
  </Card>

  <Card title="CLI" icon="terminal" href="/jp/cli/getting-started/overview">
    ターミナルからDroidを使用する
  </Card>
</CardGroup>
