---
title: Product overview
description: Start from the right Luigi's Box product overview and then choose the integration path that fits your architecture.
slug: platform-foundations/product-overview
docKind: concept
hub: platform-foundations
---

Use this page when you already understand the Luigi's Box foundations and now need to decide which product documentation to open next.

Each product overview explains what the product does, which integration paths it supports, and where to continue for step-by-step implementation guidance.

## Product overviews

<div class="lb-product-overview-grid">
  <a class="lb-product-overview-card" href="/analytics/">
    <h3>Analytics</h3>
    <p>Collect the behavioral signals that power ranking, personalization, and reporting.</p>
  </a>
  <a class="lb-product-overview-card" href="/indexing/">
    <h3>Indexing</h3>
    <p>Sync catalog or content data into Luigi's Box through feeds or the content APIs.</p>
  </a>
  <a class="lb-product-overview-card" href="/autocomplete/">
    <h3>Autocomplete</h3>
    <p>Build search-as-you-type experiences with Autocomplete.js or direct API calls.</p>
  </a>
  <a class="lb-product-overview-card" href="/search/">
    <h3>Search</h3>
    <p>Implement full search with Search.js or a custom interface on top of the Search API.</p>
  </a>
  <a class="lb-product-overview-card" href="/product-listing/">
    <h3>Product listing</h3>
    <p>Power category and brand pages with Search.js or the product listing API.</p>
  </a>
  <a class="lb-product-overview-card" href="/recommendations/">
    <h3>Recommendations</h3>
    <p>Render personalized recommendations with Recco.js or the Recommender API.</p>
  </a>
  <a class="lb-product-overview-card" href="/shopping-assistant/">
    <h3>Shopping assistant</h3>
    <p>Guide users through a question-driven discovery flow with the assistant API.</p>
  </a>
</div>

## How to use this section

- Start with the product overview that matches the feature you are integrating.
- Use the library path when you want the fastest web implementation with more built-in UI behavior.
- Use the API path when you need a custom interface, server-side control, or a mobile/backend integration.
- If you are implementing Luigi's Box through a native store integration, go to [Platform Connectors](/platform-integrations/).
