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

# Visualize It

> MCP prompts that turn a metric question directly into a Scrunch Explorer chart or saved dashboard, using generate_explorer_chart and create_explorer_dashboard.

Sometimes a number needs a picture. These prompts use Scrunch's Explorer tools to turn any metric question into an interactive chart or a saved multi-tile dashboard, each returning a link you can revisit or share.

***

<AccordionGroup>
  <Accordion title="Chart Any Metric Question">
    Turn a plain-English question directly into a chart instead of a table of numbers.

    ```text theme={null}
    For [brand name], chart [metric — e.g. presence, position, sentiment, or citations] over the last [30/90] days, broken down by [platform / competitor / tag — whichever applies].

    Give me the link to the chart, and tell me in one sentence what it shows.
    ```
  </Accordion>

  <Accordion title="Build a Standing Dashboard">
    Assemble several metrics into one saved view instead of asking for them one at a time.

    ```text theme={null}
    For [brand name], build an Explorer dashboard with tiles for: overall presence rate, sentiment breakdown, citation ownership split, and share of voice vs. our top 3 competitors.

    Mix a couple of headline "card" tiles with line or bar charts for the trend-based ones. Give me the dashboard link when it's ready.
    ```
  </Accordion>

  <Accordion title="Put Two Brands on One Chart">
    Compare directly instead of eyeballing two separate numbers.

    ```text theme={null}
    For [brand name], chart presence rate over the last 90 days with [competitor name] overlaid on the same chart for direct comparison.

    Tell me the link, and call out any point in the period where the two lines crossed or diverged sharply.
    ```
  </Accordion>
</AccordionGroup>

***

<CardGroup cols={2}>
  <Card title="Executive Explorer Dashboard" icon="gauge-high" href="/mcp/workflows/executive-explorer-dashboard">
    The full workflow version of the dashboard-building prompt above, with a structured tile proposal step.
  </Card>

  <Card title="Rankings & Priority Lists" icon="list-check" href="/mcp/prompts/rankings">
    For a ranked table instead of a chart, when you need to triage rather than visualize.
  </Card>
</CardGroup>
