Dashboard Overview
Monitor and manage your comment automation
Metrics are calculated from comments read via pages_read_user_content, engagement via pages_read_engagement, and replies posted via pages_manage_engagement
Comment Classification
Breakdown by AI classification
Connected Pages
Automation status for each page
Automation Rules
Define how comments are processed automatically
Rules execute actions using pages_manage_engagement (hide/reply) and ads_read (filter ad posts)
Review Queue
Comments awaiting human approval
Approve/Reject buttons use pages_manage_engagement to post replies: POST /{post-id}/comments
Settings
Configure automation behavior
Automation Settings
Control automation behavior for selected page
Automatically moderate spam and hate speech
How it works: Uses pages_manage_engagement to hide spam comments via API: POST /{comment-id}?is_hidden=true
Automatically reply to leads and support requests
How it works: Posts AI-generated replies using pages_manage_engagement via API: POST /{post-id}/comments?message={reply}
Post replies automatically without review
How it works: When enabled, AI-generated replies are posted immediately using pages_manage_engagement: POST /{post-id}/comments. When disabled, replies go to Review Queue first.
Limit automation to comments on paid ads
How it works: Uses ads_read to check if post is an ad via API: GET /{post-id}?fields=is_eligible_for_promotion. Only processes comments on promoted posts when enabled.
Brand Voice
Define your brand's tone and style
Webhook Subscription
Real-time comment notifications
🔔 How it works: Uses pages_manage_metadata permission to subscribe your Page to webhooks via API: POST /{page-id}/subscribed_apps?subscribed_fields=feed,comments. This enables instant notifications when new comments are posted, allowing real-time automation.
Account Management
Manage your Facebook connection
Disconnect your Facebook account to refresh your access token or switch to a different account.
⚠️ Warning: Disconnecting will disable all automation for this page. You'll need to reconnect and reconfigure settings.
Queue Status
Processing queue health
Recent Comments
View and manage all comment activity
This table fetches comment data using pages_read_user_content and engagement metrics using pages_read_engagement