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

# Welcome to GBG Loqate Docs

> Find all the guides and resources you need to build with Loqate

export const ReachCallout = () => {
  return <Tip>
    <span data-as="p">
      <strong>🤖 New: Reach — Loqate for Agents</strong> <br /> Building agentic workflows? Reach verifies addresses, emails, and phone numbers in real time — returning a confidence score, a policy-aware recommendation, and a full audit trail in one command.
      <br /><a href="https://agents.gbg.com/reach">Explore Reach</a>
    </span>
    </Tip>;
};

export const BetaCalloutHighlighted = () => {
  return <Tip>
    <span data-as="p">
      <strong>🎉 New: Loqate Core SDKs (Beta)</strong> <br /> We've launched early-access SDKs for TypeScript and .NET as part of our wider DevEx revamp.  
      They're ready to explore and already used internally — try them out and let us know how they feel.
      <br />See the <a href="/sdks/overview">SDK Overview</a> for details. 
    </span>
    </Tip>;
};

<Snippet file="homepage.mdx" />

<CardGroup cols={3}>
  <Card title="Quickstart" href="/loqate-basics/create-an-api-key">
    Learn how to get started with Loqate's services
  </Card>

  <Card title="API Reference" href="/api-reference/introduction">
    Explore our comprehensive API documentation and endpoints
  </Card>

  <Card title="Integrations" href="/integrations/all-integrations">
    Native integrations with leading e-commerce platforms and CRMs
  </Card>
</CardGroup>

<ReachCallout />

<BetaCalloutHighlighted />

<p className="text-muted">
  Try Loqate for free with a <a href="https://www.loqate.com/en-gb/get-started/" className="dynamic-link">45-day trial</a>
</p>

<div className="section-divider" />

<h2>Explore Products</h2>

<CardGroup cols={2}>
  <Card title="Address Capture" icon="location-dot" href="/our-services/address-capture/overview">
    Speed up a user's address entry with our address capture service
  </Card>

  <Card title="Address Verify" icon="circle-check" href="/our-services/address-verify/overview">
    Review and clean up existing address data with our verification service
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="Email Validation" icon="envelope" href="/our-services/email-validation/overview">
    Real-time email address verification and validation
  </Card>

  <Card title="Phone Validation" icon="phone" href="/our-services/phone-validation/overview">
    Validate and verify phone numbers across global networks
  </Card>

  <Card title="Bank Validation" icon="building-columns" href="/our-services/bank-validation/overview">
    Real-time verification of bank account details and routing numbers
  </Card>
</CardGroup>

<p className="text-muted">
  See all location and data validation <a href="/loqate-basics/list-of-endpoints" className="dynamic-link">solutions</a>
</p>

<div className="section-divider" />

<h2>Get Started</h2>
<p>From an API call to successful delivery in 3 steps</p>

<div class="custom-steps">
  <div class="custom-step">
    <span class="custom-step-badge">Step 1</span>
    <div className="custom-step-title">Create an API Key</div>
    <p>Get your API key from the dashboard to make requests.</p>

    <a href="/loqate-basics/create-an-api-key">Get started here</a>
  </div>

  <div class="custom-step">
    <span class="custom-step-badge">Step 2</span>
    <div className="custom-step-title">Make your first call</div>
    <p>Send your first API request to validate an address or email.</p>

    <a href="/api-reference/introduction">View API Reference</a>
  </div>

  <div class="custom-step">
    <span class="custom-step-badge">Step 3</span>
    <div className="custom-step-title">Parse the response</div>
    <p>Handle the response data to improve your user experience.</p>

    <a href="/api-reference/introduction">Response Guide</a>
  </div>
</div>

<div className="section-divider" />

<h2>Supported Integrations</h2>
<p>Native integrations with leading e-commerce platforms and CRMs</p>

<CardGroup cols={3}>
  <Card href="/integrations/shopify-overview">
    <div className="integration-logo-container">
      <img src="https://uat.loqate.com/media/dgfnoekv/shopify-plus.svg" alt="Shopify Plus" className="block dark:hidden" />

      <img src="https://uat.loqate.com/media/eb4idcnq/shopify-plus.svg" alt="Shopify Plus" className="hidden dark:block" />
    </div>

    <h3 className="integration-title">Shopify Plus</h3>
    <p>Native integration for Shopify Plus stores</p>
  </Card>

  <Card href="/integrations/adobe-commerce">
    <img src="https://uat.loqate.com/media/gjrk4ijt/adobe-commerce.svg" alt="Adobe Commerce" className="integration-logo" />

    <h3 className="integration-title">Adobe Commerce</h3>
    <p>Magento and Adobe Commerce integration</p>
  </Card>

  <Card href="/integrations/bigcommerce">
    <div className="integration-logo-container">
      <img src="https://uat.loqate.com/media/n4papthm/bigcommerce.png" alt="BigCommerce" className="block dark:hidden" />

      <img src="https://uat.loqate.com/media/kggjnp4t/bigcommerce.svg" alt="BigCommerce" className="hidden dark:block" />
    </div>

    <h3 className="integration-title">BigCommerce</h3>
    <p>BigCommerce platform integration</p>
  </Card>

  <Card href="/integrations/microsoft-dynamics-365">
    <div className="integration-logo-container">
      <img src="https://uat.loqate.com/media/wuhpl5sr/dynamic365.svg" alt="Microsoft Dynamics 365" className="block dark:hidden" />

      <img src="https://uat.loqate.com/media/10rfciv5/dynamic365.svg" alt="Microsoft Dynamics 365" className="hidden dark:block" />
    </div>

    <h3 className="integration-title">Microsoft Dynamics 365</h3>
    <p>Dynamics 365 CRM integration</p>
  </Card>

  <Card href="/integrations/salesforce-commerce-cloud">
    <img src="https://uat.loqate.com/media/rzehm0gb/salesforce.svg" alt="Salesforce" className="integration-logo" />

    <h3 className="integration-title">Salesforce Commerce Cloud</h3>
    <p>Salesforce Commerce Cloud integration</p>
  </Card>

  <Card href="/integrations/commercetools">
    <div className="integration-logo-container">
      <img src="https://uat.loqate.com/media/ow3bk2m2/commercetools.svg" alt="commercetools" className="block dark:hidden" />

      <img src="https://uat.loqate.com/media/5wuip3kk/commercetools.svg" alt="commercetools" className="hidden dark:block" />
    </div>

    <h3 className="integration-title">commercetools</h3>
    <p>commercetools headless commerce platform</p>
  </Card>

  <Card href="/integrations/salesforce-crm">
    <img src="https://uat.loqate.com/media/rzehm0gb/salesforce.svg" alt="Salesforce" className="integration-logo" />

    <h3 className="integration-title">Salesforce CRM</h3>
    <p>Salesforce CRM integration</p>
  </Card>

  <Card href="/integrations/shopware">
    <img src="https://uat.loqate.com/media/43wgb1x0/shopware.svg" alt="Shopware" className="integration-logo" />

    <h3 className="integration-title">Shopware</h3>
    <p>Shopware e-commerce platform</p>
  </Card>

  <Card href="/integrations/reapit">
    <img src="https://mintcdn.com/loqate/lWfUs4aqJ-lwssBc/images/integrations/reapit/reapit.png?fit=max&auto=format&n=lWfUs4aqJ-lwssBc&q=85&s=ab2a28d2e3fd32a65cc0b6929dcd0b6a" alt="Reapit" className="integration-logo" width="380" height="309" data-path="images/integrations/reapit/reapit.png" />

    <h3 className="integration-title">Reapit</h3>
    <p>Reapit property software integration</p>
  </Card>
</CardGroup>

<p className="text-muted">
  Don't see your platform? <a href="mailto:LoqateSupport@gbgplc.com" className="dynamic-link">Request an Integration</a>
</p>

<div className="section-divider" />

<h2>Help and Support</h2>
<p>Get the assistance you need from our expert team</p>

<CardGroup cols={2}>
  <Card title="Visit Help Center" href="/getting-started/introduction/">
    Access documentation, guides, and technical support resources
  </Card>

  <Card title="Speak to an Expert" href="https://www.loqate.com/en-gb/contact/customer-support/">
    Connect with our team for Sales or Support
  </Card>
</CardGroup>

<div className="section-divider" />

<h2>Security & Compliance</h2>
<p>Enterprise-grade security and compliance standards you can trust</p>

<CardGroup cols={3}>
  <Card title="ISO 27001" icon="certificate">
    International security management standard
  </Card>

  <Card title="Trust & Privacy" icon="lock">
    <div style={{ display: 'flex', flexDirection: 'column', gap: '8px' }}>
      <a href="https://www.loqate.com/en-us/privacy/privacy-approach/" className="trust-link">GBG Privacy Approach</a>
      <a href="https://secureandtrusted.gbgplc.com/" className="trust-link">GBG Trust Center</a>
    </div>
  </Card>

  <Card title="Upguard Score" icon="award" href="https://www.upguard.com/security-report/gbg">
    <div style={{ display: 'flex', flexDirection: 'column', alignItems: 'flex-start', gap: '4px' }}>
      <div style={{ fontSize: '32px', fontWeight: '700', color: '#4d4dff', lineHeight: '1' }}>905+</div>
      <div style={{ fontSize: '14px', color: '#6b7280' }}>Out of 950</div>
    </div>
  </Card>
</CardGroup>

<div className="section-divider" />

<h2>Engineering Thoughts and Resources</h2>

<CardGroup cols={4}>
  <Card title="Developer Blog" icon="blog" href="https://www.loqate.com/en-gb/blog/?usecase=Developers&page=1">
    Find out about use cases and Loqate features
  </Card>

  <Card title="Community Slack" icon="slack" href="https://join.slack.com/t/loqate-workspace/shared_invite/zt-2xhkfmb38-3iIhtlRGO88k6dub4F4qzQ">
    Join our developer community
  </Card>

  <Card title="Code Tutorials" icon="code" href="/tutorials">
    Step-by-step coding tutorials and best practice guides
  </Card>

  <Card title="Video Tutorials" icon="video" href="/videos">
    Step-by-step video guides
  </Card>
</CardGroup>

<div className="section-divider" />

<Card icon="server" href="/getting-started/introduction/">
  <div className="self-hosting-wrapper">
    <div className="self-hosting-left">
      <h3 className="self-hosting-title" style={{ color: '#000000', opacity: 1 }}>Self-Hosting</h3>
      <p className="self-hosting-desc">Get started with self-hosting Loqate.</p>
      <a href="/getting-started/introduction/" className="self-hosting-link">More on Self-Hosting</a>
    </div>

    <div className="keyword-grid">
      <div className="keyword-badge">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="16" height="16">
          <path fillRule="evenodd" d="M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z" clipRule="evenodd" />
        </svg>

        <span>Verification</span>
      </div>

      <div className="keyword-badge">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="16" height="16">
          <path d="M11.47 3.84a.75.75 0 011.06 0l8.69 8.69a.75.75 0 101.06-1.06l-8.689-8.69a2.25 2.25 0 00-3.182 0l-8.69 8.69a.75.75 0 001.061 1.06l8.69-8.69z" />

          <path d="M12 5.432l8.159 8.159c.03.03.06.058.091.086v6.198c0 1.035-.84 1.875-1.875 1.875H15a.75.75 0 01-.75-.75v-4.5a.75.75 0 00-.75-.75h-3a.75.75 0 00-.75.75V21a.75.75 0 01-.75.75H5.625a1.875 1.875 0 01-1.875-1.875v-6.198a2.29 2.29 0 00.091-.086L12 5.43z" />
        </svg>

        <span>Geocoding</span>
      </div>

      <div className="keyword-badge">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="16" height="16">
          <path fillRule="evenodd" d="M19.902 4.098a3.75 3.75 0 00-5.304 0l-4.5 4.5a3.75 3.75 0 001.035 6.037.75.75 0 01-.646 1.353 5.25 5.25 0 01-1.449-8.45l4.5-4.5a5.25 5.25 0 117.424 7.424l-1.757 1.757a.75.75 0 11-1.06-1.06l1.757-1.757a3.75 3.75 0 000-5.304zm-7.389 4.267a.75.75 0 011-.353 5.25 5.25 0 011.449 8.45l-4.5 4.5a5.25 5.25 0 11-7.424-7.424l1.757-1.757a.75.75 0 111.06 1.06l-1.757 1.757a3.75 3.75 0 105.304 5.304l4.5-4.5a3.75 3.75 0 00-1.035-6.037.75.75 0 01-.354-1z" clipRule="evenodd" />
        </svg>

        <span>Parsing</span>
      </div>

      <div className="keyword-badge">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="16" height="16">
          <path fillRule="evenodd" d="M2.25 13.5a8.25 8.25 0 018.25-8.25.75.75 0 01.75.75v6.75H18a.75.75 0 01.75.75 8.25 8.25 0 01-16.5 0z" clipRule="evenodd" />

          <path fillRule="evenodd" d="M12.75 3a.75.75 0 01.75-.75 8.25 8.25 0 018.25 8.25.75.75 0 01-.75.75h-7.5a.75.75 0 01-.75-.75V3z" clipRule="evenodd" />
        </svg>

        <span>Batch Processing</span>
      </div>
    </div>
  </div>
</Card>

<div className="section-divider" />

<h2>Frequently Asked Questions</h2>

<p className="text-muted">Everything you need to know about our services and APIs</p>

<AccordionGroup>
  <Accordion title="What is the difference between the Capture & Verify services?">
    Capture is a user-present address capture service, designed to ensure accuracy and standardization at the point of entry by guiding users to select validated addresses in real time. In contrast, Verify is a data cleansing service that processes and corrects address data already held within a system, ensuring it conforms to postal and formatting standards. Verify can operate in both user-present scenarios e.g. validating input within a form and non-user-present contexts e.g. bulk cleansing of existing datasets or automated background validation.
  </Accordion>

  <Accordion title="What are the rate limits and how do you handle scaling?">
    Our APIs are designed to handle high-volume requests with automatic scaling. Rate limits vary by plan, starting from 1,000 requests per month on our free tier to unlimited requests on enterprise plans.
  </Accordion>

  <Accordion title="How do you ensure data privacy and GDPR compliance?">
    We are fully GDPR compliant and follow strict data privacy standards. We use 256-bit encryption, implement zero data retention policies, and provide data processing agreements for enterprise customers.
  </Accordion>

  <Accordion title="Which countries and address formats do you support?">
    We support 245+ countries and territories worldwide with comprehensive address format coverage including postal codes, administrative areas, and locality information.
  </Accordion>

  <Accordion title="Do you provide webhooks for bulk processing and status updates?">
    Yes, we provide webhook support for bulk processing operations and real-time status updates. You can configure webhooks to receive notifications when bulk jobs complete or encounter errors.
  </Accordion>

  <Accordion title="How accurate is the validation and what's your error handling?">
    Our validation accuracy exceeds 99% for most countries. We provide detailed error codes and messages to help you handle edge cases and provide meaningful feedback to your users.
  </Accordion>
</AccordionGroup>

<p>
  Still have questions? <a href="mailto:LoqateSupport@gbgplc.com" className="dynamic-link">Send us an email</a>
</p>
