This document describes a smart door monitoring and locking system using a Raspberry Pi, fingerprint sensor, camera module, and Telegram bot for communication. The system stores fingerprint data of authorized users and compares fingerprints scanned at the door to the database for authentication. If a match is found, the door unlock signal is sent. If not, the camera captures an image of the person, which is sent via Telegram bot to the owner for permission to unlock. This provides secure access control while allowing owners to grant entry remotely. The system aims to provide low-cost home security and automation using accessible hardware and software components like Raspberry Pi, Python libraries, and Telegram API.