# How to add a module?
Open .ksmile file, define the module under the respective section (either under an existing section or by defining a new section)
To define a module you need the following:
module type (data-module | mongo-module | domain-module etc.)
module name (unique to a project)
dependent module list (if any)
module package path (unique to a section)
data-module LotteryData at com.metastay.lottery
Enter sbt shell, run command
smileRefresh project in eclipse, respective .k file will appear.