// أضف هذا القسم في دالة cmdHelp() في src/admin/Commands.php
// بعد } elseif ($section === 'blacklist') {

} elseif ($section === 'access') {
    $text = "🔑 <b>إدارة صلاحيات الوصول الدفعي</b>\n\n";
    $text .= "━━━━━━━━━━━━━━━━━━━━\n";
    $text .= "<b>1️⃣ تغيير صلاحيات الزبائن دفعة</b>\n";
    $text .= "<code>/set_users_access [accounts] [type] [days?] [flags?]</code>\n";
    $text .= "📝 <b>الشرح:</b> تغيير نوع وصول جميع الزبائن لحسابات محددة\n\n";
    
    $text .= "<b>المعاملات:</b>\n";
    $text .= "• <code>accounts</code>: معرفات (1,2,3) أو slugs أو <code>all</code>\n";
    $text .= "• <code>type</code>: <code>lifetime</code> أو <code>timed</code>\n";
    $text .= "• <code>days</code>: عدد الأيام (مطلوب إذا timed)\n\n";
    
    $text .= "<b>Flags:</b>\n";
    $text .= "• <code>--preview</code>: معاينة فقط بدون تنفيذ\n";
    $text .= "• <code>--force</code>: تغيير اشتراكات lifetime أيضاً\n";
    $text .= "• <code>--notify</code>: إرسال إشعارات للزبائن\n\n";
    
    $text .= "📌 <b>أمثلة:</b>\n";
    $text .= "<code>/set_users_access vip-acc timed 30 --preview</code>\n";
    $text .= "<code>/set_users_access 1,2,3 lifetime --force</code>\n";
    $text .= "<code>/set_users_access all timed 60 --notify</code>\n\n";
    
    $text .= "✅ <b>النتيجة (preview):</b>\n";
    $text .= "<i>📋 معاينة تغيير صلاحيات الوصول\n";
    $text .= "⚠️ المعاينة فقط — لم يتم تطبيق أي تغيير\n\n";
    $text .= "📊 الإحصائيات:\n";
    $text .= "• إجمالي السجلات المتأثرة: 124\n";
    $text .= "• عدد الزبائن الفريدين: 98\n";
    $text .= "• Lifetime: 45 | Timed: 79\n\n";
    $text .= "⚠️ تحذير: يوجد 45 اشتراك lifetime لن يتم تغييره\n";
    $text .= "💡 استخدم --force لتغيير اشتراكات lifetime</i>\n\n";
    
    $text .= "━━━━━━━━━━━━━━━━━━━━\n";
    $text .= "<b>2️⃣ ضبط الوصول الافتراضي للحساب</b>\n";
    $text .= "<code>/set_default_account_access [account] [mode] [days?]</code>\n";
    $text .= "📝 <b>الشرح:</b> تحديد نوع الوصول الافتراضي عند إنشاء اشتراكات جديدة\n\n";
    
    $text .= "<b>المعاملات:</b>\n";
    $text .= "• <code>account</code>: ID أو slug أو <code>all</code>\n";
    $text .= "• <code>mode</code>: <code>inherit_global</code> | <code>lifetime</code> | <code>timed</code>\n";
    $text .= "• <code>days</code>: عدد الأيام (مطلوب إذا timed)\n\n";
    
    $text .= "📌 <b>أمثلة:</b>\n";
    $text .= "<code>/set_default_account_access vip-acc timed 30</code>\n";
    $text .= "<code>/set_default_account_access all inherit_global</code>\n";
    $text .= "<code>/set_default_account_access 5 lifetime</code>\n\n";
    
    $text .= "✅ <b>النتيجة:</b>\n";
    $text .= "<i>✅ تم تحديث الإعدادات الافتراضية\n";
    $text .= "• نجح: 1\n";
    $text .= "⏱️ الوصول الافتراضي: Timed (30 يوم)</i>\n\n";
    
    $text .= "━━━━━━━━━━━━━━━━━━━━\n";
    $text .= "<b>3️⃣ عرض الوصول الافتراضي</b>\n";
    $text .= "<code>/get_default_account_access [account|all]</code>\n";
    $text .= "📝 <b>الشرح:</b> عرض إعدادات الوصول الافتراضي الحالية\n\n";
    
    $text .= "📌 <b>أمثلة:</b>\n";
    $text .= "<code>/get_default_account_access vip-acc</code>\n";
    $text .= "<code>/get_default_account_access all</code>\n\n";
    
    $text .= "✅ <b>النتيجة:</b>\n";
    $text .= "<i>⚙️ الوصول الافتراضي - حساب VIP\n\n";
    $text .= "📦 معلومات الحساب:\n";
    $text .= "• ID: 5\n";
    $text .= "• Slug: vip-acc\n\n";
    $text .= "🎯 الإعدادات الحالية:\n";
    $text .= "• المصدر: 📦 إعدادات الحساب\n";
    $text .= "• النوع: ⏱️ Timed (30 يوم)</i>\n\n";
    
    $text .= "━━━━━━━━━━━━━━━━━━━━\n";
    $text .= "<b>4️⃣ قائمة الحسابات التي ترث الإعدادات العامة</b>\n";
    $text .= "<code>/list_accounts_with_default_inherit [page?]</code>\n";
    $text .= "📝 <b>الشرح:</b> عرض الحسابات التي تستخدم الإعدادات العامة\n\n";
    
    $text .= "📌 <b>مثال:</b>\n";
    $text .= "<code>/list_accounts_with_default_inherit</code>\n";
    $text .= "<code>/list_accounts_with_default_inherit 2</code>\n\n";
    
    $text .= "✅ <b>النتيجة:</b>\n";
    $text .= "<i>🌐 الحسابات التي ترث الإعدادات العامة\n\n";
    $text .= "📊 الصفحة 1 من 1 (إجمالي: 3)\n\n";
    $text .= "📦 حساب Basic (basic-acc)\n";
    $text .= "   └ 👥 45 زبون نشط\n\n";
    $text .= "📦 حساب Standard (standard-acc)\n";
    $text .= "   └ 👥 78 زبون نشط</i>\n\n";
    
    $text .= "━━━━━━━━━━━━━━━━━━━━\n";
    $text .= "<b>5️⃣ حالة عملية دفعية</b>\n";
    $text .= "<code>/batch_operation_status [operation_id]</code>\n";
    $text .= "📝 <b>الشرح:</b> متابعة حالة عملية دفعية كبيرة\n\n";
    
    $text .= "📌 <b>مثال:</b>\n";
    $text .= "<code>/batch_operation_status OP-2024-001</code>\n\n";
    
    $text .= "━━━━━━━━━━━━━━━━━━━━\n";
    $text .= "💡 <b>ملاحظات هامة:</b>\n";
    $text .= "• استخدم <code>--preview</code> دائماً قبل التنفيذ الفعلي\n";
    $text .= "• العمليات الكبيرة (>5000 سجل) تُنفذ على دفعات\n";
    $text .= "• جميع التغييرات يتم تسجيلها في <code>admin_audit</code>\n";
    $text .= "• يمكن استعادة القيم القديمة من سجل التدقيق\n";
    $text .= "• الأوامر محمية بـ ADMIN_IDS فقط\n\n";
    
    $text .= "━━━━━━━━━━━━━━━━━━━━\n";
    $text .= "🎯 <b>حالات الاستخدام الشائعة:</b>\n\n";
    
    $text .= "<b>1. تحويل جميع الاشتراكات إلى محدودة المدة:</b>\n";
    $text .= "<code>/set_users_access all timed 30 --force --preview</code>\n";
    $text .= "ثم بعد المراجعة:\n";
    $text .= "<code>/set_users_access all timed 30 --force --notify</code>\n\n";
    
    $text .= "<b>2. جعل حساب معين يرث الإعدادات العامة:</b>\n";
    $text .= "<code>/set_default_account_access vip-acc inherit_global</code>\n\n";
    
    $text .= "<b>3. تحويل حساب محدد إلى lifetime افتراضياً:</b>\n";
    $text .= "<code>/set_default_account_access premium-acc lifetime</code>\n\n";
    
    $text .= "<b>4. مراجعة الإعدادات الحالية:</b>\n";
    $text .= "<code>/get_default_account_access all</code>\n";
    $text .= "<code>/list_accounts_with_default_inherit</code>";
