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

# Configuration & Maintenance

> Audit your Scrunch setup, find duplicate prompts, check platform coverage, standardize tags, and clean up stale configuration with conversational MCP prompts.

A clean configuration produces accurate data. Use these prompts to audit your setup before a reporting cycle, clean up stale or duplicate prompts, and ensure your tag structure stays consistent as brands and teams grow.

***

<AccordionGroup>
  <Accordion title="Full Configuration Audit">
    Are the right competitors, tags, and prompts in place? Flag gaps that would skew your visibility data.

    ```text theme={null}
    For [brand name], run a full configuration audit:
    1. List all competitors — are any major players missing from the industry?
    2. Get all tags — do the tags represent the full scope of how buyers research this category?
    3. Pull total variant count — are there enough prompts to generate statistically meaningful data?
    4. Pull branded = true variant count — do branded queries make up a reasonable share of tracking?
    5. Pull branded = false variant count — are enough unbranded category queries being tracked?

    Flag any gaps in configuration that would skew the visibility data.
    ```
  </Accordion>

  <Accordion title="Find and Remove Duplicate Prompts">
    Identify near-duplicate prompts within a tag group before they inflate counts and distort visibility rates.

    ```text theme={null}
    For [brand name], pull all seed prompts tagged as [tag name]. Review the prompt text for duplicates, near-duplicates, or prompts so similar they're tracking the same query twice. List candidates for archiving. Do not archive anything without my confirmation.
    ```
  </Accordion>

  <Accordion title="Check Platform Coverage Gaps">
    Are any prompts running on some platforms but not others when they should be everywhere?

    ```text theme={null}
    For [brand name], pull seed prompts and their variant_scenarios field. Identify any seed prompts that are not running on all platforms (e.g., running on ChatGPT and Perplexity but not Gemini or Grok). List these coverage gaps by seed prompt. Flag whether the missing platform coverage appears intentional or like an oversight.
    ```
  </Accordion>

  <Accordion title="Standardize Your Tag Structure">
    Find orphaned tags, overlapping names, and uncategorized prompts — then get a recommended structure.

    ```text theme={null}
    Get all tags for [brand name]. Identify:
    1. Tags with fewer than 5 prompts — likely orphans or misfiled
    2. Tags whose names overlap in meaning (e.g., "competitors" vs. "alternatives" vs. "compare")
    3. Tags with no clear category alignment

    Suggest a consolidated tag structure. Then, for any tag with fewer than 5 prompts, list those prompts so I can decide whether to reassign them.
    ```
  </Accordion>
</AccordionGroup>

***

<CardGroup cols={2}>
  <Card title="New Brand Live in One Conversation" icon="rocket" href="/mcp/workflows/new-brand-live">
    Starting from scratch? Configure a brand, competitors, and prompts in a single chat.
  </Card>

  <Card title="Feature Reference" icon="wrench" href="/mcp/tools">
    See everything available via MCP with descriptions and example prompts.
  </Card>
</CardGroup>
