Skip to content

AI Reply

Replies to comments on your posts using AI Vision to detect comments and generate contextual responses.

  1. Analyses the screen of the comments section
  2. Uses AI Vision to detect visible comments (username + text)
  3. Finds the Reply button position for each commenter
  4. Generates AI-powered replies for selected comments
  5. Types and sends replies with human-like behavior
  6. Logs all actions for tracking

Unlike traditional text parsing, this module uses AI Vision to “see” the comments on screen:

Screenshot → Vision AI → Detect Comments → Generate Replies → Send

This approach is more reliable because it works visually, just like a human would.

ProviderModels Available
OpenAIGPT-4o, GPT-4o Mini, GPT-4 Turbo
Gemini (Google)Gemini 1.5 Flash, Gemini 1.5 Pro
OptionTypeDescription
AccountSelectAccount for logging and to identify own comments
ProviderSelectAI provider (OpenAI or Gemini)
API KeyPasswordYour API key
ModelSelectAI model (GPT-4o recommended for best detection)
Open Comment SessionCheckboxOpen comment section before replying (disable if already open)
System PromptTextareaInstructions for AI reply generation (fully customizable)
Max RepliesNumberMaximum comments to reply to per execution (default: 1)
Reply OrderSelectWhich comments to reply first: First, Last, or Random
Skip Own CommentsCheckboxDon’t reply to your own comments (default: enabled)
Human-like TypingCheckboxType with natural delays (default: enabled)
Wait Between RepliesNumberSeconds to wait between multiple replies (default: 3)
Save ScreenshotsCheckboxSave screenshots for debugging (default: enabled)
OrderBehavior
FirstReply to comments from top to bottom (oldest visible first)
LastReply to comments from bottom to top (newest first)
RandomReply to comments in random order
You are replying to a comment on Instagram.
Important:
- Keep the reply short and natural (1-2 sentences max)
- Don't use hashtags
- Be conversational and friendly
- Match the tone of the original comment
- Don't include @mentions (Instagram adds them automatically when replying)
- Return ONLY the reply text, nothing else

You can customize this prompt to match your brand voice or specific requirements.

FeatureDescription
Vision-Based DetectionUses AI to visually identify comments on screen
Smart Reply Button FindingLocates Reply button for each user in real-time
Skip Own CommentsAutomatically skips your own comments
Multiple RepliesCan reply to multiple comments in one execution
Human-Like TypingTypes character by character with random delays
Reply OrderingChoose first, last, or random comment order
Screenshot StorageSaves screenshots for debugging and reference
Action LoggingLogs all replies to JSONL file
DataLocation
ScreensAccounts/{account}/comments/replies/
Reply LogAccounts/{account}/comments/reply_log.jsonl
{
"original_username": "commenter_name",
"original_comment": "Their comment text",
"reply_text": "Your AI-generated reply",
"provider": "openai",
"model": "gpt-4o",
"success": true,
"account": "your_account",
"timestamp": "2024-01-15T10:30:00Z"
}
FieldDescription
successTrue if at least one reply was sent
output”success” or “failed”
replies_sentNumber of replies successfully sent
replies_failedNumber of replies that failed
total_commentsTotal comments detected on screen
durationExecution time in seconds
  • API key for OpenAI or Gemini
  • Internet connection
  • Must be viewing a post with comments (or enable “Open Comment Session”)
  • Comments must be visible on screen
  • Engaging with commenters on your posts
  • Building community by responding to feedback
  • Automating routine responses
  • Scaling engagement on high-comment posts
  • Use GPT-4o for best comment detection accuracy
  • Start with Max Replies = 1 to test before scaling
  • Enable Skip Own Comments to avoid replying to yourself
  • Customize System Prompt to match your brand voice
  • Review logs to ensure replies are appropriate
  • Use with moderation - too many auto-replies can seem robotic
  • Only detects comments currently visible on screen
  • Requires vision-capable AI models
  • Reply button detection depends on screen layout
  • Only supports OpenAI and Gemini (no Claude, DeepSeek, etc.)

🖼️ [Image: Workflow showing Start → Open Instagram → Open Post → AI Comment Reply (max 3 replies) → End]

StartOpen InstagramOpen PostAI Comment Reply (max 3 replies) → End