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

# Presentable report

> Generate publication-grade HTML documents and interactive slide decks from Rocket.new Solve reports: polished deliverables ready for stakeholders.

export const LlmsDirective = () => <blockquote className="llms-directive">
    For the complete documentation index, see <a href="/llms.txt">llms.txt</a>.
    For a lightweight markdown version of this page, append .md to the URL.
  </blockquote>;

<LlmsDirective />

Solve transforms your research into publication-grade outputs you can share directly with stakeholders. Ask for a polished HTML document, an interactive presentation, or a PRD, and Rocket produces it in one step. All formats are versioned and inherit password protection from the share settings.

For the best results, [refine your report](/solve/results/refine) before generating the presentable output. The output reflects whatever version of the report exists at generation time.

## Steps

<Steps>
  <Step title="Finish refining your report">
    Complete all edits and follow-up questions before generating the presentable output. The generator uses the latest version of your report as its source.
  </Step>

  <Step title="Request the output format">
    Type one of these prompts (or something similar) in the chat:

    * "Generate a polished HTML report"
    * "Generate a PPT presentation"
    * "Create a slide deck from this report"
    * "Create a PRD from this research"
  </Step>

  <Step title="Rocket selects a theme and produces the output">
    Rocket analyzes the report content and selects the most appropriate theme automatically. The output appears as a downloadable file in the Documents panel.

    <Frame>
      <img className="theme-image light-image" src="https://mintcdn.com/dhiwisepvtltd-5e04e6a4/DaSfviTtL8FZzus9/images/solve/results/web-browser/ppt-presentation-light.webp?fit=max&auto=format&n=DaSfviTtL8FZzus9&q=85&s=ff32c36407e876778823bd522258e659" alt="Chat view after PPT generation showing the document card with V 1.0 PPT label and suggested next step chips" width="2880" height="1624" data-path="images/solve/results/web-browser/ppt-presentation-light.webp" />

      <img className="theme-image dark-image" src="https://mintcdn.com/dhiwisepvtltd-5e04e6a4/DaSfviTtL8FZzus9/images/solve/results/web-browser/ppt-presentation-dark.webp?fit=max&auto=format&n=DaSfviTtL8FZzus9&q=85&s=997b4f4bc8d5936c8623f0087454ae68" alt="Chat view after PPT generation showing the document card with V 1.0 PPT label and suggested next step chips" width="2880" height="1624" data-path="images/solve/results/web-browser/ppt-presentation-dark.webp" />
    </Frame>
  </Step>

  <Step title="Preview, then export or share">
    Open the file to preview it in the browser. If the output looks correct, [export or share it](/solve/results/share-and-export) from the Documents panel.
  </Step>
</Steps>

## Document output

The document format produces a paginated A4 layout suitable for printing or screen reading. Each document includes a cover page, table of contents, and professionally typeset pages.

Rocket selects the theme based on content type, but you can override it by specifying a theme in your prompt.

| Theme         | Description                                                                                                 |
| :------------ | :---------------------------------------------------------------------------------------------------------- |
| **Executive** | Clean, corporate layout with muted colors. Best for board presentations and investor updates.               |
| **Technical** | Structured layout optimized for data-heavy reports. Emphasizes tables, code blocks, and diagrams.           |
| **Academic**  | Traditional academic formatting with citations and footnotes. Suits research papers and literature reviews. |
| **Minimal**   | Sparse layout with generous white space. Works well for short summaries and internal memos.                 |

## Presentation output

The presentation format produces an interactive slide deck that runs in any browser. Navigation works with keyboard arrows, mouse clicks, and touch gestures. Each slide has a unique URL for deep linking.

Rocket chooses the layout for each slide based on the content it contains. Every deck starts with a hero title slide and uses section dividers to separate major topics.

| Theme         | Description                                                                    |
| :------------ | :----------------------------------------------------------------------------- |
| **Corporate** | Navy and white palette. Professional and understated.                          |
| **Dark**      | Charcoal background with electric blue accents. Good for screen presentations. |
| **Gradient**  | Bold gradient backgrounds. High visual impact for keynotes.                    |
| **Minimal**   | Pure white background with black text. Maximum readability.                    |
| **Vibrant**   | Teal and coral palette. Energetic and modern.                                  |

## Export formats

All formats are versioned. Each generation creates a new version accessible from the Documents panel.

| Format                | Output type                   | Use case                                                 |
| :-------------------- | :---------------------------- | :------------------------------------------------------- |
| **Document HTML**     | Paginated HTML file           | Share as a link or embed in internal tools.              |
| **Presentation HTML** | Interactive slide deck        | Present directly in the browser.                         |
| **PDF**               | Static document               | Print or distribute as a fixed-layout file.              |
| **PPTX**              | PowerPoint file               | Edit further in PowerPoint or Google Slides.             |
| **PRD**               | Product requirements document | Hand off research findings as a structured product spec. |

## Tips

<AccordionGroup>
  <Accordion title="Specify inclusions or exclusions">
    Tell Rocket what to include or exclude. For example: "Generate a polished HTML report, but skip the methodology section" or "Only include the executive summary and recommendations in the slide deck."
  </Accordion>

  <Accordion title="Combine with sharing">
    After generating, use the [share and export tools](/solve/results/share-and-export) to distribute the output. Shared links inherit password protection settings from your task.
  </Accordion>
</AccordionGroup>

## What's next

<CardGroup cols={2}>
  <Card title="Share and export" icon="share-nodes" href="/solve/results/share-and-export">
    Share via link, export as PDF, or copy content to other tools.
  </Card>

  <Card title="Refine" icon="rotate" href="/solve/results/refine">
    Continue editing before generating a presentable version.
  </Card>
</CardGroup>
