General
The general settings represent the general behaviors of your zazubot.
- Prefill input: If enabled, the inputs will be automatically pre-filled whenever their associated variable has a value.
- Hide query params on bot start: If enabled, the query params will be hidden when the bot starts.
- Remember user
Typing emulation
By default, your zazubot will emulate a certain typing speed. It is considered a good default as slow as a human typing speed and it’s not too fast so that multiple bubbles can be read sequentially. You can customize this typing speed in the settings:
Disable on first message
allows you to disable the typing emulation on the first message. This is useful if you want to lower the first message display time since the site can take some time to load first.
The Delay between messages
by default is 0 and you can increase it up to 5 seconds if you want to add a delay between every messages sent by the zazubot. If you ever want to pause the bot just once. You can insert a Wait block between both messages.
Security
By default, your zazubot can be executed from any origin but you can restrict the execution of your zazubot to specific origins. This is useful if you want to embed your zazubot in your website and prevent it from being executed on other websites by malicious actors. For example, if you want to allow your zazubot to be executed only onhttps://my-company.com
, you can add https://my-company.com
to the list of allowed origins.
If you add a URL to the list but omit https://hi.zazubot .com, then your
zazubot shareable URL will not work anymore.