1. Contexts
  2. Setup Context

Contexts

Setup Context

Explains the _setup context used when a template boots for the first time. Useful for initializing template data, configuration, and default setup behavior.

This is useful for setting up setting things like :

  • Configuration in the manage application like webchat profiles
  • Setting template.data values for the _create and default contexts
  • Adding components to the template

Template Booting

Template Booting is the process of setting up a template when it is first created. This process uses the setup context to set up the template.