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

# Overview

> Solve turns complex business questions into structured, evidence-backed reports. Market data, competitive analysis, and recommendations in one place.

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 is Rocket's research engine. Before you build anything, Solve helps you validate ideas, size markets, run competitive analysis, and answer complex business questions.

Type a question in plain language and get back a structured, evidence-backed report built from live data. Start with the [quick start guide](/solve/quick-start) to run your first analysis.

## How Solve is different

Solve produces complete research deliverables, not links or summaries.

|                     | Search                | Chatbot                      | **Solve**                                              |
| :------------------ | :-------------------- | :--------------------------- | :----------------------------------------------------- |
| **What you get**    | Links                 | A summary from training data | A structured, multi-source report                      |
| **Research effort** | You do the work       | None, but shallow            | Done for you, in depth                                 |
| **Live data**       | Yes, but unstructured | No                           | Yes, synthesized                                       |
| **Output format**   | Ten blue links        | Paragraph answer             | Executive summary, analysis, evidence, recommendations |
| **Follow-up**       | New search            | Some memory                  | Builds on full conversation and project context        |

Tools like ChatGPT and Perplexity give you conversational answers. Solve gives you a structured, multi-source report with an executive summary, supporting evidence, and actionable recommendations.

<Info>
  Solve works best with specific, well-scoped questions. Vague prompts like "tell me about AI" produce broad results. See [question-framing tips](/solve/best-practices) for guidance.
</Info>

## Solve compared to Intelligence

Rocket has two research capabilities that serve different purposes.

|                  | **Solve**                                                | **Intelligence**                                      |
| :--------------- | :------------------------------------------------------- | :---------------------------------------------------- |
| **When to use**  | You have a specific question right now                   | You want ongoing awareness of changes                 |
| **How it works** | One-time research task that produces a structured report | Continuous monitoring that delivers signals over time |
| **Output**       | A report with data, analysis, and recommendations        | A dashboard of alerts, changes, and trends            |
| **Example**      | "What is Stripe's current pricing model?"                | "Alert me when Stripe changes their pricing page"     |

Solve answers a question once. [Intelligence](/intelligence/overview) watches for changes over time. The two work well together: a Solve report can scope what you monitor, and Intelligence signals can trigger new Solve questions.

## How Solve works

Every Solve task follows the same pipeline from question to finished report.

<Steps>
  <Step title="You ask a question">
    Type any business question in plain language from the Solve input. Pick a suggestion category (Strategy, Product, GTM, Sales, Competition, What to build) or write your own. Solve classifies it into one of nine intelligence types automatically.
  </Step>

  <Step title="Solve clarifies if needed">
    For ambiguous prompts, Solve uses [prompt intelligence](/getting-started/task/prompt-intelligence) before starting. This sharpens scope and avoids wasted effort.
  </Step>

  <Step title="Research objective is set">
    Solve defines the central research goal based on your question and any clarifying answers. This anchors every subsequent research stream.
  </Step>

  <Step title="Query decomposition">
    Solve breaks the question into its component dimensions. Each dimension becomes an independent research query. You can watch these decomposed queries appear in chat as research begins.
  </Step>

  <Step title="Parallel agent research">
    Each query runs as a separate stream, powered by its own agent. Streams run simultaneously rather than in sequence. For each stream, the chat shows what the agent researched, which tools it used, what it found, and how it assessed the findings.
  </Step>

  <Step title="Synthesis and report">
    Findings from all streams merge into a structured [report](/solve/results/reports) with an executive summary, detailed analysis, supporting evidence, and recommendations. A **Final report** link appears in chat. Click it to open the report in the right panel.
  </Step>
</Steps>

You can enrich research before and during a task. Use @-mentions to pull findings from other tasks, or attach files and URLs as source material. After the report is delivered, Solve suggests follow-up questions so you can drill into specific findings without re-framing from scratch.

## What Solve covers

Solve handles any strategic business question, from tightly scoped lookups to multi-dimensional analyses.

<CardGroup cols={2}>
  <Card title="Market analysis" icon="chart-line" href="/solve/research/market-analysis">
    Size markets, identify trends, and assess opportunities.
  </Card>

  <Card title="Competitive teardowns" icon="crosshairs" href="/solve/research/competitive-teardowns">
    Compare features, analyze positioning, and run SWOT frameworks.
  </Card>

  <Card title="Pricing strategy" icon="tags" href="/solve/research/pricing-strategy">
    Benchmark pricing, model scenarios, and analyze willingness to pay.
  </Card>

  <Card title="Product direction" icon="compass" href="/solve/research/product-direction">
    Prioritize features, analyze user needs, and inform roadmaps.
  </Card>

  <Card title="Investment analysis" icon="briefcase" href="/solve/research/investment-analysis">
    Build business cases, run due diligence, and evaluate opportunities.
  </Card>

  <Card title="All use cases" icon="grid-2" href="/solve/research/use-cases">
    GTM strategy, brand positioning, technical deep-dives, career strategy, and more.
  </Card>
</CardGroup>

## Frequently asked questions

<AccordionGroup>
  <Accordion title="What format do results come in?">
    Solve returns structured reports with an executive summary, detailed analysis sections, supporting data, and recommendations. Reports use clear headings so you can scan for what matters. See [Reports](/solve/results/reports) for formatting details.
  </Accordion>

  <Accordion title="Can I share Solve results with my team?">
    Yes. Share any report by sharing the task within your workspace. Team members with project access can view the full report and follow-up conversations. You can also export reports for use outside Rocket. See [Share and export](/solve/results/share-and-export) for details.
  </Accordion>

  <Accordion title="Is there a limit on Solve tasks?">
    Solve tasks consume credits based on question complexity and research depth. Your available credits depend on your subscription plan. See [Pricing](/getting-started/pricing) and [Credits](/getting-started/credits) for plan details.
  </Accordion>
</AccordionGroup>

## What's next

<CardGroup cols={3}>
  <Card title="Quick start" icon="bolt" href="/solve/quick-start">
    Run your first analysis with a guided walkthrough.
  </Card>

  <Card title="Use cases" icon="grid-2" href="/solve/research/use-cases">
    Browse nine categories of questions Solve handles, with example prompts.
  </Card>

  <Card title="Intelligence" icon="radar" href="/intelligence/overview">
    Set up continuous monitoring for competitors and markets.
  </Card>
</CardGroup>
