This document describes the design and implementation of a GSM alarm system. The system uses an Arduino board connected to a GSM shield to detect motion via a PIR sensor and send SMS alerts. It includes a keypad for input, LCD display for status, and buzzer for alarms. Programming was done in C++ using the Arduino IDE. The system aims to provide remote security monitoring via GSM connectivity even when the owner is away. Some challenges included delays receiving hardware and issues with the GSM functionality during testing. Overall the project demonstrated a working GSM alarm prototype.