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

# Multi-state bid readiness

> A workflow for comparing multiple jurisdictions side by side before you bid or mobilize across state lines.

A project that spans state lines or a growth strategy that targets multiple jurisdictions both require the same thing: a repeatable way to compare licensing landscapes and score each state as ready, conditional, or blocked. This workflow turns the CSLID comparison pages and jurisdiction profiles into that scoring system.

<Warning>
  This workflow is a research guide, not legal advice. Always verify thresholds, board rules, and reciprocity terms on each regulator's current website before bidding.
</Warning>

## Comparison flowchart

Use the flowchart for the high-level path only. The detailed checks stay in the steps and checklist below. Every state should end as **Ready**, **Conditional**, or **Blocked**.

```mermaid theme={null}
%%{init: {'flowchart': {'defaultRenderer': 'elk'}}}%%
flowchart TD
    A[List candidate jurisdictions] --> B[Check licensing threshold]
    B --> C{License required?}
    C -->|No| D[Document exemption]
    C -->|Yes| E{Active license or reciprocity path?}
    E -->|No| F[Full application needed]
    E -->|Yes| G[Check bond insurance and prequalification]
    F --> H{Can you finish before bid date?}
    G --> I{Any gap before bid date?}
    D --> J[Score the state]
    H -->|Yes| K[Conditional]
    H -->|No| L[Blocked]
    I -->|No| M[Ready]
    I -->|Yes| K
    K --> J
    L --> J
    M --> J
```

## Step-by-step process

<Steps>
  <Step title="Build the candidate list" icon="list">
    Open the [jurisdictions index](/docs/jurisdictions/index) or a region page such as the [Northeast](/docs/jurisdictions/regions/northeast) and shortlist every state or territory where you may bid. If you already know the region, start from the region landing page — it groups neighboring states with reciprocity ties. Write down each candidate before moving to the next step.
  </Step>

  <Step title="Compare licensing thresholds" icon="receipt">
    Open the [licensing thresholds](/docs/compare/licensing-thresholds) comparison page. For each candidate, find the dollar threshold that applies to your work lane and contract value. Any state where your contract value falls below every applicable threshold can be marked as **Ready** without further licensing research — document the exemption and move on.
  </Step>

  <Step title="Check your current license status" icon="license">
    For each state where licensure is triggered, determine whether you already hold an active license. If yes, verify the expiration date and confirm that renewal requirements (CE, fees, bond) are current. If no, move to the reciprocity check.
  </Step>

  <Step title="Run a reciprocity check" icon="arrow-left-right">
    For each unlicensed state, open its jurisdiction page and check the **Reciprocal agreements** section. Cross-reference with the [reciprocity rankings](/docs/compare/reciprocity-rankings) page. Determine whether your home-state license qualifies and whether the reciprocity is statewide or board-specific. Use the [reciprocity check workflow](/docs/workflows/reciprocity-check) for detailed decision logic. States with a reciprocity pathway are faster and cheaper to enter than states requiring a full application.
  </Step>

  <Step title="Compare bond and insurance requirements" icon="shield">
    Open the [fees and costs](/docs/compare/fees-and-costs) comparison page and the **Requirements** section on each jurisdiction page. Record the bond amount, general liability minimum, and workers' compensation requirements. Flag any state that exceeds your current coverage — increasing coverage or securing a new bond takes time and may affect your bid timeline.
  </Step>

  <Step title="Check prequalification requirements" icon="road">
    If any candidate states involve public-works or highway projects, open the [prequalification patterns](/docs/compare/prequalification) comparison page. Record financial-statement thresholds, performance-bond requirements, and any separate agency registration. Prequalification operates independently from licensing — being licensed does not mean you are prequalified.
  </Step>

  <Step title="Score and prioritize" icon="chart-bar">
    Fill in the readiness checklist below for every candidate. Mark each state as **Ready** (licensed or exempt, bonded, insured), **Conditional** (reciprocity available or coverage gap fixable within timeline), or **Blocked** (no reciprocity, major requirement gap, timeline insufficient). Prioritize conditional states for action before bid deadlines.
  </Step>
</Steps>

## Readiness checklist

Use this table to track each candidate jurisdiction. Fill in one row per state.

| State              | Threshold met?                  | Licensed? | Bond posted? | Insurance verified? | Status                                    |
| ------------------ | ------------------------------- | --------- | ------------ | ------------------- | ----------------------------------------- |
| *Example: Alabama* | Yes — contract above `$100,000` | No        | No           | Yes                 | <Badge color="yellow">Conditional</Badge> |
| *Example: Georgia* | Yes                             | Yes       | Yes          | Yes                 | <Badge color="green">Ready</Badge>        |
| *Example: Florida* | Yes                             | No        | No           | No                  | <Badge color="red">Blocked</Badge>        |

<Note>
  Copy this table into your own tracking document and add a row for each candidate jurisdiction. The Status column should reflect your current assessment: <Badge color="green">Ready</Badge>, <Badge color="yellow">Conditional</Badge>, or <Badge color="red">Blocked</Badge>.
</Note>

## Role-specific guidance

<Tabs>
  <Tab title="Contractors" icon="hard-hat">
    <Tip>Run the comparison at least 60 days before your earliest bid deadline. Reciprocity applications take 1–4 weeks; full applications take 6–16 weeks.</Tip>

    * Start with the states where you already hold an active license — verify renewal dates and confirm bond and insurance amounts still meet requirements.
    * For states where you need a new license, check reciprocity first. A reciprocity pathway is almost always faster and cheaper than a full application.
    * If a state scores as blocked, decide early whether the project value justifies the full application cost and timeline. Factor in exam scheduling, which can add 2–4 weeks.
    * Track prequalification separately from licensing. Many contractors discover the prequalification gate after they have already obtained a license — by then the bid deadline may have passed.
    * For multi-state operations, consider a compliance tracking spreadsheet or service that monitors renewal dates, CE deadlines, and bond expirations across all jurisdictions.
  </Tab>

  <Tab title="Regulators" icon="shield-check">
    <Tip>This workflow doubles as a benchmarking tool. Use it to see how your state's entry barriers compare to neighboring jurisdictions.</Tip>

    * Use the comparison pages to see how your thresholds, fees, and reciprocity agreements stack up against peer states. States with significantly higher barriers see fewer incoming applications.
    * Identify the states that show up most frequently in your reciprocity table — those are the states whose contractors are most likely to apply in your jurisdiction.
    * Review the prequalification comparison to see whether your public-works registration process is more or less demanding than neighboring states. Asymmetries create applicant confusion.
    * When comparing more than five states, group by region first, then run the comparison within each region. Regional clusters tend to share reciprocity ties.
    * Conditional states reveal where reciprocity gaps or coverage mismatches create friction for multi-state operators — and where policy changes would have the most impact.
  </Tab>
</Tabs>

<Check>
  You have completed a multi-state bid readiness assessment when every candidate jurisdiction has a status of Ready, Conditional, or Blocked — and every Conditional state has a clear action item with a timeline attached. If any state is still unscored, go back to the step you skipped.
</Check>
