Study Sync is designed to bridge communication gaps and foster collaboration among students through an innovative web-based platform. We built this project during the SE Hackathon organized in our college, where we secured the 2nd place. Our primary goal was to provide a catchy and attractive interface to students which runs on the principle : Socialize and Study. Key Features : 1) Provide an experience similar to popular social media apps so that student promptly send friend requests to people with similar interests. 2) Students can set personalized goals and time limits. A reminder email will be sent to them to help ensure they completed their tasks on time. Used the node-mailer library for this. 3) Each chat session links to a personal collaborative document for seamless resource sharing and collective work. This enables students to co-edit documents in real-time, ensuring that everyone stays on the same page. 4) Single Prompt, two answers, one from ChatGPT and one from Gemini. Provides an in-app interface which displays both the answers side by side for easier comparison. 5) Students can upload a document and ask questions about its content. Answers are then generated based on the information within the document. We achieved this functionality using Retrieval-Augmented Generation (RAG) technology, implemented with Langchain. Developed using the MERN stack, Study Sync boasts additional tools such as Yarn, Vite, and Socket.io, which help in delivering a robust performance with appreciable pace.