# How to add a process module?
Open .ksmile file, define the
processmodule under the respective section.To define a
processmodule you need the following:module name (unique to a project)
dependent module list (if any)
module package path (unique to a section)
section lottery{ process-module LotteryProcess at com.metastay.lotteryprocess ... }
Enter sbt shell, run command
smileRefresh project in eclipse, respective .kprocess file will appear.