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

# Workflow — Build a Client-Ready Agenda From Past Meetings

> Turn the last 3–4 transcripts with a customer into a practical, time-boxed meeting agenda you can paste into a calendar invite. Uses VoicePing MCP Access with any compatible AI client.

export const FeedbackEn = () => <>
    <Tip>
      Have an idea or request about this feature? Send it to the team via <a href="/en/product-feedback">Product Feedback</a>.
    </Tip>

    <h2>Official Links</h2>

    <CardGroup cols={2}>
      <Card title="Official Website" icon="globe" href="https://voiceping.net/en/">
        Visit our official website
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        Follow us on X
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        Like us on Facebook
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        Connect on LinkedIn
      </Card>
    </CardGroup>
  </>;

## Build a Client-Ready Agenda From Past Meetings

**The situation.** You have a follow-up meeting with a customer — say Northstar Capital — on Monday. You've had three prior calls with them over the last two weeks: discovery, security review, and an ROI conversation. You could re-read every transcript and piece together an agenda manually. Or you could ask.

This workflow assumes you've already enabled [MCP Access](/en/external-access/mcp) and connected your AI client.

<Steps>
  <Step title="Ask the AI to find the relevant past meetings">
    Point it at the customer name and let it surface the conversations that matter.

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

    The AI returns the three prior calls with dates and a one-line "why this matters" for each — you immediately see the thread of the relationship.

    <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 searching VoicePing transcripts and returning the three most relevant Northstar Capital meetings with dates and relevance notes" width="704" height="963" data-path="en/images/external_access/meeting agenda creation 1.png" />
      </Frame>
    </div>
  </Step>

  <Step title="Ask for a client-ready agenda">
    Now you ask it to turn those meetings into something you can actually send.

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

    You get a six-section agenda with time boxes — Success Criteria, Pilot Scope, Security & Data Policy, Proposal Plan, Open Risks, and Final Decisions — built from what was actually discussed.

    <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 producing a time-boxed, six-section meeting agenda for Northstar Capital based on prior transcripts" width="633" height="965" data-path="en/images/external_access/meeting agenda creation 2.png" />
      </Frame>
    </div>
  </Step>
</Steps>

**Why this is useful.** A 20-minute prep task becomes 60 seconds. And the agenda actually reflects the customer's history — not a generic template.

<Tip>
  **The common pattern:** search your transcripts → narrow to the meetings that matter → ask for the exact output format you need. The same three-prompt shape works for every workflow on this site — and any workflow you invent yourself.
</Tip>

***

## Next steps

<CardGroup cols={2}>
  <Card title="External Access overview" icon="arrow-left" href="/en/external-access">
    Back to the hub for scopes, lifecycle controls, and event logs.
  </Card>

  <Card title="How to enable MCP Access" icon="plug" href="/en/external-access/mcp">
    Setup guides for Claude, ChatGPT, Codex, Claude Code, and Gemini CLI.
  </Card>
</CardGroup>

<FeedbackEn />
