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

# Example Prompts

> Things you can ask Claude (or any MCP-compatible LLM) once the Attention connector is enabled.

These examples are grouped by what the assistant will do under the hood. They are starting points — feel free to combine, narrow, or extend them.

## Search & analyze

<CardGroup cols={2}>
  <Card title="Recurring objections">
    *"What were the main objections prospects raised in our calls this week? Highlight any patterns by deal stage."*
  </Card>

  <Card title="Deal intelligence">
    *"Summarize all conversations with Datadog and tell me where the deal stands."*
  </Card>

  <Card title="Competitive intel">
    *"Find all calls from the last 60 days where prospects mentioned Gong and summarize what they said about them."*
  </Card>

  <Card title="Transcript search">
    *"Search the transcripts of the past quarter for the phrase 'security review' and pull the relevant quotes."*
  </Card>
</CardGroup>

## Coaching & scorecards

<CardGroup cols={2}>
  <Card title="Top reps vs. team">
    *"Compare how our top reps handle pricing objections vs. the rest of the team this month."*
  </Card>

  <Card title="Team performance">
    *"Show me all calls from the SMB team last Friday and highlight deals at risk."*
  </Card>

  <Card title="Scorecard review">
    *"Pull up scorecard results for Sara's calls this month and identify her top three improvement areas."*
  </Card>

  <Card title="Coaching prep">
    *"For each rep on the AE team, give me one specific moment from a recent call I should coach on."*
  </Card>
</CardGroup>

## Snippets

<CardGroup cols={2}>
  <Card title="Pricing reveal">
    *"Create a clip from my call with Acme between 12:30 and 14:00 where they discussed budget timeline. Title it 'Acme — Budget Reveal'."*
  </Card>

  <Card title="Onboarding library">
    *"From this week's discovery calls, pull two 60-second moments that show great pain identification and add them to the Onboarding library folder."*
  </Card>
</CardGroup>

## Workspace administration

<CardGroup cols={2}>
  <Card title="Onboarding">
    *"Invite [alex@example.com](mailto:alex@example.com) as a Sales Rep on the SMB team with a recording seat."*
  </Card>

  <Card title="Reorg">
    *"Move the 'BDR North' team under 'BDR' and add Sara as their primary team member."*
  </Card>

  <Card title="Scorecard creation">
    *"Create a Discovery scorecard with three criteria — Pain Identification, Stakeholder Mapping, and Next Steps — on a 1–5 scale, applied to the AE team."*
  </Card>

  <Card title="Forecast columns">
    *"Add a forecast column called 'Stretch' between 'Best Case' and 'Pipeline' that contributes to the total."*
  </Card>
</CardGroup>

## Intelligence & CRM

<CardGroup cols={2}>
  <Card title="Add a CRM field">
    *"Add a CRM prompt called 'Champion' to the Discovery collection that extracts the prospect's internal champion."*
  </Card>

  <Card title="Sync after CRM change">
    *"We just added a new custom field in Salesforce. Sync the latest field definitions and add it to our Opportunity integration."*
  </Card>

  <Card title="Connect a new CRM">
    *"Start the OAuth flow to connect our HubSpot account."*
  </Card>
</CardGroup>

## Super agent (open-ended)

The super agent is best for questions that span multiple data sources or that benefit from autonomous exploration. The MCP client should poll for the response if it returns `processing`.

<CardGroup cols={2}>
  <Card title="Account research">
    *"Use the super agent to give me a complete picture of the Acme account: every call, deal stage history, key stakeholders, and risks."*
  </Card>

  <Card title="Pipeline review">
    *"Ask the super agent to identify the five deals in our pipeline most likely to slip this quarter and explain why."*
  </Card>
</CardGroup>
