# Development

- [Local development](/development/local-development.md): Get a local saaster development environment running
- [Folder structure](/development/folder-structure.md): The folder structure of saaster
- [Application.cfc](/development/folder-structure/application.cfc.md): Information regarding the Application.cfc in saaster
- [Develop with saaster](/development/develop-with-saaster.md): Guide to help you get started developing with saaster
- [General services](/development/develop-with-saaster/general-services.md)
- [Mappings and rigths management](/development/develop-with-saaster/general-services/mappings-and-rigths-management.md): Explanation how to manage the rights regarding mappings and permissions
- [Redirects](/development/develop-with-saaster/general-services/redirects.md): Summary on how redirects work in saaster
- [Customer specific sessions](/development/develop-with-saaster/general-services/customer-specific-sessions.md)
- [Global variable "getCustomerData"](/development/develop-with-saaster/general-services/global-variable-getcustomerdata.md)
- [Global functions](/development/develop-with-saaster/global-functions.md): Functions that are globally available through the application
- [getTrans()](/development/develop-with-saaster/global-functions/gettrans.md): Global function getTrans()
- [getAlert()](/development/develop-with-saaster/global-functions/getalert.md): Global function getAlert()
- [logWrite()](/development/develop-with-saaster/global-functions/logwrite.md): Global function logWrite()
- [getTime()](/development/develop-with-saaster/global-functions/gettime.md): Global function getTime()
- [Developing the main application](/development/develop-with-saaster/developing-the-main-application.md): Guide on how to develop your own main application inside saaster
- [Developing modules](/development/develop-with-saaster/developing-modules.md): Guide on how to develop modules for saaster
