---
name: refresh-dashboard
description: Re-run the Airbnb analysis on previously-ingested data, or on a new month's drop of fresh exports, without repeating the full intake walkthrough. Triggers on "refresh my Airbnb report", "rerun the analysis", "I have new data", or "update the dashboard".
---

# Refresh Dashboard

Quick re-run for repeat clients.

## When to use

When a host has already gone through the full analysis once and wants to re-run it with newer data - typical for monthly or quarterly check-ins.

## Procedure

1. Detect newest exports in the workspace folder.
2. If they're newer than the last cached parse, re-parse. Otherwise reuse cache.
3. Run all four analysis modules.
4. Render the dashboard with `Generated: {timestamp}` in the footer.
5. Optionally diff vs. the prior report (e.g., "Gross revenue up 12% vs. last month's report").
