> ## 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. Available presentable formats depend on your Solve mode. All generated outputs 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. You can also name the format in your initial Solve prompt so the report is generated accordingly. Light Solve supports PDF, PPT, HTML, and PRD on all plans:

    * "Generate a PPT presentation"
    * "Create a slide deck from this report"
    * "Export this report as PDF"
    * "Generate a polished HTML 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/eZ8FIlsu3nQ8ajV2/images/solve/results/web-browser/ppt-presentation-light.webp?fit=max&auto=format&n=eZ8FIlsu3nQ8ajV2&q=85&s=e66e48e3825bf1f6783501d5b4a6c039" 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/eZ8FIlsu3nQ8ajV2/images/solve/results/web-browser/ppt-presentation-dark.webp?fit=max&auto=format&n=eZ8FIlsu3nQ8ajV2&q=85&s=13c9dc13936a680c949a3df8853b485a" 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.

Light Solve and Full Solve both support PDF, PPT, HTML, and PRD. Light Solve formats are available on all plans. Specify the format in your initial prompt to generate the report accordingly.

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

<Info>
  PDF, PPT, HTML, and PRD are supported in Light Solve for users on all plans. Free and Pro always run Light Solve; Pro does not include Full Solve. On Rocket and Booster, Rocket routes to Light Solve or Full Solve automatically. See [Light Solve](/solve/light-solve).
</Info>

## 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>
