This document provides an overview of a hands-on tutorial on using the open-source data mining toolbox Weka. The tutorial introduces the basic functionality of Weka, including how to load datasets in ARFF format, explore and visualize data, run machine learning algorithms for classification and clustering, and understand the resulting models. It also briefly discusses data mining and machine learning concepts like supervised vs. unsupervised learning, evaluation metrics, and common algorithms like decision trees.