File: /home/xedaptot/be.naniguide.com/resources/lang/zh/refactor/ai_chatbox_prompts.php
<?php return array (
'admin.action_ai_roi' => 'Show me AI ROI: cost vs 👍 feedback rate',
'admin.action_customer_usage_week' => 'Show me <customer name>\'s AI usage this week',
'admin.action_customers_most_errors' => 'Which customers are generating the most AI errors?',
'admin.action_lookup_trace_id' => 'Where do I look up trace_id <id>?',
'admin.action_most_expensive_prompts' => 'What were the most expensive AI prompts this week?',
'admin.action_today_cost_by_engine' => 'Show me today\'s AI cost broken down by engine',
'admin.action_tool_timeline_trace' => 'Show me the tool-call timeline for trace_id <id>',
'admin.action_top_token_customers' => 'Show me top customers by AI token usage this month',
'admin.action_trace_ids_tool_timeout' => 'Which trace_ids hit the tool timeout in the last 24h?',
'admin.action_usage_trend_30d' => 'Show me AI usage trend for the last 30 days',
'admin.coach_enable_debug_store_raw' => 'When should I enable ai_debug_store_raw in production?',
'admin.coach_engine_cutover_plan' => 'How do I plan an engine cutover with minimal customer impact?',
'admin.coach_rate_limit_override' => 'Walk me through the rate-limit override pattern',
'admin.coach_safe_max_loop_iter' => 'What\'s the safe default for ai_agent_max_loop_iter?',
'admin.diag_agent_chat_success_low' => 'Why is agent_chat success rate low this week?',
'admin.diag_agent_fail_customer' => 'Why did agent_chat fail for customer <name>?',
'admin.diag_dashboard_zero_customers' => 'Why does the dashboard show 0 customers in By Customer tab?',
'admin.diag_loop_max_yesterday' => 'Why did the agent loop iterate to max yesterday?',
'admin.diag_task_rate_limited' => 'Why is task <task name> hitting rate limits?',
'admin.info_add_new_model' => 'How do I add a new model to a connected engine?',
'admin.info_ai_debug_store_raw' => 'Explain what ai_debug_store_raw does',
'admin.info_audit_logs_location' => 'Where do agent action audit logs live?',
'admin.info_bulk_disable_inactive' => 'How do I bulk-disable AI for inactive customers?',
'admin.info_disable_chatbox' => 'How do I disable the AI chatbox without redeploying?',
'admin.info_engine_per_task' => 'How do I see which engine each task is using?',
'admin.info_quota_vs_cap' => 'Difference between per-task quota and per-customer cap?',
'admin.info_rotate_anthropic_key' => 'How do I rotate the Anthropic API key without downtime?',
'admin.info_rotate_openai_key' => 'How do I rotate the OpenAI API key without downtime?',
'admin.info_switch_default_engine' => 'How do I switch the default engine from Ollama to OpenAI?',
'admin.info_tasks_quota_cap' => 'Which tasks are hitting the daily quota cap?',
'admin.universal_add_admin_user' => 'How do I add a new admin user?',
'admin.universal_blacklist_bounce' => 'Where do I view the email blacklist / bounce handlers?',
'admin.universal_change_sender_domain' => 'How do I change the default sender domain for the platform?',
'admin.universal_configure_ai' => 'How do I configure AI engines, quotas, and feature flags?',
'admin.universal_configure_payment_gateway' => 'How do I configure a payment gateway?',
'admin.universal_create_admin_group' => 'How do I create an admin group with custom permissions?',
'admin.universal_create_plan' => 'How do I create a new plan?',
'admin.universal_disable_customer' => 'How do I disable a customer\'s account?',
'admin.universal_global_settings' => 'Where do I edit global system settings?',
'admin.universal_login_as_customer' => 'How do I login as a customer to debug their account?',
'admin.universal_manage_customers' => 'Where do I manage customers?',
'admin.universal_manage_plugins' => 'How do I manage installed plugins?',
'admin.universal_monitor_queue' => 'Where do I monitor the queue / cron jobs?',
'admin.universal_refund_invoice' => 'How do I issue a refund or void an invoice?',
'admin.universal_see_subscriptions' => 'Where do I see all customer subscriptions?',
'admin.universal_shared_sending_servers' => 'Where do I manage shared sending servers?',
'admin.universal_shared_templates' => 'Where do I manage shared email and page templates?',
'admin.universal_system_logs' => 'Where do I find the system + activity logs?',
'admin.universal_update_translation' => 'How do I update an interface translation language?',
'automation.add_condition_opened' => 'Add a condition checking \'opened email\' after step <step name> in <automation>',
'automation.add_wait_named' => 'Add a 1-day wait after the welcome email in <automation name>',
'automation.coach_always_goodbye' => 'Should I always include a Goodbye step on long flows?',
'automation.coach_branch_no_open' => 'How do I send only to people who didn\'t open the previous email?',
'automation.coach_default_enabled' => 'Should new automations launch enabled or disabled?',
'automation.coach_open_no_click' => 'How do I add a \'opened but didn\'t click\' condition?',
'automation.coach_parallel_limit' => 'How many parallel automations is too many on one list?',
'automation.coach_trigger_welcome' => 'Which trigger should I use for a welcome email?',
'automation.coach_wait_length' => 'What\'s a sensible Wait length between steps?',
'automation.diag_ai_reverted_approved' => 'Why did the AI revert an automation change I approved?',
'automation.diag_condition_always_no' => 'Why does my Condition node always take the No branch?',
'automation.diag_dry_run_empty' => 'Why is the dry-run output empty for my automation?',
'automation.diag_not_firing_named' => 'Why didn\'t <automation name> fire for new subscribers?',
'automation.diag_running_no_sends' => 'Why does my automation show \'subscribers running\' but no sends?',
'automation.diag_subscribers_stuck' => 'Why are subscribers stuck at the same step for days?',
'automation.diag_wait_fired_early' => 'Why did my Wait step fire earlier than expected?',
'automation.diag_webhook_trigger_silent' => 'Why is my webhook trigger not firing the automation?',
'automation.dry_run_named' => 'Dry-run <automation name> and show the predicted action sequence',
'automation.info_audit_trail_location' => 'Where do I find the audit trail of AI-driven edits?',
'automation.info_campaign_vs_automation' => 'What\'s the difference between a campaign and an automation?',
'automation.info_clone_to_other_list' => 'How do I clone an automation to another list?',
'automation.info_diff_preview_compute' => 'How does the agent compute the diff preview before apply?',
'automation.info_export_tree_json' => 'Can I export an automation tree as JSON for review?',
'automation.info_max_wait_length' => 'How long can a Wait step be?',
'automation.info_no_auto_apply' => 'Why does the AI never auto-apply automation changes?',
'automation.info_operate_downstream' => 'How do Operate nodes (add / remove tag) affect downstream conditions?',
'automation.info_running_subs_on_edit' => 'What happens to running subscribers if I edit the tree?',
'automation.info_subscriber_unsub_mid_flow' => 'What happens if a subscriber unsubscribes mid-automation?',
'automation.info_supported_triggers' => 'What triggers does the platform support out of the box?',
'automation.info_test_no_real_send' => 'How do I test an automation without sending real emails?',
'automation.info_trigger_via_webhook' => 'How do I trigger an automation from a webhook?',
'automation.preset_abandoned_cart' => 'Build me an Abandoned Cart flow with two reminders',
'automation.preset_birthday_9am' => 'Set up a Birthday email at 9am local time',
'automation.preset_goodbye_on_unsub' => 'Set up a goodbye email when someone unsubscribes',
'automation.preset_onboarding_branches' => 'Build a customer onboarding flow with conditional branches',
'automation.preset_post_purchase_upsell' => 'Build a post-purchase upsell automation',
'automation.preset_pre_renewal' => 'Create a pre-renewal reminder for annual subscribers',
'automation.preset_reengagement_60d' => 'Build a re-engagement flow for subscribers inactive 60+ days',
'automation.preset_tag_paid_onboarding' => 'Build a tag-driven automation: when \'paid\' tag added, send onboarding',
'automation.preset_webinar_flow' => 'Build a webinar flow: signup → reminder → replay',
'automation.preset_welcome_5_personalised' => 'Spin up a 5-email Welcome Series with personalised greetings',
'automation.preset_welcome_series' => 'Spin up a Welcome Series automation for new signups',
'automation.preset_winback' => 'Create a Win-back automation for inactive subscribers',
'automation.rollback_ai_change' => 'How do I rollback an AI-applied automation change?',
'automation.show_tree_named' => 'Show me the tree shape of <automation name>',
'campaign.audit_deliverability' => 'Audit <campaign name> for deliverability before send',
'campaign.audit_subject_spam' => 'Audit this subject line for spam triggers: <paste subject>',
'campaign.bounce_reasons' => 'Show me bounce reasons for <campaign name>',
'campaign.cancel_scheduled' => 'Cancel scheduled <campaign name>',
'campaign.click_breakdown' => 'Show me click breakdown by link for <campaign name>',
'campaign.coach_ab_slice_size' => 'What\'s the right A/B test slice size?',
'campaign.coach_ab_wait_hours' => 'How long should I wait for the A/B winner?',
'campaign.coach_avoid_promotions_tab' => 'How do I avoid the Promotions tab on Gmail?',
'campaign.coach_best_send_time' => 'When is the best time to send a newsletter?',
'campaign.coach_body_length' => 'How short should the body be for marketing emails?',
'campaign.coach_cadence' => 'What\'s a sensible cadence for marketing emails?',
'campaign.coach_emoji_subject' => 'Should I use emoji in subject lines?',
'campaign.coach_from_name' => 'Should the from-name match the brand or a real human?',
'campaign.coach_image_usage' => 'Should I include images in every campaign?',
'campaign.coach_personalise_subject' => 'Should I personalise my subject line?',
'campaign.coach_reduce_unsub' => 'How do I reduce unsubscribe rate on a marketing campaign?',
'campaign.coach_resend_unopened' => 'Is it ok to resend an unopened campaign to non-openers?',
'campaign.compare_ab' => 'Compare A/B variants for <campaign name>',
'campaign.create_named' => 'Create a new campaign called <campaign name> on list <list name>',
'campaign.diag_ab_winner_no_send' => 'Why did the A/B winner not auto-send to the remaining audience?',
'campaign.diag_click_rate_low_high_open' => 'Why is my click rate low even though opens are high?',
'campaign.diag_open_rate_low_generic' => 'Why is my open rate low on a campaign?',
'campaign.diag_open_rate_low_named' => 'Why is the open rate low on <campaign name>?',
'campaign.diag_stuck_in_queued' => 'Why is my campaign stuck in \'queued\' state?',
'campaign.diag_subscribers_not_receiving' => 'Why are some subscribers not receiving my campaign?',
'campaign.diag_subscribers_skipped' => 'Why did my campaign skip some subscribers?',
'campaign.duplicate_as' => 'Duplicate <campaign name> as <new name>',
'campaign.estimate_reach' => 'How many subscribers will <campaign name> reach if I send now?',
'campaign.info_ab_3_variants' => 'How do I run an A/B test with 3 variants?',
'campaign.info_apple_mpp_inflation' => 'Why are my Apple Mail open rates inflated by MPP?',
'campaign.info_delivery_vs_open' => 'What does delivery rate include vs open rate?',
'campaign.info_explain_ab_split' => 'Explain what an A/B split does',
'campaign.info_export_analytics' => 'How do I export campaign analytics to CSV?',
'campaign.info_how_duplicate' => 'How do I duplicate an existing campaign?',
'campaign.info_per_link_clicks' => 'How do I see who clicked which link in a campaign?',
'campaign.info_preheader_skip' => 'When is a preheader not worth setting?',
'campaign.info_schedule_timezone' => 'How do I schedule a campaign for a specific timezone?',
'campaign.info_spam_trigger_words' => 'What spam trigger words should I avoid in subjects?',
'campaign.info_status_meanings' => 'What does each campaign status mean (new / scheduled / sending / done / paused)?',
'campaign.info_unschedule_draft' => 'How do I unschedule a draft campaign?',
'campaign.info_unsubscribe_url_source' => 'Where does the unsubscribe URL come from on a campaign?',
'campaign.info_utm_tracking' => 'How do I track UTM parameters in campaign links?',
'campaign.info_winner_criteria_compare' => 'Compare open_rate vs click_rate as A/B winner criteria',
'campaign.list_drafts' => 'List my draft campaigns',
'campaign.pause' => 'Pause <campaign name> right now',
'campaign.resume' => 'Resume paused campaign <campaign name>',
'campaign.schedule_send' => 'Schedule <campaign name> to send tomorrow at 09:00',
'campaign.send_now' => 'Send <campaign name> right now (not scheduled)',
'campaign.send_test' => 'Send a test of <campaign name> to <email>',
'campaign.set_subject' => 'Set subject of <campaign name> to <new subject>',
'campaign.show_stats' => 'Show me stats for <campaign name>',
'campaign.suggest_preheader_launch' => 'Suggest a preheader for a launch announcement',
'campaign.suggest_preheader_q4' => 'Suggest a preheader for a Q4 sale campaign',
'campaign.suggest_send_time_named' => 'Suggest the best send time for my <campaign name> campaign',
'campaign.suggest_subject_onboarding' => 'Suggest a subject line for a customer onboarding email',
'campaign.suggest_subject_variants' => 'Write 3 subject variants: curiosity, benefit, urgency',
'campaign.suggest_subjects_bf' => 'Suggest 5 high-CTR subject lines for a Black Friday sale',
'form.audit_gdpr' => 'Audit <form name> for GDPR compliance',
'form.check_gdpr_named' => 'Is form <name> GDPR-compliant?',
'form.coach_enable_double_optin' => 'Should I enable double opt-in?',
'form.coach_good_success_msg' => 'How do I write a good success message?',
'form.coach_privacy_link_placement' => 'Where should the privacy-policy link go on the form?',
'form.coach_require_company_size' => 'Should I require company size on a B2B lead-gen form?',
'form.coach_visible_field_count' => 'How many fields should I keep visible to maximise conversion?',
'form.compare_conversion' => 'Compare conversion between <form A> and <form B>',
'form.diag_captcha_false_positive' => 'Why is my form\'s CAPTCHA failing legitimate visitors?',
'form.diag_confirm_email_spam' => 'Why are confirmation emails from my form going to spam?',
'form.diag_embed_broken_mobile' => 'Why does my form embed look broken on mobile?',
'form.diag_embed_slow_load' => 'Why does my embedded form load slowly on the host page?',
'form.diag_low_conversion_generic' => 'Why is my form converting so poorly?',
'form.diag_submissions_not_appearing' => 'I just published my form but submissions aren\'t appearing',
'form.dropoff_analysis' => 'Why is <form name> not converting (drop-off analysis)?',
'form.info_ab_test_form' => 'How do I A/B test two versions of the same form?',
'form.info_add_captcha' => 'How do I add CAPTCHA to my form?',
'form.info_add_consent_checkbox' => 'How do I add a consent checkbox (GDPR-compliant)?',
'form.info_footer_gdpr' => 'What should be in the form footer for GDPR?',
'form.info_hidden_vs_custom' => 'What\'s the difference between hidden and custom fields?',
'form.info_iframe_vs_js_embed' => 'What\'s the difference between iframe embed and JS embed?',
'form.info_logo_upload_size' => 'What\'s the maximum upload size for a logo on a hosted form page?',
'form.info_multi_list' => 'Can I have one form sign up to multiple lists?',
'form.info_per_intent_success' => 'How do I send a different success message per signup intent?',
'form.info_prefill_via_url' => 'How do I prefill form fields from URL parameters?',
'form.info_redirect_thank_you' => 'How do I redirect to a thank-you page after submit?',
'form.info_responsive_embed' => 'How do I make a form embed responsive?',
'form.info_store_signup_source' => 'How do I store the original signup source on each subscriber?',
'form.info_track_abandonment' => 'How do I track form abandonment?',
'form.info_unpublish_temporarily' => 'How do I unpublish a form temporarily?',
'form.suggest_fields_b2b_demo' => 'Build a lead-gen form for B2B SaaS demo signups',
'form.suggest_fields_community' => 'Build a community / Slack invite form',
'form.suggest_fields_event_rsvp' => 'Build an event RSVP form with attendee count',
'form.suggest_fields_named' => 'Suggest fields for a <event RSVP / webinar / community> form',
'form.suggest_fields_newsletter' => 'Which fields should my newsletter signup form ask for?',
'form.suggest_fields_progressive' => 'Build a 2-step progressive form (email first, then details)',
'form.suggest_fields_webinar' => 'Build a webinar registration form with reminder field',
'form.suggest_success_msg_playful' => 'Suggest a success message in a playful tone',
'form.suggest_success_msg_professional' => 'Suggest a success message in a professional tone',
'form.suggest_success_msg_warm' => 'Suggest a success message in a warm tone',
'list.apply_tag_to_all' => 'Apply tag <tag> to every subscriber in <list name>',
'list.apply_template_to_campaign' => 'Apply template <template name> to campaign <campaign name>',
'list.blacklist_email_account_wide' => 'How do I blacklist an email address account-wide?',
'list.block_role_based_emails' => 'How do I prevent role-based emails (info@, admin@) from signing up?',
'list.bulk_tag_subscribers' => 'How do I tag a batch of subscribers at once?',
'list.bulk_tag_via_csv' => 'How do I bulk-tag subscribers from a CSV import?',
'list.change_default_from' => 'How do I change the default From name + From email on a list?',
'list.clean_stale_list' => 'What\'s the best way to clean a stale list?',
'list.clone_template_as' => 'Clone the <template name> template as <new name>',
'list.configure_welcome_email' => 'How do I configure the welcome email for a list?',
'list.count_bounced_subscribers' => 'How many bounced subscribers does <list name> have?',
'list.count_subscribers' => 'How many subscribers does my <list name> list have?',
'list.csv_import_keep_custom_fields' => 'How do I import subscribers from a CSV without losing custom field values?',
'list.csv_import_with_tagging' => 'How do I import a CSV and tag subscribers based on a column?',
'list.custom_fields_to_collect' => 'What custom fields are worth collecting on signup?',
'list.delete_list' => 'Delete <list name> permanently',
'list.delete_subscriber' => 'Delete subscriber <email> from <list name>',
'list.delete_tag' => 'Delete tag <tag> from <list name>',
'list.edit_unsubscribe_page' => 'How do I edit the unsubscribe page for a list?',
'list.enable_double_optin' => 'What is double opt-in and how do I enable it?',
'list.export_list_backup' => 'How do I export a list backup before deletion?',
'list.export_subscribers' => 'Export the <list name> subscriber list',
'list.find_duplicate_emails' => 'How do I find duplicate emails across my lists?',
'list.find_list_by_substring' => 'Find a list whose name contains <substring>',
'list.find_subscriber_by_email' => 'Find subscriber <email> in <list name>',
'list.find_subscribers_by_domain' => 'Find subscribers in <list name> with email containing <domain>',
'list.gdpr_consent_tracking' => 'How do I add GDPR consent tracking to a list?',
'list.healthy_bounce_rate' => 'What\'s a healthy bounce rate to aim for?',
'list.import_csv_paste' => 'Import these subscribers into <list name>: <pasted CSV>',
'list.merge_two_lists' => 'How do I merge two lists without losing engagement history?',
'list.move_subscriber_between_lists' => 'How do I move a subscriber from one list to another?',
'list.one_big_or_many_small' => 'Should I keep one big list or many small ones?',
'list.reengage_inactive' => 'How do I re-engage subscribers who haven\'t opened in 6 months?',
'list.remove_tag_from_subscriber' => 'Remove tag <tag> from <email> in <list name>',
'list.rename_tag' => 'Rename tag <old> to <new> across <list name>',
'list.see_import_history' => 'How do I see the import history for a list?',
'list.see_unsubscribers' => 'How do I see who unsubscribed from a list and why?',
'list.show_subscriber_stats' => 'Show me subscriber stats for <list name>',
'list.show_subscriber_tags' => 'Show me all subscriber tags in <list name>',
'list.spin_up_new_list' => 'Spin up a new list called <list name>',
'list.split_vs_segment' => 'When should I split a list vs add a segment?',
'list.stop_fake_signups' => 'How do I stop fake signups (bots, spam)?',
'list.subscriber_growth_30d' => 'Show me subscriber growth on <list name> for the last 30 days',
'list.subscriber_in_two_lists' => 'Can subscribers be in two lists at once?',
'list.subscriber_status_diff' => 'What\'s the difference between subscribed, unconfirmed, unsubscribed, bounced, blacklisted?',
'list.supported_field_types' => 'What field types does the platform support (text / number / date / select / checkbox)?',
'list.tag_subscriber' => 'Tag <email> in <list name> with <tag>, <tag>',
'list.update_subscriber_first_name' => 'Update <email>\'s FIRST_NAME to <name> in <list name>',
'list.update_welcome_email' => 'Update <list name> to send a welcome email to new subscribers',
'list.what_happens_on_delete' => 'What happens to subscribers when I delete a list?',
'list.where_is_signup_form_code' => 'Where does the embedded signup form code live for a list?',
'list.why_count_mismatch_after_import' => 'Why does my list count not match my CSV row count after import?',
'list.why_email_marked_bounced' => 'Why did <email> get marked as bounced in <list name>?',
'list.why_import_has_failed_rows' => 'Why is the import showing failed rows for <list name>?',
'list.why_spam_complaints' => 'Why do some subscribers show as \'spam-complained\'?',
'list.why_unconfirmed_stuck' => 'Why are some subscribers stuck in \'unconfirmed\' state?',
'list.why_unsubscribes_spiking' => 'Why are unsubscribes spiking on <list name> this week?',
'segment.build_active_opened_30d' => 'Active subscribers plus opened in the last 30 days',
'segment.build_by_email_domain' => 'Subscribers from <domain> or <domain> only',
'segment.build_clicked_last_3' => 'Subscribers who clicked the CTA in my last 3 campaigns',
'segment.build_clicked_no_convert' => 'Build a segment of subscribers who clicked but didn\'t convert',
'segment.build_cold_signups' => 'Subscribers who never opened a single email (cold signups)',
'segment.build_describe_audience' => 'Build a segment of <describe your audience>',
'segment.build_engaged_not_recent' => 'Engaged in last 30 days but not opened in last 7',
'segment.build_eu_gdpr' => 'Subscribers in the EU for GDPR-only campaigns',
'segment.build_opened_7d' => 'Build a segment of subscribers who opened in the last 7 days',
'segment.build_power_users' => 'Power users: opened > 10 emails AND clicked > 3 times',
'segment.build_signed_up_14d' => 'Subscribers who signed up in the last 14 days',
'segment.build_tag_include_exclude' => 'Subscribers tagged <include tag> but not <exclude tag>',
'segment.build_verified_no_bounces' => 'Subscribers with a verified email and no recent bounces',
'segment.coach_avoid_count_drift' => 'How do I avoid segment count drift over time?',
'segment.coach_complexity_limit' => 'What\'s the maximum segment complexity I should build?',
'segment.coach_match_mode_default' => 'What\'s a sensible default match mode (all vs any) for marketing?',
'segment.coach_one_mega_or_many' => 'Should I keep one mega-segment or split into many smaller ones?',
'segment.coach_rebuild_engagement' => 'When should I rebuild engagement segments to keep them fresh?',
'segment.coach_signup_source' => 'How do I segment by signup source?',
'segment.diag_count_drift' => 'Why does my segment count change between previews?',
'segment.diag_count_zero' => 'Why is my segment count zero?',
'segment.diag_count_zero_named' => 'Why is segment <segment name>\'s count zero?',
'segment.diag_excludes_expected' => 'Why does my segment exclude subscribers I expect to be included?',
'segment.diag_slow_preview' => 'Why is the segment preview slow on <list name>?',
'segment.explain_built_named' => 'Explain how segment <segment name> is currently built',
'segment.explain_op_created_last_x' => 'Explain the operator created_date_last_x_days',
'segment.explain_op_last_open' => 'Explain the operator last_open_email_less_than_days',
'segment.explain_op_verification' => 'Explain the operator verification_equal',
'segment.find_inactive_90d' => 'Find inactive subscribers who haven\'t opened in 90 days',
'segment.info_blank_for_hygiene' => 'How do I use blank / not_blank for personalisation hygiene?',
'segment.info_count_cache' => 'How are segment subscriber counts cached?',
'segment.info_engagement_never_opened' => 'How do engagement operators handle subscribers who never opened?',
'segment.info_match_modes' => 'What\'s the difference between match-all (AND) and match-any (OR)?',
'segment.info_segment_across_lists' => 'Can I reuse the same segment across multiple lists?',
'segment.info_storage_format' => 'How does the platform store segment rules in the database?',
'segment.info_supported_fields' => 'What custom fields can I segment on?',
'segment.info_tag_vs_equal' => 'What\'s the difference between tag_contains and equal?',
'segment.info_tagged_after_create' => 'How do I make a segment include subscribers tagged after creation?',
'segment.show_count_named' => 'Show me the count of segment named <segment name>',
'segment.test_rules_before_save' => 'Test these rules before I save the segment',
'sending.audit_dmarc_alignment' => 'Audit my sending domain for DMARC alignment',
'sending.bounce_breakdown_named' => 'Show me bounce breakdown for <sending server name> last 7 days',
'sending.check_dns_health' => 'Check DNS health for <yourdomain.com>',
'sending.coach_bimi_worth_it' => 'What\'s BIMI and is it worth setting up?',
'sending.coach_cheapest_100k' => 'What\'s the cheapest sending backend for 100k subscribers?',
'sending.coach_compare_high_volume' => 'Compare SES vs SendGrid vs Mailgun for high-volume marketing',
'sending.coach_ip_warming' => 'What\'s IP warming and do I need it?',
'sending.coach_monitor_reputation' => 'How do I monitor my sender reputation?',
'sending.coach_reduce_bounces' => 'How do I reduce my bounce rate?',
'sending.coach_rotate_api_keys' => 'How often should I rotate sending API keys?',
'sending.coach_shared_vs_dedicated_ip' => 'Should I use a shared IP or a dedicated IP?',
'sending.coach_switch_provider' => 'How do I switch from SES to Mailgun without losing reputation?',
'sending.diag_connection_refused' => 'How do I troubleshoot \'connection refused\' errors?',
'sending.diag_dkim_failing_named' => 'Why is my DKIM failing for <yourdomain.com>?',
'sending.diag_dmarc_reporting_none' => 'Why is my DMARC reporting `none`?',
'sending.diag_landing_promotions_tab' => 'Why are my emails landing in Promotions tab on Gmail?',
'sending.diag_marked_spam_outlook' => 'Why are my emails marked as spam by Outlook?',
'sending.diag_quota_exhausted_early' => 'Why does the platform show send quota exhausted before my plan limit?',
'sending.diag_recipient_domain_blocking' => 'Why are some recipients on the same domain getting blocked?',
'sending.diag_ses_throttling' => 'Why am I seeing throttling errors from SES?',
'sending.diag_single_server_stalling' => 'Why is delivery on a single sending server stalling?',
'sending.diag_smtp_auth_failures' => 'Why does my SMTP server show authentication failures?',
'sending.diag_soft_to_hard_promotion' => 'Why are my soft bounces converting to hard bounces?',
'sending.guide_spf_dkim_publish' => 'Walk me through publishing SPF + DKIM for a new domain',
'sending.info_backends_supported' => 'Which sending backends do you support?',
'sending.info_check_blocklist' => 'How do I know if I\'m on a blocklist?',
'sending.info_configure_verp' => 'How do I configure VERP for bounce handling?',
'sending.info_dmarc_policies' => 'What\'s the difference between p=none, quarantine, and reject?',
'sending.info_explain_hard_5_1_1' => 'Explain a hard bounce: 5.1.1 user unknown',
'sending.info_explain_soft_4_7_0' => 'Explain a soft bounce: 4.7.0 rate-limited',
'sending.info_gmail_oauth_backends' => 'Which backends support Gmail OAuth?',
'sending.info_hard_vs_soft_bounces' => 'What\'s the difference between hard and soft bounces?',
'sending.info_multiplex_servers' => 'How does the platform multiplex across multiple sending servers?',
'sending.info_setup_dedicated_ips' => 'How do I set up dedicated IPs?',
'sending.info_setup_fbl' => 'How do I add a feedback loop (FBL) with Yahoo / Outlook?',
'sending.info_smtp_tls_port' => 'What value should I put for SMTP port with TLS?',
'sending.info_spf_flattening' => 'What is SPF flattening and when do I need it?',
'sending.info_verify_mailgun' => 'How do I verify my domain for Mailgun?',
'sending.info_verify_sendgrid' => 'How do I verify my domain for SendGrid?',
'sending.info_verify_ses' => 'How do I verify my domain for SES?',
'sending.setup_dkim_named' => 'Set up DKIM for <provider name>',
'sending.test_connection' => 'Test the connection on my <sending server name>',
'support.action_automation_status' => 'Show me the status of my <name> automation',
'support.action_compare_opens' => 'Compare opens between <campaign A> and <campaign B>',
'support.action_find_campaign' => 'Find me the campaign called <name> and show its stats',
'support.action_list_count' => 'How many subscribers does my <list name> list have?',
'support.coach_clean_inactive' => 'How do I clean inactive subscribers?',
'support.coach_healthy_bounce_rate' => 'What\'s a healthy bounce rate for marketing email?',
'support.coach_marketing_cadence' => 'How often should I send marketing emails?',
'support.coach_segment_before_send' => 'Should I segment my list before every campaign?',
'support.diag_campaign_stuck_sending' => 'Why is my campaign stuck in \'Sending\'?',
'support.diag_test_email_missing' => 'Why is my test email not arriving?',
'support.info_ai_features_overview' => 'What AI features are available in the platform?',
'support.info_ai_write_subject' => 'Can AI write my email subject for me?',
'support.info_apple_mpp_inflation' => 'Why are my Apple Mail open rates inflated?',
'support.info_bulk_tag_subscribers' => 'How do I tag subscribers in bulk?',
'support.info_campaign_reports_location' => 'Where do I find campaign reports?',
'support.info_campaign_vs_automation' => 'What\'s the difference between a campaign and an automation?',
'support.info_can_ab_subjects' => 'Can I A/B test subject lines?',
'support.info_configure_spf_dkim' => 'How do I configure SPF/DKIM for my sending domain?',
'support.info_create_automation' => 'How do I create an automation?',
'support.info_create_campaign' => 'How do I create a campaign?',
'support.info_create_form' => 'How do I create a signup form?',
'support.info_create_list' => 'How do I create a list?',
'support.info_create_template' => 'How do I create an email template?',
'support.info_import_csv' => 'How do I import subscribers from a CSV?',
'support.info_list_health_location' => 'Where do I find list health reports?',
'support.info_list_vs_segment' => 'What\'s the difference between a list and a segment?',
'support.info_set_brand_voice' => 'Where do I set my brand voice for AI?',
'support.universal_ab_subjects' => 'Can I A/B test subject lines?',
'support.universal_account_activity_logs' => 'Where can I see my account activity logs?',
'support.universal_add_user' => 'How do I add a user to my account?',
'support.universal_ai_features' => 'What AI features are available in the platform?',
'support.universal_ai_subject' => 'Can AI write my email subject for me?',
'support.universal_api_docs' => 'Where can I find the API documentation?',
'support.universal_api_key_rotate' => 'Where\'s my API key and how do I rotate it?',
'support.universal_automation_vs_campaign' => 'How do automations differ from campaigns?',
'support.universal_brand_voice_config' => 'Where do I configure brand voice for AI rewrites?',
'support.universal_campaign_reports' => 'Where do I find campaign reports?',
'support.universal_change_language' => 'How do I change the interface language?',
'support.universal_change_password' => 'How do I change my password?',
'support.universal_check_sending_quota' => 'Where do I check my remaining sending quota?',
'support.universal_create_user_role' => 'How do I create a custom user role?',
'support.universal_download_invoices' => 'Where can I download invoices for past payments?',
'support.universal_enable_2fa' => 'How do I enable two-factor authentication (2FA)?',
'support.universal_evs_credits' => 'Where do I see my email-verification credits?',
'support.universal_export_account_data' => 'How do I export my account data?',
'support.universal_hard_vs_soft_bounce' => 'What\'s the difference between hard and soft bounces?',
'support.universal_list_health' => 'Where do I find list health / subscriber stats?',
'support.universal_list_vs_segment' => 'What\'s the difference between a list and a segment?',
'support.universal_plan_subscription' => 'Where do I see my current plan and subscription status?',
'support.universal_switch_theme' => 'How do I switch the color theme (light / dark)?',
'support.universal_test_email_diag' => 'Why did my test email not arrive?',
'support.universal_update_billing_address' => 'Where do I update my billing address?',
'support.universal_which_ai_engine' => 'Which AI engine is the platform using?',
) ?>