# Welcome


Explore our documentation, guides, and examples to integrate with Gett.

## Find Your Path

Choose the path that matches your business to get started with Gett.

<div className="grid grid-cols-1 md:grid-cols-2 gap-6 not-prose my-8">
  <a href="/distribution-partners" className="partner-card block rounded-xl border border-border p-6 no-underline transition-all hover:shadow-lg hover:border-primary">
    <h3 className="text-lg font-semibold mt-0 mb-2">Distribution Partners</h3>
    <p className="text-base font-medium mb-2">You have users who want to order food.</p>
    <p className="text-sm text-muted-foreground mb-3">You're an app or platform with an existing user base. Add food ordering without building a delivery company from scratch.</p>
    <p className="text-xs text-muted-foreground mb-1 uppercase tracking-wide font-medium">Examples</p>
    <p className="text-sm text-muted-foreground mb-4">Loyalty apps, hospitality platforms, corporate meal programs, travel apps</p>
    <span className="text-sm font-medium text-primary">Get Started →</span>
  </a>

  <a href="/brand-partners" className="partner-card block rounded-xl border border-border p-6 no-underline transition-all hover:shadow-lg hover:border-primary">
    <h3 className="text-lg font-semibold mt-0 mb-2">Brand Partners</h3>
    <p className="text-base font-medium mb-2">You're a restaurant.</p>
    <p className="text-sm text-muted-foreground mb-3">Reconnect with your customers directly — no middleman between you and the people ordering your food.</p>
    <p className="text-xs text-muted-foreground mb-1 uppercase tracking-wide font-medium">Examples</p>
    <p className="text-sm text-muted-foreground mb-4">Restaurant chains, local restaurants, ghost kitchens, food halls</p>
    <span className="text-sm font-medium text-primary">Learn More →</span>
  </a>

  <a href="/commerce-partners" className="partner-card block rounded-xl border border-border p-6 no-underline transition-all hover:shadow-lg hover:border-primary">
    <h3 className="text-lg font-semibold mt-0 mb-2">Commerce Partners</h3>
    <p className="text-base font-medium mb-2">You power restaurant ordering.</p>
    <p className="text-sm text-muted-foreground mb-3">You provide POS or e-commerce technology to restaurants. Connect your merchants to new demand channels through a single Commerce API.</p>
    <p className="text-xs text-muted-foreground mb-1 uppercase tracking-wide font-medium">Examples</p>
    <p className="text-sm text-muted-foreground mb-4">POS companies with online ordering, restaurant e-commerce platforms</p>
    <span className="text-sm font-medium text-primary">Learn More →</span>
  </a>

  <a href="/ecosystem-partners" className="partner-card block rounded-xl border border-border p-6 no-underline transition-all hover:shadow-lg hover:border-primary">
    <h3 className="text-lg font-semibold mt-0 mb-2">Ecosystem Partners</h3>
    <p className="text-base font-medium mb-2">You provide restaurant data or services.</p>
    <p className="text-sm text-muted-foreground mb-3">You're not in the ordering business, but you have data or services that complement the food ordering experience.</p>
    <p className="text-xs text-muted-foreground mb-1 uppercase tracking-wide font-medium">Examples</p>
    <p className="text-sm text-muted-foreground mb-4">Presence management, menu data providers, delivery logistics, nutrition &amp; allergen data</p>
    <span className="text-sm font-medium text-primary">Learn More →</span>
  </a>
</div>
