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

# Available Processes

Loqate provides multiple address processing functions. Choose the process that fits your use case.

## Core Processes

<CardGroup cols={2}>
  <Card title="Parse" icon="puzzle-piece" href="/available-processes/parse-process/">
    Break addresses into individual components
  </Card>

  <Card title="Match" icon="check" href="/available-processes/match-process/">
    Compare and match addresses against reference data
  </Card>

  <Card title="Format" icon="align-left" href="/available-processes/format-process/">
    Format addresses to local postal standards
  </Card>

  <Card title="Verify" icon="circle-check" href="/available-processes/verify-process/">
    Validate and correct addresses
  </Card>

  <Card title="Geocode" icon="location-dot" href="/available-processes/geocode-process/">
    Convert addresses to latitude/longitude coordinates
  </Card>

  <Card title="ReverseGeocode" icon="map-location-dot" href="/available-processes/reverse-geocode-process/">
    Convert coordinates to addresses
  </Card>
</CardGroup>

## Utility Processes

<CardGroup cols={2}>
  <Card title="Country" icon="globe" href="/available-processes/country-process/">
    Retrieve country-specific information
  </Card>

  <Card title="GKRInfo" icon="circle-info" href="/available-processes/gkrinfo-process/">
    Query geographic knowledge repository data
  </Card>

  <Card title="Report" icon="file-chart-column" href="/available-processes/report-process/">
    Generate processing reports
  </Card>
</CardGroup>

## Regional Certification Processes

<CardGroup cols={2}>
  <Card title="CASS (USA)" icon="flag-usa" href="/support/usa-cass-v2/">
    USPS CASS-certified address validation
  </Card>

  <Card title="SERP (Canada)" icon="canadian-maple-leaf" href="/local-apis/serp-overview/">
    Canada Post SERP-certified processing
  </Card>

  <Card title="AMAS (Australia)" icon="earth-oceania" href="/support/address-matching-approval-system-amas/">
    Australia Post AMAS-certified validation
  </Card>
</CardGroup>

## Deprecated Processes

<CardGroup cols={2}>
  <Card title="Search (Maintenance Mode)" icon="triangle-exclamation" href="/available-processes/search-process/">
    Legacy search functionality - use alternative processes for new implementations
  </Card>
</CardGroup>
