This document summarizes a research paper that proposes a machine learning model to classify student queries at educational institutions. The model uses TF-IDF to convert text queries into vectors which are then classified into departments using algorithms like Linear SVC. This helps institutions classify large volumes of student queries faster and route them to the appropriate departments for resolution, improving efficiency and reducing response times for students. The proposed model achieved 89% accuracy in testing and provides a better solution than manual classification of queries.