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

# 工作流程 — 30 秒內寄出後續追蹤信

> 將剛結束的會議記錄轉化為專業的後續追蹤信 — 回顧重點、確認的決策、有負責人的行動專案、下一步。使用 VoicePing MCP 存取。

export const FeedbackZhTW = () => <>
    <Tip>
      對此功能有想法或需求？請透過 <a href="/zh-tw/product-feedback">Product Feedback</a> 傳送給團隊。
    </Tip>

    <h2>官方連結</h2>

    <CardGroup cols={2}>
      <Card title="官方網站" icon="globe" href="https://voiceping.net/en/">
        造訪官方網站
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        在X上追蹤我們
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        在Facebook上按讚
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        在LinkedIn上連結
      </Card>
    </CardGroup>
  </>;

## 30 秒內寄出後續追蹤信

**情境。** 會議剛結束，每個人大約只記得 40% 的決議內容。率先寄出第一封摘要信的人，就能定義這場會議的官方紀錄 — 並把行動專案固定下來。這是任何業務或專案團隊中槓桿最高的習慣。

此工作流程假設您已啟用 [MCP 存取](/zh-tw/external-access/mcp) 並連線好 AI 使用者端。

<Steps>
  <Step title="擷取會議內容">
    ```text theme={null}
    Search my VoicePing transcripts for Dallas market investor engagement.
    ```

    您會得到一份結構化的回顧：核心摘要、投資人期待、關鍵決策、策略洞察，以及帶有負責人的行動專案。正是後續追蹤信所需要的素材。

    <div style={{maxWidth: "600px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/Follow-up%20email%20creation%201.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=6da6641338869dad182dbb481af32b15" alt="ChatGPT surfacing a Dallas Market Launch transcript with core summary, investor expectations, key decisions, and action items" width="634" height="963" data-path="en/images/external_access/Follow-up email creation 1.png" />
      </Frame>
    </div>
  </Step>

  <Step title="請 AI 草擬信件">
    ```text theme={null}
    Draft a professional follow-up email based on that meeting.
    Keep it concise and include:
    - thank you / opening
    - meeting recap
    - confirmed decisions
    - action items with owners
    - next meeting or next step
    ```

    您會得到一封可直接寄出的信件：主旨行、精簡的回顧、條列式決策、指派給正確負責人並附截止日的行動專案。貼入 Gmail、檢視後送出即可。

    <div style={{maxWidth: "600px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/Follow-up%20email%20creation%202.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=7440cfa879ba68ec0a1ade3cd9c2f0d5" alt="ChatGPT generating a professional follow-up email draft with subject, recap, decisions, and assigned action items" width="632" height="963" data-path="en/images/external_access/Follow-up email creation 2.png" />
      </Frame>
    </div>
  </Step>
</Steps>

**為何此事重要。** 後續追蹤品質是成交速度的領先指標。把它變成 30 秒的工作，就能消除人們跳過這道流程的理由。

***

## 下一步

<CardGroup cols={2}>
  <Card title="外部存取總覽" icon="arrow-left" href="/zh-tw/external-access">
    回到總覽，瞭解許可權範圍、生命週期控制與事件記錄。
  </Card>

  <Card title="如何啟用 MCP 存取" icon="plug" href="/zh-tw/external-access/mcp">
    Claude、ChatGPT、Codex、Claude Code 與 Gemini CLI 的設定指南。
  </Card>
</CardGroup>

<FeedbackZhTW />
