> For the complete documentation index, see [llms.txt](https://docs.allthingsghl.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allthingsghl.com/ai-prompts/highlevel/ghl-voice-ai-prompts/advanced-features/math-operations.md).

# Math Operations

**Overview**&#x20;

This guide tailors voice AI math operations specifically for Go High Level (GHL) Voice Agents, ensuring clear, structured, and user-friendly interactions. Since GHL voice agents are used for sales, automation, lead generation, and business optimization, math operations should focus on: Sales & Business Metrics (e.g., revenue growth,&#x20;

ROI, discounts, profit margins) Financial Calculations (e.g., loan interest, payment breakdowns, commissions) Scheduling & Time Management (e.g., appointment availability, time conversions) Pricing & Quotes (e.g., service pricing adjustments, package calculations)&#x20;

1\. Core Voice AI Strategies for Math in GHL&#x20;

Key Considerations&#x20;

Context Awareness – Align prompts with CRM and sales functions. Precision in Speech Recognition – Use confirmation prompts to avoid misinterpretation. Step-by-Step Breakdown – Prevent long, complex inputs that GHL voice AI might misinterpret. Error Handling & Follow-ups – Prompt reconfirmations and corrections when necessary.&#x20;

2\. Step-by-Step Framework for GHL Voice AI Math Operations A. Basic Arithmetic (Revenue, Sales, Conversions)&#x20;

Use Case: Sales Growth Calculation Scenario: A business owner wants to calculate expected revenue growth. Step-by-Step Prompt Flow: AI: "Let's calculate your revenue growth. What is your current monthly revenue?" (User: "$10,000") AI: "What percentage increase are you expecting?" (User: "15%") AI: "To confirm, you want to calculate 15% growth on $10,000. Is that correct?" (User: "Yes") AI: "A 15% increase on $10,000 is $1,500. Your new estimated revenue would be $11,500 per month." Optimization Tip: Always confirm numbers before calculating.

B. Multi-Step Business Calculations (Profit Margins, ROI)&#x20;

Use Case: Profit Margin Calculation Scenario: A business owner wants to find their profit margin. Step-by-Step Prompt Flow: AI: "To calculate profit margin, please provide your total revenue." (User: "$50,000") AI: "What are your total costs?"  (User: "$30,000") AI: "Just to confirm, your revenue is $50,000 and costs are $30,000. Is that correct?" (User: "Yes") AI: "Your profit is $20,000. The profit margin is 40%." Optimization Tip: Keep it business-focused, ensuring responses relate to actionable insights.&#x20;

C. Discounts & Pricing Adjustments&#x20;

Use Case: Calculating Discounts for Leads Scenario: A potential client asks about a 10% discount on a $2,000 service package. Step-by-Step Prompt Flow: AI: "I can calculate your discount. What is the original price?" (User: "$2,000") AI: "What percentage discount would you like to apply?" (User: "10%") AI: "Just to confirm, you want to apply a 10% discount on $2,000. Is that correct?" (User: "Yes") AI: "The 10% discount is $200. The final price after the discount is $1,800." Optimization Tip: Include follow-up upsells in the next step: "Would you like to add an extra service for just $99?"&#x20;

D. Commission Calculations (Sales & Agent Payouts)&#x20;

Use Case: Sales Commission Payout Scenario: A salesperson wants to calculate a 5% commission on a $15,000 sale. Step-by-Step Prompt Flow: AI: "What is the total sale amount?" (User: "$15,000") AI: "What is the commission percentage?" (User: "5%") AI: "To confirm, you are calculating 5% commission on $15,000. Is that correct?"  (User: "Yes") AI: "The commission is $750." Optimization Tip: Offer next-step automation after the calculation: "Would you like to send this commission calculation via email or text?"&#x20;

E. Time Calculations (Business Operations & Scheduling)&#x20;

Use Case: Appointment Availability Scenario: A client asks how many hours are available in a 3-day business event. Step-by-Step Prompt Flow: AI: "Would you like to calculate total available hours for a multi-day event?" (User: "Yes") AI: "How many days will the event last?" (User: "3 days") AI: "How many working hours per day?"  (User: "8 hours") AI: "To confirm, you want to calculate 8 hours per day for 3 days. Is that correct?" (User: "Yes") AI: "The total available hours for the event are 24 hours." Optimization Tip: Integrate with GHL appointment booking automation: "Would you like me to schedule an available slot for you?"

3\. Advanced Voice AI Strategies for GHL Math Calculations A. Handling Ambiguous Inputs&#x20;

Example: User says, "What’s 10 times 2 plus 5?" AI should detect ambiguity: "Did you mean (10 times 2) plus 5, or 10 times (2 plus 5)?" Wait for clarification before proceeding. Optimization Tip: Implement dynamic follow-ups for misunderstandings.&#x20;

B. Memory-Based Multi-Step Calculations&#x20;

Example: User calculates a percentage and wants to continue. AI should store previous results: "25% of 80 is 20. Would you like to use this result in another calculation?" If user says "Yes": "Now add it to 150." AI: "The total is 170." Optimization Tip: Enable cross-calculation references for seamless math operations.&#x20;

C. Currency Conversions for International Clients&#x20;

Use Case: USD to EUR Conversion Scenario: A client wants to convert $100 to Euros. Step-by-Step Prompt Flow: AI: "How much would you like to convert?"  (User: "$100") AI: "Which currency are you converting to?" (User: "Euros") AI: "To confirm, you want to convert 100 US dollars to Euros. Is that correct?" (User: "Yes") AI: "Based on today’s exchange rate, that is approximately 92 Euros." Optimization Tip: Enable real-time currency API integration for accuracy.&#x20;

4\. Final Thoughts: Optimizing GHL Voice AI for Math&#x20;

Best Practices: Confirm inputs before processing. Break down complex queries into smaller steps. Use sales & business-focused math applications (e.g., ROI, profit margins). Enable automation triggers after calculations (e.g., sending results via SMS).

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.allthingsghl.com/ai-prompts/highlevel/ghl-voice-ai-prompts/advanced-features/math-operations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
