> ## Documentation Index
> Fetch the complete documentation index at: https://docs.imagine.art/llms.txt
> Use this file to discover all available pages before exploring further.

# Carousel Maker

## Summary

The Carousel Maker Node generates a multi-slide social media carousel from a single prompt. Describe the content once, and the node produces a full set of slides sized and sequenced for a platform like Instagram — useful for turning one idea into a ready-to-post carousel without designing each slide individually.

## How to Use

<Steps>
  <Step title="Add the Node">
    Click the Add (+) button and select **Carousel Maker** from the Image node category.
  </Step>

  <Step title="Write your prompt">
    Describe the carousel's content and theme. This input is required.
  </Step>

  <Step title="Add a reference image (optional)">
    Connect or upload a reference image to guide the carousel's visual style.
  </Step>

  <Step title="Set the format">
    In the Properties panel, choose **Dimensions** (defaults to "Instagram Carousel 4:5"), **Language** (defaults to English), and **No. of Slides** (defaults to 5, adjustable with a stepper).
  </Step>

  <Step title="Run">
    Click Run. The node generates the full set of slides as its output.
  </Step>
</Steps>

## Settings

| Setting       | Type     | Impact on Output                                                                          |
| ------------- | -------- | ----------------------------------------------------------------------------------------- |
| Dimensions    | Dropdown | Sets the slide format/aspect ratio — defaults to a standard Instagram Carousel (4:5) size |
| Language      | Dropdown | Sets the language used in the generated slide text                                        |
| No. of Slides | Stepper  | Controls how many slides the carousel contains — defaults to 5                            |

## Sample Use Cases

<AccordionGroup>
  <Accordion title="Product or feature carousel" defaultOpen>
    Describe a product's key features in the prompt and Carousel Maker breaks it into a multi-slide sequence, one idea per slide.
  </Accordion>

  <Accordion title="Educational or listicle content">
    Write a prompt describing a numbered list or step-by-step explainer — the node paces it out across the generated slides.
  </Accordion>
</AccordionGroup>
