Customizing the Embed
Customize the experience when embedding Docs Embed into your product or app by setting welcome messages, actions, and more
Customizing the button (standalone only)
window.GitBook("configure", {
button: {
label: "Ask",
icon: "assistant", // 'assistant' | 'sparkle' | 'help' | 'book'
},
});Adding actions
Adding suggestions
Adding a greeting
Configuring tabs
Last updated
Was this helpful?