> ## 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.

# 工作流：根据历史会议生成客户议程

> 将最近 3–4 次客户会议整理成包含时间分配、可直接粘贴到日历邀请中的会议议程。

export const FeedbackZh = () => <>
    <Tip>
      对该功能有建议或需求？请通过<a href="/zh/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>
  </>;

## 从历史会议生成面向客户的议程

**场景：** 即将与客户进行后续会议，需要根据近期的需求沟通、安全评审和 ROI 讨论准备议程。

本工作流假设您已经启用了 [MCP Access](/zh/external-access/mcp) 并连接了 AI 客户端。

<Note>
  下方英文提示词与示例截图保持一致，便于直接复制到不同 AI 客户端；您也可以用中文提出同样的要求。
</Note>

<Steps>
  <Step title="让 AI 找出相关的过往会议">
    把客户名称交给它，让它自己从对话中找出真正重要的会议。

    ```text theme={null}
    Search my VoicePing transcripts for Northstar Capital meetings.
    Find the most relevant previous meetings with this customer and list the
    meeting titles, dates, and short reason why each one is relevant.
    ```

    AI 会列出相关会议、日期和关联原因，便于确认讨论脉络。

    <div style={{maxWidth: "600px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/meeting%20agenda%20creation%201.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=5926c260849933b5be8031d18da011cd" alt="ChatGPT 搜索 VoicePing 会议记录，并列出三次最相关的客户会议、日期和关联说明" width="704" height="963" data-path="en/images/external_access/meeting agenda creation 1.png" />
      </Frame>
    </div>
  </Step>

  <Step title="要求生成客户可用的议程">
    接下来请它把那些会议转化为可实际发送的议程。

    ```text theme={null}
    Make the agenda client-ready.
    Keep it concise, practical, and written as something I can paste into
    a calendar invite or meeting doc.
    ```

    您会得到一份基于实际讨论内容、带时间分配、分成六个部分的议程：Success Criteria、Pilot Scope、Security & Data Policy、Proposal Plan、Open Risks 和 Final Decisions。

    <div style={{maxWidth: "600px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/meeting%20agenda%20creation%202.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=c05e7906fcfba54cd6a23befe80b5da9" alt="ChatGPT 根据历史会议生成包含时间分配的六部分客户议程" width="633" height="965" data-path="en/images/external_access/meeting agenda creation 2.png" />
      </Frame>
    </div>
  </Step>
</Steps>

**价值：** 议程直接来自真实会议内容，比通用模板更贴合客户当前情况。

<Tip>
  **共同模式：** 搜索会议记录 → 收敛到关键会议 → 要求您需要的确切输出格式。这个三提示词结构适用于本站所有工作流，也适用于您自己设计的任何流程。
</Tip>

***

## 下一步

<CardGroup cols={2}>
  <Card title="外部访问概览" icon="arrow-left" href="/zh/external-access">
    返回权限范围、生命周期控制和事件日志总览。
  </Card>

  <Card title="如何启用 MCP Access" icon="plug" href="/zh/external-access/mcp">
    Claude、ChatGPT、Codex、Claude Code、Gemini CLI 的设置指南。
  </Card>
</CardGroup>

<FeedbackZh />
