Global Settings

Various settings that can be used to apply global rules and overwrite default behavior.

frase.settings = { 	 	
   "property_name" : value 
} 

List of Settings

These are the Global Settings currently supported:

  • display (boolean): show Frase when your website loads. Default: true
  • position (string): customize position of assistant. Optional value: "left". By default, the assistant will load on the bottom right corner.
  • chat_cta (string): customize the "Talk to a human" CTA if you've enabled live chat as a fallback.
  • inner_avatar (URL string): use a custom avatar image inside the chat view - different from the avatar used in the external greeting.

Change Settings

You can change global settings with the set method:

frase.set({ 	 	
   "display" : false  
});