Skip to content

Appearance and greeting

Open in ChatGPT Open in Claude

These settings control how the agent looks and how it introduces itself. Pass them through setConfiguration as described in the SDK configuration reference.

Appearance settings map showing where each property appears on the agent UI Acme Assistant What can I help with? Show me my recent orders How do I reset my password? Ask me anything... logoUrl agentDisplayName displaySparkIcon entryMessage promptBarHint
KeyTypeDefaultDescription
agentDisplayNamestring"Agent"The display name shown for the agent in the chat interface.
entryMessagestring"How can I help you today?"The first message users see when the chat interface launches. Sets the initial tone of the conversation.
logoUrlstring""URL of the logo displayed in the agent interface.
promptBarHintstring""Placeholder text inside the prompt input bar, used to guide the user on what to ask (for example, "Ask me anything...").
displaySparkIconbooleantrueWhether the spark icon is visible in the agent interface.
foldspace.agent('API-KEY').setConfiguration({
agentDisplayName: "Foldspace Assistant",
entryMessage: "What can I help with?",
logoUrl: "https://assets.foldspace.com/logos/foldspace-logo-light.svg",
promptBarHint: "Ask me anything...",
displaySparkIcon: true
});

To set colors and typography alongside these settings, see Theme.