The Adopt AI SDK provides two main interface components that power the Copilot experience: Sidebar and Spotlight. You can enable either one—or both—depending on how you want users to interact with the agent inside your product.This page walks you through what each component does, how to enable them, and how to combine them for a flexible agent experience.
You can enable both Sidebar and Spotlight at the same time for a blended experience. For example: Spotlight for quick search, and Sidebar for full workflows.Combined Config (Script or NPM):
Theme and appearance settings (like colors, icons, and branding) are managed from your Adopt dashboard → Settings → SDK Configuration.The SDK will automatically fetch and apply your theme settings at runtime—no need to hardcode styles.
Once you’ve selected your components, it’s time to set them up for your environment:Configuration → – Learn how to pass API URLs, security headers, and theme settings to fully integrate Adopt with your backend and brand.