This document provides a practical guide for using support vector machines (SVMs) for classification tasks. It recommends beginners follow a simple procedure of transforming data, scaling it, using a radial basis function kernel, and performing cross-validation to select hyperparameters. Real-world examples show this procedure achieves better accuracy than approaches without these steps. The guide aims to help novices rapidly obtain acceptable SVM results without a deep understanding of the underlying theory.