{"id":2878,"date":"2026-01-13T12:40:30","date_gmt":"2026-01-13T04:40:30","guid":{"rendered":"https:\/\/teen.aiproinstitute.com\/?p=2878"},"modified":"2026-01-13T14:08:34","modified_gmt":"2026-01-13T06:08:34","slug":"account-review-template","status":"publish","type":"post","link":"https:\/\/teen.aiproinstitute.com\/zh\/account-review-template\/","title":{"rendered":"Account Review Template"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"2878\" class=\"elementor elementor-2878\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3e6deca elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3e6deca\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1102546\" data-id=\"1102546\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6371d7a elementor-widget elementor-widget-html\" data-id=\"6371d7a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Account Review Template - AiPro Institute\u2122<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            line-height: 1.6;\n            color: #1e293b;\n            background: linear-gradient(135deg, #f5f3ff 0%, #e0f2fe 100%);\n            padding: 2rem;\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            padding: 3rem;\n            border-radius: 16px;\n            box-shadow: 0 8px 32px rgba(0,0,0,0.08);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .watermark {\n            position: fixed;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%) rotate(-45deg);\n            font-size: 8rem;\n            font-weight: 900;\n            color: rgba(139, 92, 246, 0.03);\n            white-space: nowrap;\n            pointer-events: none;\n            z-index: 0;\n            user-select: none;\n        }\n        \n        .content {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .header {\n            text-align: center;\n            margin-bottom: 3rem;\n            padding-bottom: 2rem;\n            border-bottom: 3px solid transparent;\n            border-image: linear-gradient(90deg, #8B5CF6, #3B82F6);\n            border-image-slice: 1;\n        }\n        \n        .logo {\n            font-size: 2.5rem;\n            font-weight: 900;\n            background: linear-gradient(135deg, #8B5CF6 0%, #3B82F6 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin-bottom: 0.5rem;\n            letter-spacing: -1px;\n        }\n        \n        .document-title {\n            font-size: 2rem;\n            color: #1e293b;\n            font-weight: 700;\n            margin: 1rem 0;\n        }\n        \n        .subtitle {\n            color: #64748b;\n            font-size: 1.1rem;\n        }\n        \n        .section {\n            margin: 2.5rem 0;\n        }\n        \n        .section-title {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #1e293b;\n            margin-bottom: 1.5rem;\n            padding-bottom: 0.5rem;\n            border-bottom: 2px solid #e2e8f0;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n        \n        .section-icon {\n            width: 32px;\n            height: 32px;\n            background: linear-gradient(135deg, #8B5CF6 0%, #3B82F6 100%);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-weight: bold;\n        }\n        \n        .info-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n            margin-bottom: 2rem;\n        }\n        \n        .info-card {\n            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);\n            padding: 1.25rem;\n            border-radius: 12px;\n            border-left: 4px solid #8B5CF6;\n        }\n        \n        .info-label {\n            font-size: 0.875rem;\n            color: #64748b;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-bottom: 0.5rem;\n        }\n        \n        .info-value {\n            font-size: 1.125rem;\n            color: #1e293b;\n            font-weight: 600;\n            min-height: 1.5rem;\n            padding: 0.25rem;\n            background: white;\n            border-radius: 4px;\n        }\n        \n        .kpi-dashboard {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n            gap: 1rem;\n            margin: 2rem 0;\n            padding: 1.5rem;\n            background: linear-gradient(135deg, #faf5ff 0%, #eff6ff 100%);\n            border-radius: 12px;\n        }\n        \n        .kpi-card {\n            background: white;\n            padding: 1.25rem;\n            border-radius: 10px;\n            text-align: center;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n        \n        .kpi-value {\n            font-size: 2rem;\n            font-weight: 800;\n            background: linear-gradient(135deg, #8B5CF6 0%, #3B82F6 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n        \n        .kpi-label {\n            font-size: 0.875rem;\n            color: #64748b;\n            margin-top: 0.5rem;\n            font-weight: 600;\n        }\n        \n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 1.5rem 0;\n            background: white;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        thead {\n            background: linear-gradient(135deg, #8B5CF6 0%, #3B82F6 100%);\n            color: white;\n        }\n        \n        th {\n            padding: 1rem;\n            text-align: left;\n            font-weight: 600;\n            font-size: 0.875rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n        \n        td {\n            padding: 1rem;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        tbody tr:hover {\n            background-color: #f8fafc;\n        }\n        \n        tbody tr:last-child td {\n            border-bottom: none;\n        }\n        \n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"date\"],\n        input[type=\"number\"],\n        textarea,\n        select {\n            width: 100%;\n            padding: 0.5rem;\n            border: 2px solid #e2e8f0;\n            border-radius: 6px;\n            font-size: 0.95rem;\n            transition: all 0.3s;\n            font-family: inherit;\n        }\n        \n        input:focus,\n        textarea:focus,\n        select:focus {\n            outline: none;\n            border-color: #8B5CF6;\n            box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);\n        }\n        \n        textarea {\n            min-height: 120px;\n            resize: vertical;\n        }\n        \n        .health-score-container {\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n            padding: 1.5rem;\n            background: linear-gradient(135deg, #faf5ff 0%, #eff6ff 100%);\n            border-radius: 12px;\n            margin: 1rem 0;\n        }\n        \n        .health-score-circle {\n            width: 120px;\n            height: 120px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 2.5rem;\n            font-weight: 900;\n            background: linear-gradient(135deg, #8B5CF6 0%, #3B82F6 100%);\n            color: white;\n            flex-shrink: 0;\n        }\n        \n        .health-status {\n            flex: 1;\n        }\n        \n        .health-status-label {\n            font-size: 0.875rem;\n            color: #64748b;\n            font-weight: 600;\n            text-transform: uppercase;\n            margin-bottom: 0.5rem;\n        }\n        \n        .health-status-value {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #1e293b;\n        }\n        \n        .status-badge {\n            display: inline-block;\n            padding: 0.5rem 1rem;\n            border-radius: 20px;\n            font-size: 0.875rem;\n            font-weight: 600;\n        }\n        \n        .status-healthy {\n            background: #d1fae5;\n            color: #065f46;\n        }\n        \n        .status-at-risk {\n            background: #fed7aa;\n            color: #9a3412;\n        }\n        \n        .status-critical {\n            background: #fee2e2;\n            color: #991b1b;\n        }\n        \n        .trend-indicator {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.25rem;\n            font-weight: 600;\n        }\n        \n        .trend-up {\n            color: #065f46;\n        }\n        \n        .trend-down {\n            color: #991b1b;\n        }\n        \n        .trend-neutral {\n            color: #64748b;\n        }\n        \n        .signature-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n            padding-top: 2rem;\n            border-top: 2px solid #e2e8f0;\n        }\n        \n        .signature-block {\n            text-align: center;\n        }\n        \n        .signature-line {\n            border-bottom: 2px solid #1e293b;\n            margin: 2rem 0 0.5rem 0;\n            min-height: 60px;\n        }\n        \n        .signature-label {\n            font-weight: 600;\n            color: #1e293b;\n            margin-bottom: 0.25rem;\n        }\n        \n        .signature-date {\n            font-size: 0.875rem;\n            color: #64748b;\n        }\n        \n        @media print {\n            body {\n                background: white;\n                padding: 0;\n            }\n            \n            .container {\n                box-shadow: none;\n                padding: 1.5rem;\n            }\n            \n            .watermark {\n                font-size: 6rem;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            body {\n                padding: 1rem;\n            }\n            \n            .container {\n                padding: 1.5rem;\n            }\n            \n            .logo {\n                font-size: 1.8rem;\n            }\n            \n            .document-title {\n                font-size: 1.5rem;\n            }\n            \n            .watermark {\n                font-size: 4rem;\n            }\n            \n            table {\n                font-size: 0.875rem;\n            }\n            \n            th, td {\n                padding: 0.75rem 0.5rem;\n            }\n            \n            .health-score-container {\n                flex-direction: column;\n                text-align: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"watermark\">AiPro Institute<\/div>\n    \n    <div class=\"container\">\n        <div class=\"content\">\n            <!-- Header -->\n            <div class=\"header\">\n                <div class=\"logo\">AiPro Institute\u2122<\/div>\n                <h1 class=\"document-title\">Account Review Template<\/h1>\n                <p class=\"subtitle\">Quarterly Business Review (QBR) & Account Health Assessment<\/p>\n            <\/div>\n\n            <!-- Executive Summary -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">\n                    <span class=\"section-icon\">\ud83d\udccb<\/span>\n                    Account Overview\n                <\/h2>\n                <div class=\"info-grid\">\n                    <div class=\"info-card\">\n                        <div class=\"info-label\">Customer Name<\/div>\n                        <input type=\"text\" class=\"info-value\" placeholder=\"Enter customer name\">\n                    <\/div>\n                    <div class=\"info-card\">\n                        <div class=\"info-label\">Account ID<\/div>\n                        <input type=\"text\" class=\"info-value\" placeholder=\"Enter account ID\">\n                    <\/div>\n                    <div class=\"info-card\">\n                        <div class=\"info-label\">Review Date<\/div>\n                        <input type=\"date\" class=\"info-value\">\n                    <\/div>\n                    <div class=\"info-card\">\n                        <div class=\"info-label\">Review Period<\/div>\n                        <input type=\"text\" class=\"info-value\" placeholder=\"e.g., Q4 2025\">\n                    <\/div>\n                    <div class=\"info-card\">\n                        <div class=\"info-label\">Customer Success Manager<\/div>\n                        <input type=\"text\" class=\"info-value\" placeholder=\"Enter CSM name\">\n                    <\/div>\n                    <div class=\"info-card\">\n                        <div class=\"info-label\">Contract End Date<\/div>\n                        <input type=\"date\" class=\"info-value\">\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Account Health Score -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">\n                    <span class=\"section-icon\">\u2764\ufe0f<\/span>\n                    Account Health Score\n                <\/h2>\n                <div class=\"health-score-container\">\n                    <div class=\"health-score-circle\">85<\/div>\n                    <div class=\"health-status\">\n                        <div class=\"health-status-label\">Overall Health Status<\/div>\n                        <div class=\"health-status-value\">\n                            <span class=\"status-badge status-healthy\">Healthy<\/span>\n                        <\/div>\n                        <p style=\"margin-top: 1rem; color: #64748b; font-size: 0.95rem;\">\n                            Health score is calculated based on product usage, engagement, support interactions, NPS\/CSAT scores, and payment history.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- KPI Dashboard -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">\n                    <span class=\"section-icon\">\ud83d\udcca<\/span>\n                    Key Performance Metrics\n                <\/h2>\n                <div class=\"kpi-dashboard\">\n                    <div class=\"kpi-card\">\n                        <div class=\"kpi-value\">$0<\/div>\n                        <div class=\"kpi-label\">Annual Contract Value<\/div>\n                    <\/div>\n                    <div class=\"kpi-card\">\n                        <div class=\"kpi-value\">0%<\/div>\n                        <div class=\"kpi-label\">Product Adoption<\/div>\n                    <\/div>\n                    <div class=\"kpi-card\">\n                        <div class=\"kpi-value\">0<\/div>\n                        <div class=\"kpi-label\">Active Users<\/div>\n                    <\/div>\n                    <div class=\"kpi-card\">\n                        <div class=\"kpi-value\">0<\/div>\n                        <div class=\"kpi-label\">Support Tickets<\/div>\n                    <\/div>\n                    <div class=\"kpi-card\">\n                        <div class=\"kpi-value\">N\/A<\/div>\n                        <div class=\"kpi-label\">NPS Score<\/div>\n                    <\/div>\n                    <div class=\"kpi-card\">\n                        <div class=\"kpi-value\">0<\/div>\n                        <div class=\"kpi-label\">Days to Renewal<\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Account Information -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">\n                    <span class=\"section-icon\">\ud83c\udfe2<\/span>\n                    Account Details\n                <\/h2>\n                <table>\n                    <thead>\n                        <tr>\n                            <th style=\"width: 30%;\">Field<\/th>\n                            <th>Information<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><strong>\u516c\u53f8\u540d\u5b57<\/strong><\/td>\n                            <td><input type=\"text\" placeholder=\"Enter company name\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Industry<\/strong><\/td>\n                            <td><input type=\"text\" placeholder=\"Enter industry sector\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Company Size<\/strong><\/td>\n                            <td><input type=\"text\" placeholder=\"Number of employees\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Subscription Plan<\/strong><\/td>\n                            <td><input type=\"text\" placeholder=\"e.g., Enterprise, Professional\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Contract Start Date<\/strong><\/td>\n                            <td><input type=\"date\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Contract Length<\/strong><\/td>\n                            <td><input type=\"text\" placeholder=\"e.g., 12 months, 24 months\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Renewal Date<\/strong><\/td>\n                            <td><input type=\"date\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Primary Contact<\/strong><\/td>\n                            <td><input type=\"text\" placeholder=\"Name and title\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Contact Email<\/strong><\/td>\n                            <td><input type=\"email\" placeholder=\"contact@company.com\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Stakeholders<\/strong><\/td>\n                            <td><textarea placeholder=\"List key stakeholders and their roles\"><\/textarea><\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/section>\n\n            <!-- Usage & Engagement -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">\n                    <span class=\"section-icon\">\ud83d\udcc8<\/span>\n                    Usage & Engagement Analysis\n                <\/h2>\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Metric<\/th>\n                            <th style=\"width: 20%;\">This Quarter<\/th>\n                            <th style=\"width: 20%;\">Last Quarter<\/th>\n                            <th style=\"width: 15%;\">Trend<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><strong>Total Active Users<\/strong><\/td>\n                            <td><input type=\"number\" placeholder=\"0\"><\/td>\n                            <td><input type=\"number\" placeholder=\"0\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"up\">\u25b2 Up<\/option>\n                                    <option value=\"down\">\u25bc Down<\/option>\n                                    <option value=\"flat\">\u2192 Flat<\/option>\n                                <\/select>\n                            <\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Login Frequency (avg\/user)<\/strong><\/td>\n                            <td><input type=\"text\" placeholder=\"0x per week\"><\/td>\n                            <td><input type=\"text\" placeholder=\"0x per week\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"up\">\u25b2 Up<\/option>\n                                    <option value=\"down\">\u25bc Down<\/option>\n                                    <option value=\"flat\">\u2192 Flat<\/option>\n                                <\/select>\n                            <\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Feature Adoption Rate<\/strong><\/td>\n                            <td><input type=\"text\" placeholder=\"0%\"><\/td>\n                            <td><input type=\"text\" placeholder=\"0%\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"up\">\u25b2 Up<\/option>\n                                    <option value=\"down\">\u25bc Down<\/option>\n                                    <option value=\"flat\">\u2192 Flat<\/option>\n                                <\/select>\n                            <\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Data Storage Used<\/strong><\/td>\n                            <td><input type=\"text\" placeholder=\"0 GB \/ 100 GB\"><\/td>\n                            <td><input type=\"text\" placeholder=\"0 GB \/ 100 GB\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"up\">\u25b2 Up<\/option>\n                                    <option value=\"down\">\u25bc Down<\/option>\n                                    <option value=\"flat\">\u2192 Flat<\/option>\n                                <\/select>\n                            <\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>API Calls \/ Month<\/strong><\/td>\n                            <td><input type=\"number\" placeholder=\"0\"><\/td>\n                            <td><input type=\"number\" placeholder=\"0\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"up\">\u25b2 Up<\/option>\n                                    <option value=\"down\">\u25bc Down<\/option>\n                                    <option value=\"flat\">\u2192 Flat<\/option>\n                                <\/select>\n                            <\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Training Sessions Attended<\/strong><\/td>\n                            <td><input type=\"number\" placeholder=\"0\"><\/td>\n                            <td><input type=\"number\" placeholder=\"0\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"up\">\u25b2 Up<\/option>\n                                    <option value=\"down\">\u25bc Down<\/option>\n                                    <option value=\"flat\">\u2192 Flat<\/option>\n                                <\/select>\n                            <\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/section>\n\n            <!-- Goals & Outcomes -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">\n                    <span class=\"section-icon\">\ud83c\udfaf<\/span>\n                    Business Goals & Outcomes\n                <\/h2>\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Original Goal<\/th>\n                            <th style=\"width: 20%;\">Status<\/th>\n                            <th style=\"width: 35%;\">Progress \/ Notes<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><input type=\"text\" placeholder=\"Enter original business goal\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"achieved\">\u2705 Achieved<\/option>\n                                    <option value=\"on-track\">\ud83d\udfe2 On Track<\/option>\n                                    <option value=\"at-risk\">\ud83d\udfe1 At Risk<\/option>\n                                    <option value=\"off-track\">\ud83d\udd34 Off Track<\/option>\n                                <\/select>\n                            <\/td>\n                            <td><input type=\"text\" placeholder=\"Progress notes\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><input type=\"text\" placeholder=\"Enter original business goal\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"achieved\">\u2705 Achieved<\/option>\n                                    <option value=\"on-track\">\ud83d\udfe2 On Track<\/option>\n                                    <option value=\"at-risk\">\ud83d\udfe1 At Risk<\/option>\n                                    <option value=\"off-track\">\ud83d\udd34 Off Track<\/option>\n                                <\/select>\n                            <\/td>\n                            <td><input type=\"text\" placeholder=\"Progress notes\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><input type=\"text\" placeholder=\"Enter original business goal\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"achieved\">\u2705 Achieved<\/option>\n                                    <option value=\"on-track\">\ud83d\udfe2 On Track<\/option>\n                                    <option value=\"at-risk\">\ud83d\udfe1 At Risk<\/option>\n                                    <option value=\"off-track\">\ud83d\udd34 Off Track<\/option>\n                                <\/select>\n                            <\/td>\n                            <td><input type=\"text\" placeholder=\"Progress notes\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><input type=\"text\" placeholder=\"Enter original business goal\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"achieved\">\u2705 Achieved<\/option>\n                                    <option value=\"on-track\">\ud83d\udfe2 On Track<\/option>\n                                    <option value=\"at-risk\">\ud83d\udfe1 At Risk<\/option>\n                                    <option value=\"off-track\">\ud83d\udd34 Off Track<\/option>\n                                <\/select>\n                            <\/td>\n                            <td><input type=\"text\" placeholder=\"Progress notes\"><\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/section>\n\n            <!-- Support & Satisfaction -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">\n                    <span class=\"section-icon\">\ud83d\udcac<\/span>\n                    Support & Customer Satisfaction\n                <\/h2>\n                <table>\n                    <thead>\n                        <tr>\n                            <th style=\"width: 30%;\">Metric<\/th>\n                            <th>Value \/ Notes<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><strong>Support Tickets (this quarter)<\/strong><\/td>\n                            <td><input type=\"number\" placeholder=\"Enter total tickets\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Average Resolution Time<\/strong><\/td>\n                            <td><input type=\"text\" placeholder=\"e.g., 4 hours\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Open Critical Issues<\/strong><\/td>\n                            <td><input type=\"number\" placeholder=\"Number of critical issues\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Recent NPS Score<\/strong><\/td>\n                            <td><input type=\"text\" placeholder=\"Enter NPS score (-100 to 100)\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Recent CSAT Score<\/strong><\/td>\n                            <td><input type=\"text\" placeholder=\"Enter CSAT score (1-5)\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Customer Feedback Summary<\/strong><\/td>\n                            <td><textarea placeholder=\"Summarize recent positive and negative feedback\"><\/textarea><\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/section>\n\n            <!-- Financial Summary -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">\n                    <span class=\"section-icon\">\ud83d\udcb0<\/span>\n                    Financial Summary\n                <\/h2>\n                <table>\n                    <thead>\n                        <tr>\n                            <th style=\"width: 30%;\">Field<\/th>\n                            <th>Information<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><strong>Annual Contract Value (ACV)<\/strong><\/td>\n                            <td><input type=\"text\" placeholder=\"$0\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Total Contract Value (TCV)<\/strong><\/td>\n                            <td><input type=\"text\" placeholder=\"$0\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Revenue Generated (QTD)<\/strong><\/td>\n                            <td><input type=\"text\" placeholder=\"$0\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Expansion Revenue Potential<\/strong><\/td>\n                            <td><input type=\"text\" placeholder=\"$0\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Payment Status<\/strong><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">Select status<\/option>\n                                    <option value=\"current\">Current<\/option>\n                                    <option value=\"past-due\">Past Due<\/option>\n                                    <option value=\"at-risk\">At Risk<\/option>\n                                <\/select>\n                            <\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Renewal Probability<\/strong><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">Select probability<\/option>\n                                    <option value=\"high\">High (>80%)<\/option>\n                                    <option value=\"medium\">Medium (50-80%)<\/option>\n                                    <option value=\"low\">Low (<50%)<\/option>\n                                <\/select>\n                            <\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/section>\n\n            <!-- Opportunities & Risks -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">\n                    <span class=\"section-icon\">\u2696\ufe0f<\/span>\n                    Opportunities & Risks\n                <\/h2>\n                \n                <h3 style=\"margin-top: 1.5rem; margin-bottom: 1rem; font-size: 1.125rem; color: #1e293b;\">\ud83d\ude80 Expansion Opportunities<\/h3>\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Opportunity<\/th>\n                            <th style=\"width: 25%;\">Potential Value<\/th>\n                            <th style=\"width: 20%;\">Timeline<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><input type=\"text\" placeholder=\"e.g., Upgrade to Enterprise plan\"><\/td>\n                            <td><input type=\"text\" placeholder=\"$0\"><\/td>\n                            <td><input type=\"text\" placeholder=\"Q1 2026\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><input type=\"text\" placeholder=\"e.g., Add 50 more user licenses\"><\/td>\n                            <td><input type=\"text\" placeholder=\"$0\"><\/td>\n                            <td><input type=\"text\" placeholder=\"Q2 2026\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><input type=\"text\" placeholder=\"e.g., Purchase additional modules\"><\/td>\n                            <td><input type=\"text\" placeholder=\"$0\"><\/td>\n                            <td><input type=\"text\" placeholder=\"Q3 2026\"><\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n\n                <h3 style=\"margin-top: 2rem; margin-bottom: 1rem; font-size: 1.125rem; color: #1e293b;\">\u26a0\ufe0f Risk Factors<\/h3>\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Risk \/ Concern<\/th>\n                            <th style=\"width: 20%;\">Severity<\/th>\n                            <th style=\"width: 30%;\">Mitigation Plan<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><input type=\"text\" placeholder=\"Describe potential risk\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"critical\">Critical<\/option>\n                                    <option value=\"high\">High<\/option>\n                                    <option value=\"medium\">Medium<\/option>\n                                    <option value=\"low\">Low<\/option>\n                                <\/select>\n                            <\/td>\n                            <td><input type=\"text\" placeholder=\"Mitigation strategy\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><input type=\"text\" placeholder=\"Describe potential risk\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"critical\">Critical<\/option>\n                                    <option value=\"high\">High<\/option>\n                                    <option value=\"medium\">Medium<\/option>\n                                    <option value=\"low\">Low<\/option>\n                                <\/select>\n                            <\/td>\n                            <td><input type=\"text\" placeholder=\"Mitigation strategy\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><input type=\"text\" placeholder=\"Describe potential risk\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"critical\">Critical<\/option>\n                                    <option value=\"high\">High<\/option>\n                                    <option value=\"medium\">Medium<\/option>\n                                    <option value=\"low\">Low<\/option>\n                                <\/select>\n                            <\/td>\n                            <td><input type=\"text\" placeholder=\"Mitigation strategy\"><\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/section>\n\n            <!-- Action Plan -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">\n                    <span class=\"section-icon\">\u2705<\/span>\n                    Action Plan & Next Steps\n                <\/h2>\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Action Item<\/th>\n                            <th style=\"width: 25%;\">Owner<\/th>\n                            <th style=\"width: 20%;\">Due Date<\/th>\n                            <th style=\"width: 15%;\">Priority<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><input type=\"text\" placeholder=\"Action item description\"><\/td>\n                            <td><input type=\"text\" placeholder=\"Owner name\"><\/td>\n                            <td><input type=\"date\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"high\">High<\/option>\n                                    <option value=\"medium\">Medium<\/option>\n                                    <option value=\"low\">Low<\/option>\n                                <\/select>\n                            <\/td>\n                        <\/tr>\n                        <tr>\n                            <td><input type=\"text\" placeholder=\"Action item description\"><\/td>\n                            <td><input type=\"text\" placeholder=\"Owner name\"><\/td>\n                            <td><input type=\"date\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"high\">High<\/option>\n                                    <option value=\"medium\">Medium<\/option>\n                                    <option value=\"low\">Low<\/option>\n                                <\/select>\n                            <\/td>\n                        <\/tr>\n                        <tr>\n                            <td><input type=\"text\" placeholder=\"Action item description\"><\/td>\n                            <td><input type=\"text\" placeholder=\"Owner name\"><\/td>\n                            <td><input type=\"date\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"high\">High<\/option>\n                                    <option value=\"medium\">Medium<\/option>\n                                    <option value=\"low\">Low<\/option>\n                                <\/select>\n                            <\/td>\n                        <\/tr>\n                        <tr>\n                            <td><input type=\"text\" placeholder=\"Action item description\"><\/td>\n                            <td><input type=\"text\" placeholder=\"Owner name\"><\/td>\n                            <td><input type=\"date\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"high\">High<\/option>\n                                    <option value=\"medium\">Medium<\/option>\n                                    <option value=\"low\">Low<\/option>\n                                <\/select>\n                            <\/td>\n                        <\/tr>\n                        <tr>\n                            <td><input type=\"text\" placeholder=\"Action item description\"><\/td>\n                            <td><input type=\"text\" placeholder=\"Owner name\"><\/td>\n                            <td><input type=\"date\"><\/td>\n                            <td>\n                                <select>\n                                    <option value=\"\">--<\/option>\n                                    <option value=\"high\">High<\/option>\n                                    <option value=\"medium\">Medium<\/option>\n                                    <option value=\"low\">Low<\/option>\n                                <\/select>\n                            <\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/section>\n\n            <!-- Executive Summary & Recommendations -->\n            <section class=\"section\">\n                <h2 class=\"section-title\">\n                    <span class=\"section-icon\">\ud83d\udcdd<\/span>\n                    Executive Summary & CSM Recommendations\n                <\/h2>\n                <textarea style=\"width: 100%; min-height: 200px;\" placeholder=\"Provide a concise executive summary of the account's current state, key wins, challenges, and strategic recommendations for the next quarter...\"><\/textarea>\n            <\/section>\n\n            <!-- Signature Section -->\n            <div class=\"signature-section\">\n                <div class=\"signature-block\">\n                    <div class=\"signature-label\">Customer Success Manager<\/div>\n                    <div class=\"signature-line\"><\/div>\n                    <div class=\"signature-date\">Date: _________________<\/div>\n                <\/div>\n                <div class=\"signature-block\">\n                    <div class=\"signature-label\">Customer Primary Contact<\/div>\n                    <div class=\"signature-line\"><\/div>\n                    <div class=\"signature-date\">Date: _________________<\/div>\n                <\/div>\n                <div class=\"signature-block\">\n                    <div class=\"signature-label\">VP of Customer Success<\/div>\n                    <div class=\"signature-line\"><\/div>\n                    <div class=\"signature-date\">Date: _________________<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Account Review Template &#8211; AiPro Institute\u2122 AiPro Institute AiPro Institute\u2122 Account Review Template Quarterly Business Review (QBR) &#038; Account Health Assessment \ud83d\udccb Account Overview Customer Name Account ID Review Date Review Period Customer Success Manager Contract End Date \u2764\ufe0f Account Health Score 85 Overall Health Status Healthy Health score is calculated based on product usage,&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[82],"tags":[],"class_list":["post-2878","post","type-post","status-publish","format-standard","hentry","category-customer-success-department"],"acf":[],"_links":{"self":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/2878","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/comments?post=2878"}],"version-history":[{"count":4,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/2878\/revisions"}],"predecessor-version":[{"id":2938,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/2878\/revisions\/2938"}],"wp:attachment":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/media?parent=2878"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/categories?post=2878"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/tags?post=2878"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}