# General
- How to create a SMILE project?
- How to build a SMILE project?
- How to run a SMILE project inside sbt?
- How to run a SMILE project outside sbt (server-mode)?
- How to upgrade to a SMILE version?
- When to run "smile" command?
- How to reset a SMILE project?
- How to force compile SMILE project ?
- How to list SMILE commands inside sbt shell?
- What are the primitive types k-lang supports?
- How to add a 3rd party library dependency?
- How to define an option in k-lang?
- How to define a list in k-lang?
- How to setup logging?
- How to log to a custom logger file?
- SBT aliases and triggered command execution
- How to read current time and current date?
- Various types of seed-code available
- How to run a script outside sbt?
- How to send HTTP requests in scala?
- Setup authentication & authorization