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

# Prepare for a customer call

> Research a question across connected tools, compare the evidence, and prepare a clear answer.

export const AiPrompt = ({children}) => {
  return <CodeBlock className="relative block max-w-full overflow-x-hidden font-sans !whitespace-pre-wrap !break-words" style={{
    overflowWrap: "anywhere",
    wordBreak: "break-word"
  }}>
      <div className="pr-7" style={{
    whiteSpace: "pre-wrap",
    overflowWrap: "anywhere",
    wordBreak: "break-word"
  }}>
        {children}
      </div>
    </CodeBlock>;
};

Use a Conversation to investigate one question across connected services and any files you add. Replit can gather relevant context, compare sources, and organize the findings around the outcome you need.

<div className="chat-mkt" role="img" aria-label="Salesforce, Slack, and Google Drive information combined into a customer call brief with risks, wins, questions, and five call topics" style={{ margin: "28px 0 42px", borderTop: 0, paddingTop: 0 }}>
  <div className="chat-use-case-visual" style={{ aspectRatio: "auto", minHeight: "clamp(220px, 34vw, 320px)" }}>
    <div aria-hidden="true" className="customer-call-marks customer-call-marks-cover">
      <div className="customer-call-mark">
        <Icon icon="salesforce" iconType="brands" size={72} color="#ffffff" />
      </div>

      <div className="customer-call-mark">
        <Icon icon="slack" iconType="brands" size={72} color="#ffffff" />
      </div>

      <div className="customer-call-mark">
        <Icon icon="google-drive" iconType="brands" size={72} color="#ffffff" />
      </div>
    </div>
  </div>
</div>

## Prepare for a customer call

Before a renewal call, review the customer record in Salesforce, relevant Slack threads, and the renewal brief in Google Drive. Ask Replit to surface risks, wins, unanswered questions, and five topics for the call.

## Research across your sources

<Steps>
  <Step title="Connect the relevant tools">
    Confirm that Salesforce, Slack, and Google Drive are connected. Connector
    permissions determine which records, conversations, and files Replit can
    access.

    Salesforce is the example below. Other integrations can use different setup and permission screens.

    1. Open **Settings > Integrations**.
    2. Search for the tool you need.
    3. Enable it when necessary, then select **Sign in**.
    4. Complete the provider sign-in and permissions flow.

    <Frame caption="Search for Salesforce in Settings > Integrations.">
      <img src="https://mintcdn.com/replit/teDUL4A-lNO7dv1O/images/chat/research-and-analyze-salesforce-search.png?fit=max&auto=format&n=teDUL4A-lNO7dv1O&q=85&s=40477837bc37b8b99ed4079a46f9e29e" alt="Settings Integrations page with Salesforce in the search results and a Sign in button" width="2640" height="1962" data-path="images/chat/research-and-analyze-salesforce-search.png" />
    </Frame>

    <Frame caption="Review the provider and permissions before continuing.">
      <img src="https://mintcdn.com/replit/teDUL4A-lNO7dv1O/images/chat/research-and-analyze-salesforce-sign-in.png?fit=max&auto=format&n=teDUL4A-lNO7dv1O&q=85&s=330681fd7bce14590017675a7357d3bd" alt="Salesforce connection dialog explaining provider authentication and the permissions Replit requests" width="2640" height="1962" data-path="images/chat/research-and-analyze-salesforce-sign-in.png" />
    </Frame>
  </Step>

  <Step title="Run the prompt">
    Name the customer and the decision or call outcome you need to prepare for in one complete request.

    <AiPrompt>
      Prepare me for the Northstar renewal call. Review the connected Salesforce
      account and opportunity records, relevant Slack threads, and the renewal
      brief in Google Drive. Summarize the customer’s recent wins, renewal risks,
      and unanswered questions. Finish with five topics I should cover on the
      call, and show which source supports each finding.
    </AiPrompt>
  </Step>

  <Step title="Review the evidence">
    Check the source records, messages, and files behind important findings. Ask
    Replit to separate confirmed facts from open questions or assumptions.
  </Step>

  <Step title="Refine the call brief">
    Ask follow-up questions, change the emphasis, or turn the findings into a
    concise agenda for the call.
  </Step>
</Steps>

## Add context when needed

If the renewal brief is not in connected Google Drive, [upload it to the Conversation](/chat/upload-and-use-files). If current public information would improve the preparation, [you can search the web](/features/agent/web-search).

Keep follow-up questions in the same Conversation. Once the brief is accurate, you can turn the findings into an agenda, plan, or task list.

## Next steps

* [Connect Salesforce, Slack, and Google Drive](/features/integrations/overview)
* [Start and continue a Conversation](/chat/conversations)
* [Continue from a Conversation](/chat/conversations-and-projects)
