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

# 工作流 — 跨成员追踪团队 KPI

> 拉取一组成员主持的所有会议，生成可呈报管理层的 KPI 对比报告 — 按关注领域划分，附证据与洞察。使用 VoicePing MCP Access。

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

## 跨成员追踪团队 KPI

**情境。** 您是一位管理者，手下有四位成员 ― Priya、Marcus、Hana、Daniel ― 都在同一个 VoicePing 工作区中进行客户会议。您希望不必安排四次一对一会议，就能了解每个人把时间花在哪里、在跟进哪些商机、哪里存在空白。

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

<Steps>
  <Step title="在工作区中定位团队成员">
    ```text theme={null}
    List workspace users in VoicePing and identify these team members:
    Priya Shah, Marcus Lee, Hana Sato, and Daniel Chen.
    ```

    AI 会拉取工作区的用户列表，确认四位成员都在其中 ― 附带用户 ID ― 确保分析对象正确。

    <div style={{maxWidth: "550px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/KPIs%20tracking%201.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=10ccb10ad84779822232446cc463adc8" alt="ChatGPT listing VoicePing workspace users and confirming Priya Shah, Marcus Lee, Hana Sato, and Daniel Chen as team members with their user IDs" width="634" height="580" data-path="en/images/external_access/KPIs tracking 1.png" />
      </Frame>
    </div>
  </Step>

  <Step title="拉取与 KPI 相关的所有会议">
    ```text theme={null}
    Search transcripts created by Priya Shah, Marcus Lee, Hana Sato,
    and Daniel Chen. Focus on meetings tagged or related to KPI, proposal,
    pipeline, customer health, product feedback, expansion, and bottlenecks.
    ```

    您会得到按关注领域（KPI/Expansion、Product Feedback、Customer Health、Pipeline、Proposal）分组的关键会议清单，附带所属团队成员和相关标签。

    <div style={{maxWidth: "600px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/KPIs%20tracking%202.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=f7ccca133a82cab61b4d39c3c16d5955" alt="ChatGPT listing team transcripts grouped by focus area — KPI, Product Feedback, Customer Health, Pipeline, Proposal — with team owner and tags" width="632" height="968" data-path="en/images/external_access/KPIs tracking 2.png" />
      </Frame>
    </div>
  </Step>

  <Step title="生成可呈报管理层的 KPI 报告">
    ```text theme={null}
    Create a manager-ready KPI report comparing Priya, Marcus, Hana, and Daniel.
    Keep it structured and practical.
    ```

    AI 会生成团队概览表，并按职能（Sales Execution、Pipeline Health、Customer Success、Product/Growth）拆解 KPI，附带证据、表现评判和给每位成员的管理者洞察。

    <div style={{maxWidth: "600px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/KPIs%20tracking%203.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=65c04fcccb097e24e0018e1ea869ac8c" alt="ChatGPT generating a manager-ready KPI report comparing four team members with primary focus, KPI domains, evidence, and takeaways" width="634" height="964" data-path="en/images/external_access/KPIs tracking 3.png" />
      </Frame>
    </div>
  </Step>
</Steps>

<Info>
  之所以可行，是因为 MCP Access 尊重工作区的作用域 ― AI 只会看到该连接被授权读取的会议记录，并且只针对该工作区内的用户。管理者获得对自己团队的可见性，而不是他人的。
</Info>

***

## 下一步

<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 />
