What is an Introduction?
The introduction is the most prominent display area of your creation — the very first thing users see when they open the details page. A great introduction is more than just text; it's the storefront and invitation card for your entire work.
Through rich images, posters, and carefully crafted layouts, you can give the introduction a unique visual identity that instantly grabs attention and sparks the desire to explore further. The more layered and compelling the content, the more effectively it helps users understand the theme and atmosphere of your creation — and the more naturally they'll immerse themselves in it.
Supported HTML
The introduction only supports the following HTML tags. Tags not listed here (such as <script>, <iframe>, <a>, etc.) are unsupported and will be filtered out:
- Headings (
<h1>~<h6>) - Paragraphs and line breaks (
<p>,<br>) - Block containers (
<div>,<span>) - Lists (
<ul>,<ol>,<li>) - Emphasis (
<b>,<i>,<em>,<strong>,<u>,<sub>,<sup>) - Blockquotes (
<blockquote>) - Horizontal rule (
<hr>) - Tables (
<table>,<tr>,<td>,<th>) - Definition descriptions (
<dd>) - Figure containers (
<figure>)
External Images
You can embed external images — cover art, scene illustrations, atmosphere shots — using the <img> tag with an external URL:
<img src="https://your-image-url.com/cover.png" />Style Support
The introduction only supports the following inline style attributes. Unsupported attributes (such as flex, position, transform, etc.), <style> tags, and CSS classes are all disallowed:
- Text:
color,font-size,font-weight,font-style,font-family,text-align,text-decoration,line-height,letter-spacing,word-spacing - Box model:
margin(and directional variants),padding(and directional variants),width,height,max-width,max-height - Background & border:
background-color,background(color only),border(and directional variants),border-radius - Other:
display(block / inline / none),vertical-align
Tips
- The introduction is shown to every user who views your details page — take the time to polish it.
- Avoid stuffing in too much content; highlight the most compelling aspects of your creation.
- The introduction is for display only and is never sent to the AI. Do not put core character settings, rules, or backstory here — the AI cannot read them. Place those in Character Attributes or the Storybook.