Skip to main content
The Scout Chat SDK provides granular control over the look and feel of the guest interface, ensuring it aligns with your firm’s “Interface Craft” branding.

Styling Your Chat

Configure the primary colors and typography via the configure method.
chat.configure({
  theme: 'pure-black',
  primaryColor: '#FFFFFF',
  accentColor: '#1A1A1A',
  fontFamily: 'Inter, sans-serif'
});

Behavioral Settings

You can also control the starting behavior of the agentic interface:
  • welcomeMessage: The initial greeting shown to the user.
  • suggestions: Array of prompt suggestions (e.g., [“Summarize the latest motion”]).