I want to turn my Instagram inbox into a fully-automated lead engine. The goal is a chatbot that sits on the Instagram Messaging API, detects new DMs in real time, and replies with natural, custom AI-generated answers—not canned templates. The first language it handles should be English, yet the model must gracefully switch to other languages when a visitor writes in them. Key objectives • Seamless integration with my existing Instagram Business account through Meta’s Graph/Messaging API. • GPT-class language model (OpenAI, Claude, or similar) that crafts context-aware replies while keeping brand tone. • Simple lead-capture routine: after a natural conversation the bot stores prospect data (we’ll finalise which fields) into a Google Sheet or CRM via webhook. • Dashboard or admin panel where I can: – train or tweak system prompts, – view transcripts, – toggle multilingual mode, – download or export leads. • Fail-safes that hand the chat to a human whenever confidence drops below an agreed threshold. Acceptance criteria 1. A live demo on my Instagram page handling at least 20 simultaneous DM threads without timeout. 2. Responses remain on-brand, under 3 seconds latency for English, under 5 seconds for other languages. 3. All captured lead data appears instantly in the connected sheet/CRM. 4. Clear deployment guide and commented source code pushed to a private Git repo. Tech stack suggestions are welcome: Python, Node.js, or no-code wrappers are fine as long as they respect Meta’s policy and deliver the speed above.