---
title: Quickstarts
description: Choose a Luigi's Box product and jump into its quickstart overview before continuing with the library or API path that fits your integration.
slug: quickstart
docKind: hub
hub: quickstart
---

Quickstarts are now organized around products first.

Use the product overview pages when you are still deciding what Luigi's Box product to implement. Use the quickstart overviews below when you already know the product and want the fastest route into the right implementation path.

## Browse quickstarts by product

<div class="lb-product-overview-grid">
  <a class="lb-product-overview-card" href="/quickstart/analytics/">
    <h3>Analytics</h3>
    <p>Start with object identity, then choose DataLayer Collector or the Events API.</p>
  </a>
  <a class="lb-product-overview-card" href="/quickstart/indexing/">
    <h3>Indexing</h3>
    <p>Learn how to prepare your catalog data and send it with the content APIs.</p>
  </a>
  <a class="lb-product-overview-card" href="/quickstart/autocomplete/">
    <h3>Autocomplete</h3>
    <p>Pick between the fastest Autocomplete.js path and fully custom API-based flows.</p>
  </a>
  <a class="lb-product-overview-card" href="/quickstart/search/">
    <h3>Search</h3>
    <p>Choose between Search.js and a custom Search API implementation.</p>
  </a>
  <a class="lb-product-overview-card" href="/quickstart/product-listing/">
    <h3>Product listing</h3>
    <p>Build listing pages with Search.js or directly with the product listing API.</p>
  </a>
  <a class="lb-product-overview-card" href="/quickstart/recommendations/">
    <h3>Recommendations</h3>
    <p>Start with model selection, then continue with Recco.js or the Recommender API.</p>
  </a>
</div>

## Suggested order

1. Review [Platform Foundations](/platform-foundations/) if you still need the shared concepts.
2. Open the product overview for the feature you are implementing.
3. Use the product quickstart overview to choose the right library or API path.
4. Continue with the detailed guides that are now listed inside each product section in the sidebar.
