This guide covers creating and managing Deck Prompts and Slide Styles in Databricks Tellr.
Advanced configuration lets you customize:
- Deck Prompts - Templates that guide how slides are structured and what content to include
- Slide Styles - CSS styling that controls the visual appearance of generated slides
- Access to Databricks Tellr
- Understanding of your presentation requirements
- (For styles) Basic CSS knowledge
Deck prompts are instruction templates that guide the AI when generating slides.
Click "Deck Prompts" in the navigation bar.
View existing prompts organized by category.
Click "+ Create Prompt" to add a custom prompt.
The creation form includes:
- Name - Unique identifier (required)
- Description - What this prompt is for
- Category - Organizational grouping
- Content - The actual prompt instructions
Enter clear, descriptive information.
The prompt content should include what type of presentation to create, required sections, tone guidance, and data requirements.
Click any prompt to view its full content.
System prompts are protected and cannot be edited. Use them as templates by duplicating.
| Element | Purpose | Example |
|---|---|---|
| Structure | Define slide sequence | "Create 5 slides: title, overview, 3 data slides, summary" |
| Content focus | What to emphasize | "Focus on trends and year-over-year comparisons" |
| Audience | Adjust complexity | "Written for executive stakeholders" |
| Data requirements | What to query | "Include top 5 metrics by category" |
| Formatting | Visual guidance | "Use bullet points, limit to 4 per slide" |
Slide styles are CSS definitions that control how slides look.
Click "Slide Styles" in the navigation bar.
View existing styles with previews.
Click "+ Create Style" to add a custom style.
Enter style metadata and CSS content.
Provide a descriptive name and category.
System styles serve as reference implementations.
The Corporate Theme style applies professional styling and typography.
When creating custom styles, consider:
/* Slide container */
.slide-container {
padding: 40px;
font-family: 'Inter', sans-serif;
}
/* Headers */
h1 { color: #1B3A57; font-size: 32px; }
h2 { color: #2D5A7B; font-size: 24px; }
/* Data visualizations */
.chart { max-width: 100%; }
.stat { font-size: 48px; font-weight: bold; }
/* Lists */
ul { margin-left: 20px; }
li { margin-bottom: 8px; }All configuration pages are accessible from the main navigation.
| Aspect | System Items | Custom Items |
|---|---|---|
| Editing | Not editable | Fully editable |
| Deletion | Cannot delete | Can delete |
| Duplication | Can duplicate | Can duplicate |
| Purpose | Reference templates | Your customizations |
- Start from system items: Duplicate a system prompt/style as a starting point
- Test iteratively: Create slides with your new configuration to verify results
- Use categories: Organize prompts and styles by use case or team
- Document changes: Use descriptions to note what's customized
- Generating Slides - Use your custom configuration
- Creating Profiles - Link prompts and styles to profiles














