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

# 投資家向けピッチデックを作成する

> サイト、Drive、財務Sheetから、10〜12枚の投資家向けデッキを生成します。

export const Connectors = ({items}) => <div style={{
  margin: "8px 0 20px"
}}>
    <style>{`
      .connectors-list, .connectors-list * { margin-top: 0 !important; margin-bottom: 0 !important; }
      .connectors-row {
        display: flex !important;
        align-items: flex-start !important;
        gap: 10px !important;
        padding: 4px 0 !important;
        min-height: 0 !important;
        height: auto !important;
      }
      .connectors-row img {
        width: 20px !important;
        height: 20px !important;
        max-width: 20px !important;
        max-height: 20px !important;
        margin: 2px 0 0 !important;
        display: block !important;
      }
    `}</style>
    <div className="connectors-list">
      {items.map((item, i) => <div key={item.id} className="connectors-row" style={{
  borderTop: i === 0 ? "none" : "1px solid rgba(130,130,130,0.22)"
}}>
          <img src={`/images/connectors/${item.id}.svg`} alt="" width={20} height={20} />
          <div style={{
  minWidth: 0
}}>
            <div>
              <strong>{item.name}</strong>
              {item.why ? <span style={{
  opacity: 0.72
}}> · {item.why}</span> : null}
            </div>
            {item.auth === "api-key" ? <div style={{
  fontSize: "11.5px",
  lineHeight: 1.35,
  color: "#F26207",
  marginTop: "2px"
}}>
                Not a native connector. Agent will ask for your API key.
              </div> : null}
          </div>
        </div>)}
    </div>
  </div>;

export const AiPrompt = ({children}) => {
  return <CodeBlock className="relative block max-w-full overflow-x-hidden font-sans !whitespace-pre-wrap !break-words" style={{
    overflowWrap: "anywhere",
    wordBreak: "break-word"
  }}>
      <div className="pr-7" style={{
    whiteSpace: "pre-wrap",
    overflowWrap: "anywhere",
    wordBreak: "break-word"
  }}>
        {children}
      </div>
    </CodeBlock>;
};

自社のウェブサイト、Google Drive内のブランドファイル、Google Sheets内の財務データから、Replit Slidesで投資家向けピッチデック(10〜12枚)を生成します:課題、プロダクト、市場、トラクション、チーム、資金調達の依頼内容。Agentはサイトからストーリーと裏付けを、Driveからブランディングを、Sheetから数字(収益、バーンレート、ランウェイ、ユニットエコノミクス、予測)を取得します。

## こんな人におすすめ

* 稼働中のサイトと財務Sheetから投資家向けデックを作りたい創業者。
* すでにGoogle Sheetsで指標を管理している、資金調達ラウンド中の担当者。

## コネクタ

<Connectors
  items={[
{
  id: "google-drive",
  name: "Google Drive",
  why: "ロゴ、カラー、参考デック(任意)",
},
{
  id: "google-sheets",
  name: "Google Sheets",
  why: "財務データ:収益、バーンレート、ランウェイ、予測",
},
]}
/>

## 始める前に

稼働中のサイト、Drive内のブランドファイル、ラベル付きの行やタブがあるSheet(収益、バーンレート、ランウェイ、予測)を用意してください。DriveとSheetsを接続してください。ラウンド(プレシード、シード、シリーズA)と資金調達の依頼内容をAgentに伝えてください。

## Agentへのプロンプト

<AiPrompt>
  このウェブサイト\[URL]、Google Drive内のブランドファイル、そしてこの
  Google Sheet\[リンク]の財務データから、Replit Slidesで10〜12枚の投資家
  向けピッチデックを生成してください。課題、解決策、プロダクト、市場、ト
  ラクション、ビジネスモデル、財務、チーム、資金調達の依頼内容を含めてく
  ださい。Sheetに記載されている数字のみを使用してください。出典が必要な
  ものにはフラグを立ててください。
</AiPrompt>

## 期待できること

Agentはサイトをスライド案に変換し、トラクションと財務のスライドにSheetの数字を反映させ、Replit Slidesでデックを構築します。投資家に送る前に、すべての数字をSheetと照合してください。プレビューでデックを一通り確認し、財務スライドをSheetのタブと照合し、それぞれの主張がサイトまたはSheetに出典があることを確認してください。

## 自分向けにカスタマイズする

<AiPrompt>
  Sheetから直近12か月の収益とバーンレート、それに18か月の予測を含む財務ス
  ライドを追加してください。スライドに出典のタブ名を明記してください。
</AiPrompt>

<AiPrompt>
  このデックを\[参考プレゼンテーション]に合わせて修正してください。レイア
  ウト、タイポグラフィ、カラー、セクション構成は維持してください。Sheetの
  承認済みの数字はそのままにし、合わないものにはフラグを立ててください。
</AiPrompt>

## トラブルシューティング

* **数字がSheetと一致しない:** ラベル付きの行やタブが重要です。収益、バーンレート、ランウェイ、予測用のタブに名前を付け、そこに記載されている数字だけを使うようAgentに伝えてください。出典が必要なものにはフラグを立ててください。
* **ブランドの見た目がおかしい:** Driveを接続し、ロゴとカラーを指定してください。参考デックがあれば、承認済みの数字を変えずにレイアウトと書体を合わせるようAgentに依頼してください。

## 関連項目

<CardGroup cols={2}>
  <Card title="ランディングページをデザインする" href="/ja/use-cases/design-landing-page">
    同じGoogle Driveのブランドファイルを使い、ウェイトリストページも必要な創業者向けです。
  </Card>

  <Card title="ソーシャルアイコンとバナーを作成する" href="/ja/use-cases/create-social-kit">
    すべてのネットワーク向けに同じGoogle Driveのブランドファイルを使います。
  </Card>
</CardGroup>
