> ## 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 — Find Bottlenecks Buried in Your Deals

> Surface recurring blockers, ownership gaps, and security delays across your pipeline — and turn them into a prioritized action plan. Uses VoicePing MCP Access.

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

## Find the Bottlenecks Buried in Your Deals

**The situation.** Deals are slowing down. You don't know exactly why — it's never one thing. It's a mix of security questions, unclear customer ownership, pilot stalls, and proposal rework. You need to see the pattern, not just individual incidents.

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

<Steps>
  <Step title="Surface every bottleneck signal">
    ```text theme={null}
    Search my VoicePing transcripts for bottlenecks, blockers, security delay,
    unclear owner, proposal, pilot, and expansion readiness.
    ```

    The AI returns a cross-transcript synthesis: key patterns across operational friction, security blockers, delays, and ownership gaps — with the source meeting called out for each.

    <div style={{maxWidth: "600px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/Founding%20bottlenecks%201.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=74fbefec3529689b40ecac2ebf547757" alt="ChatGPT surfacing bottleneck patterns across VoicePing transcripts — operational friction, security blockers, ownership gaps" width="631" height="963" data-path="en/images/external_access/Founding bottlenecks 1.png" />
      </Frame>
    </div>
  </Step>

  <Step title="Group them so you can act on them">
    ```text theme={null}
    Analyze the bottlenecks across these meetings. Group them into:
    - customer-side bottlenecks
    - internal team bottlenecks
    - product / onboarding bottlenecks
    - security / compliance bottlenecks
    - proposal or sales-process bottlenecks
    ```

    Now you have clear buckets. Customer-side issues (lack of clear ownership, low engagement, unclear decision criteria), internal, product, security, sales-process — each with repeated evidence across meetings.

    <div style={{maxWidth: "600px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/Founding%20bottlenecks%202.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=bf47786ffd6d4d4d58b9e8238489e5aa" alt="ChatGPT grouping bottlenecks across customer-side, internal, product, security, and sales-process categories" width="631" height="963" data-path="en/images/external_access/Founding bottlenecks 2.png" />
      </Frame>
    </div>
  </Step>

  <Step title="Get an action plan per bottleneck">
    ```text theme={null}
    Create an action plan to remove the bottlenecks. For each bottleneck, include:
    - evidence from the meetings
    - impact
    - owner
    - recommended fix
    - priority
    ```

    Each item now has evidence, impact, an owner, a recommended fix, and a priority. This is the document you take into your leadership meeting.

    <div style={{maxWidth: "600px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/Founding%20bottlenecks%203.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=0d75e976e991f2c158cd8057aafef71a" alt="ChatGPT producing a prioritized action plan per bottleneck with evidence, impact, owner, recommended fix, and priority" width="635" height="966" data-path="en/images/external_access/Founding bottlenecks 3.png" />
      </Frame>
    </div>
  </Step>
</Steps>

**Why this is founder-level leverage.** You stop debating which deal is stuck and start fixing the patterns that stall *all* deals.

***

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