| chatName | Chat Name | String | This is the name of your chat | Yes |
| initialMessage | Initial Message | String | This is the initial message of your chat | No |
| showInitialMessage | Show Initial Message | Bool | Whether to show the initial message | Yes |
| primaryColor | Primary Color | String | Primary theme color for chat UI (hex format, e.g., #226326) | No |
| secondaryColor | Secondary Color | String | Secondary/accent color for chat UI (hex format, e.g., #2B7D30) | No |
| showSuggestions | Show Suggestions | Bool | Whether to show quick suggestion bubbles above chat input | No |
| suggestions | Suggestions | JSON | Quick suggestion bubbles - array of {title: string, message: string} | No |
| inputPlaceholder | Input Placeholder | String | Placeholder text shown in the chat input field | No |
| enableFileUpload | Enable File Upload | Bool | Allow users to upload files in chat | No |
| allowedFileTypes | Allowed File Types | String | Comma-separated MIME types or categories: image, document, audio, video, or specific types like image/png | No |
| maxFileCount | Max Files Per Message | Number | Maximum number of files that can be uploaded per message (0 = unlimited) | No |
| maxFileSizeMB | Max File Size (MB) | Number | Maximum file size in megabytes per file (0 = unlimited) | No |