> For the complete documentation index, see [llms.txt](https://docs.atom.codes/sprout/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atom.codes/sprout/features.md).

# Features

- [Loader System (Registry)](https://docs.atom.codes/sprout/features/loader-system-registry.md): Need just 10 functions or want to create your own? Introducing: the Registry
- [Loader System (Registry Group)](https://docs.atom.codes/sprout/features/loader-system-registry-group.md): Managing multiple registries can be simplified with RegistryGroup feature.
- [Function Aliases](https://docs.atom.codes/sprout/features/function-aliases.md): Need two names for one function in your code? Aliases are the solution.
- [Function Notices](https://docs.atom.codes/sprout/features/function-notices.md): Need to inform or warn your end-users ? For a change or a deprecation ? Notices are here.
- [Safe Functions](https://docs.atom.codes/sprout/features/safe-functions.md): When you don't want to stop the execution of your template when an error occurs, you can use the function-safe feature.
