Documentation Index
Fetch the complete documentation index at: https://docs.thesys.dev/llms.txt
Use this file to discover all available pages before exploring further.
You can use the details and parameters listed here to instruct the LLM in your prompts to generate specific and consistently formatted slides.
TitleWithImage
A versatile title slide that combines text with a prominent image.
Parameters
| Name | Required | Description |
|---|
title | Yes | The main title of the slide. |
subtitle | No | Optional text appearing below the title. |
helperText | No | Optional smaller text for additional context. |
imageSrc | Yes | The URL or source path for the image. |
Layouts
The layout parameter controls the position of the image relative to the text.
image_right | image_bottom |
|---|
 |  |
TitleOnly
A clean, text-focused slide for section headers or primary titles.
Parameters
| Name | Required | Description |
|---|
title | Yes | The main title of the slide. |
subtitle | No | Optional text appearing below the title. |
helperText | No | Optional smaller text for additional context. |
Layouts
The layout parameter controls the alignment of the text.
title_center | title_top_left |
|---|
 |  |
KeyStatement
A slide designed to emphasize a single, powerful quote or statement.
Parameters
| Name | Required | Description |
|---|
text | Yes | The main statement or quote. |
attribution | No | Optional source or author of the statement. |
BigFact
Use this slide to highlight a single, impactful data point or statistic.
Parameters
| Name | Required | Description |
|---|
value | Yes | The statistic or data point (e.g., “85%”, “$2.3M”). |
caption | Yes | The descriptive text that provides context for the value. |
TwoColumnText
A layout for presenting two blocks of text side-by-side, ideal for comparisons.
Parameters
| Name | Required | Description |
|---|
leftContent | Yes | The text content for the left column. |
rightContent | Yes | The text content for the right column. |
TextWithImage
A standard content slide that combines a title, a body of text, and a supporting image.
Parameters
| Name | Required | Description |
|---|
title | Yes | The title of the slide. |
content | Yes | The main body text. |
imageSrc | Yes | The URL or source path for the image. |
Layouts
The layout parameter controls the image position.
image_right | image_top | image_middle |
|---|
 |  |  |
TextWithChartVertical
A content slide that displays a chart below the main text content.
Parameters
| Name | Required | Description |
|---|
title | Yes | The title of the slide. |
content | Yes | The main body text. |
chart | Yes | Chart data. |
TextWithChartHorizontal
A content slide that displays a chart to the side of the main text content.
Parameters
| Name | Required | Description |
|---|
title | Yes | The title of the slide. |
content | Yes | The main body text. |
chart | Yes | Chart data. |
TextWithTwoChartsHorizontal
A data-heavy slide for comparing two charts side-by-side, each with its own text.
Parameters
| Name | Required | Description |
|---|
leftTitle | Yes | The title for the left-side content. |
leftContent | Yes | The body text for the left side. |
leftChart | Yes | Chart data for the left side. |
rightTitle | Yes | The title for the right-side content. |
rightContent | Yes | The body text for the right side. |
rightChart | Yes | Chart data for the right side. |
TextWithTwoChartsStacked
A data-heavy slide for presenting two charts vertically, with a single title and body of text.
Parameters
| Name | Required | Description |
|---|
title | Yes | The main title for the slide. |
content | Yes | The main body text. |
topChart | Yes | Chart data for the top position. |
bottomChart | Yes | Chart data for the bottom position. |