> ## 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 Tutorials Library

> Find technical tutorials that enable you to build with Loqate

<Snippet file="homepage.mdx" />

<h2>Quick Start Guides</h2>

<CardGroup cols={3}>
  <Card title="Address Capture Quick Start" icon="location-dot" href="/our-services/address-capture/address-capture-quick-start">
    Get started quickly with our Address Capture API's
  </Card>

  <Card title="Address Verify Quick Start" icon="circle-check" href="/our-services/address-verify/address-verify-quick-start">
    Get started quickly with our Address Verify API's
  </Card>

  <Card title="Store Finder Quick Start" icon="map-location" href="/our-services/store-finder/store-finder-quick-start">
    Get started quickly with our Store Finder API's
  </Card>

  <Card title="Email Validation Quick Start" icon="envelope-open-text" href="/our-services/email-validation/email-validation-quick-start">
    Get started quickly with our Email Validation API's
  </Card>

  <Card title="Phone Validation Quick Start" icon="phone" href="/our-services/phone-validation/phone-validation-quick-start">
    Get started quickly with our Phone Validation API's
  </Card>

  <Card title="Bank Validation Quick Start" icon="building-columns" href="/our-services/bank-validation/bank-validation-quick-start">
    Get started quickly with our Bank Validation API's
  </Card>
</CardGroup>

<h2>Implementation Guides</h2>

<CardGroup cols={3}>
  <Card title="TAG Setup Guide" icon="tag" href="/our-services/tag-setup-guide">
    Get started with Address Capture, Email & Phone Validation using our TAG integration guide
  </Card>

  <Card title="Address Capture Implementation Guide" icon="location-dot" href="/our-services/address-capture/implementation-guide">
    Implement our Address Capture service with JavaScript code samples
  </Card>

  <Card title="Address Verify Implementation Guide" icon="circle-check" href="/our-services/address-verify/implementation-guide">
    Implement our Address Verify service with JavaScript code samples
  </Card>

  <Card title="Store Finder Implementation Guide" icon="map-location" href="/our-services/store-finder/implementation-guide">
    Implement our Store Finder service with JavaScript code samples
  </Card>

  <Card title="Email Validation Implementation Guide" icon="envelope-open-text" href="/our-services/email-validation/implementation-guide">
    Implement our Email Validation service with JavaScript code samples
  </Card>

  <Card title="Phone Validation Implementation Guide" icon="phone" href="/our-services/phone-validation/implementation-guide">
    Implement our Phone Validation service with JavaScript code samples
  </Card>

  <Card title="Bank Validation Implementation Guide" icon="building-columns" href="/our-services/bank-validation/implementation-guide">
    Implement our Bank Validation service with JavaScript code samples
  </Card>
</CardGroup>

<h2>Best Practice Guides</h2>

<CardGroup cols={3}>
  <Card title="Loqate API Security" icon="lock" href="/loqate-basics/api-security">
    Best practices and configuration options for securing your Loqate API integration
  </Card>

  <Card title="Address Capture Best Practice Guide" icon="location-dot" href="/our-services/address-capture/integration-best-practice">
    Best practices when using our Address Capture service
  </Card>

  <Card title="Bulk Email Validation Best Practice Guide" icon="envelope-open-text" href="/our-services/email-validation/bulk-email-validation#best-practice-and-guidance">
    Best practices when using our Bulk Email Validation service
  </Card>
</CardGroup>

<h2>Verify Self-Hosted Installation Guides</h2>

<CardGroup cols={3}>
  <Card title="Self-Hosted Helm Quick Start" icon="circle-check" href="/helm/quick-start">
    How to deploy Loqate's self-hosted solution on Kubernetes using Helm
  </Card>

  <Card title="Self-Hosted Windows Install Guide" icon="circle-check" href="/tutorials/local-install-guide">
    How to install Loqate's self-hosted solution on a Windows machine
  </Card>

  <Card title="Self-Hosted C++ API Integration Guide" icon="circle-check" href="/tutorials/cpp-api">
    How to integrate with our C++ API in a self-hosted environment using Visual Studio
  </Card>

  <Card title="Self-Hosted Java API Example Guide" icon="circle-check" href="/tutorials/java-api">
    How to use Java with the local API in a self-hosted environment
  </Card>
</CardGroup>

<div className="section-divider" />

<h2>Useful Engineering Resources</h2>

<CardGroup cols={3}>
  <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="Video Tutorials" icon="video" href="/videos">
    Step-by-step video guides
  </Card>
</CardGroup>

<div className="section-divider" />

<h2>Help and Support</h2>
<p>Get the assistance you need from our expert team if you can't find it here</p>

<CardGroup cols={2}>
  <Card title="Visit Help Center" href="https://support.loqate.com/">
    Access documentation, guides, and technical support resources
  </Card>

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

<div className="section-divider" />
