# Preo Documentation

<Head>
  <meta property="og:title" content="Preo Documentation" />
  <meta property="og:description" content="Integrate and work with the Preo platform." />
  <meta property="og:image" content="/media/og.png" />
  <meta name="twitter:card" content="summary_large_image" />
</Head>

Welcome to Preo's documentation portal. Find everything you need to integrate and work with the Preo platform.

<div className="grid grid-cols-1 md:grid-cols-2 gap-4 mt-6">

<a href="/integration/intro" className="no-underline">
<Card className="h-full hover:border-primary transition-colors">
<CardHeader>
<CardTitle>Integration</CardTitle>
<CardDescription>Embed Preo's storefront into your website or application</CardDescription>
</CardHeader>
</Card>
</a>

<a href="/api" className="no-underline">
<Card className="h-full hover:border-primary transition-colors">
<CardHeader>
<CardTitle>API Reference</CardTitle>
<CardDescription>Complete API documentation for backend integrations</CardDescription>
</CardHeader>
</Card>
</a>

</div>
