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

# Generate a Report

> Create a structured, multi-page report from a text prompt. The agent researches, organizes, and writes it.

Describe what your report should cover. The agent researches the topic, gathers data from the web, organizes the content into sections, and writes each page. You watch it build in real time.

## How to generate

<Steps>
  <Step title="Select Report as the artifact type">
    On the home dashboard, click **Report** from the artifact type shortcuts below the input bar. If you do not see it, click **More** to find it.
  </Step>

  <Step title="Set your page count">
    Choose how many pages: 5-10, 10-15, 15-20, 20-25, or 25+.
  </Step>

  <Step title="Describe your report">
    Type what the report should cover. Be specific about the topic, what sections to include, what data you need, and how the report will be used.
  </Step>

  <Step title="Answer the agent's questions">
    The agent asks about things you did not specify: scope, data sources, audience, format preferences. Answer once.
  </Step>

  <Step title="Watch it build">
    The agent searches the web for current data, structures the report, and writes it page by page. Each page appears in the side panel as it is completed.
  </Step>
</Steps>

## Example prompts

<Prompt description="Competitive analysis for a freelance web designer" actions={["copy"]}>
  Write a 10-page competitive analysis for my freelance web design business in Portland, OR. I specialize in Shopify store design for small e-commerce brands. Analyze 5 local competitors: Pixel & Co, Webcraft PDX, Rose City Digital, Bridge Studio, and NW Design Lab. For each competitor, cover their service offerings and pricing (research their websites), what types of clients they serve, their strengths and weaknesses based on their portfolio and online reviews, and how they position themselves. Include a comparison table summarizing all 5 competitors. Then add a section on 3 underserved niches I could target (sustainable brands, food/beverage e-commerce, handmade goods). End with a recommended pricing and positioning strategy for the next 6 months with specific action items.
</Prompt>

<Prompt description="Market research for a gym opening a second location" actions={["copy"]}>
  Write a 15-page market research report for CoreFit Studio, a boutique fitness studio in Austin TX considering opening a second location in South Austin. Cover: current Austin fitness market landscape (number of gyms, boutique vs big box ratio, pricing trends), demographic analysis of the South Austin / South Lamar area (population, median income, age distribution, fitness spending), competitive analysis of the 5 closest fitness businesses to our target location at 2200 S Lamar Blvd (distance, pricing, class types, reviews), consumer survey data on boutique fitness preferences in Austin (search for recent surveys or reports), real estate analysis (average commercial lease rates in South Austin, foot traffic data for the South Lamar corridor), financial projections for the new location (startup costs, monthly operating expenses, revenue forecast for months 1-12 based on our current location's ramp), and a risk assessment with mitigation strategies. Use data tables for all quantitative comparisons.
</Prompt>

<Prompt description="Monthly client report for a marketing agency" actions={["copy"]}>
  Write an 8-page monthly performance report for my client, Bright Dental, for June 2025. Data to include: Google Ads performance (spent $6,200, 142 leads, $43.66 CPL, conversions by clinic: Downtown 58, Westside 49, Lakefront 35), Meta ads (spent \$2,800, 67 leads, top ad was the "New Patient Special" creative with 3.2% CTR), website analytics (12,400 sessions, 3,100 new users, 38% bounce rate, top landing pages), SEO rankings (tracking "dentist near me \[city]", "teeth whitening \[city]", "emergency dentist \[city]" — include current position and change from last month), completed work this month (redesigned Lakefront clinic landing page, launched summer special campaign, published 6 blog posts), recommendations for July (increase Westside budget by 15%, test video ads on Meta, start Google Business Profile optimization). Structure it with an executive summary first, then detailed sections for each channel.
</Prompt>

## Edit your report

After generation, click on any page to open it in the rich text editor. A floating toolbar appears when you select text with formatting options:

* **Bold**, *italic*, `code`, and links
* Headings (H1-H6)
* Tables with cells and headers
* Code blocks with syntax highlighting
* Blockquotes
* Bullet and numbered lists

Every edit creates a new version. To see previous versions, open the version history and restore any earlier snapshot.

<Prompt description="Ask the agent to rewrite a section of your report" actions={["copy"]}>
  Rewrite the competitive analysis section to include a SWOT analysis for each competitor instead of just strengths and weaknesses. Add a summary table at the end of the section comparing all 5 across the 4 SWOT dimensions.
</Prompt>

<Prompt description="Ask the agent to add more data to a section" actions={["copy"]}>
  The financial projections section needs more detail. Add a monthly breakdown table showing projected membership signups, churn rate, MRR, and cumulative members for months 1 through 12. Base the projections on our current location's ramp (we hit 100 members by month 3 and 300 by month 8).
</Prompt>

## Next steps

<CardGroup cols={2}>
  <Card title="Export to PDF" icon="download" href="/export-to-pdf">
    Download your finished report as a PDF.
  </Card>

  <Card title="AI Reports overview" icon="file-lines" href="/overview-what-is-ai-reports">
    See all report features and capabilities.
  </Card>
</CardGroup>
