> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alana.shopping/llms.txt
> Use this file to discover all available pages before exploring further.

# Alana Shopping B2B

> Everything you need to manage, optimize, and scale your product content with AI.

## Welcome

Alana Shopping B2B is an AI-powered product content platform that helps brands and retailers create, manage, and optimize product catalogs at scale. Whether you're here to learn how to use the platform or to build integrations with our API, you're in the right place.

<CardGroup cols={2}>
  <Card title="Help Center" icon="life-ring" href="/help/welcome">
    Step-by-step guides for managing your account, catalogs, and AI-powered content.
    **Best for:** Brand managers, retailers, operations teams.
  </Card>

  <Card title="Developer Docs" icon="code" href="/quickstart">
    Technical documentation, architecture concepts, and integration guides.
    **Best for:** Developers, integrators, technical partners.
  </Card>

  <Card title="API Reference" icon="webhook" href="/api-reference/overview">
    Complete REST API documentation with interactive playground.
    **Best for:** Developers building programmatic integrations.
  </Card>

  <Card title="System Status" icon="signal" href="https://status.alana.shopping">
    Real-time platform status and incident history.
  </Card>
</CardGroup>

## Architecture overview

The platform is built on five layers:

**Workspace layer** — every organization operates within a workspace that holds brands, members, catalogs, and billing. Workspaces enforce data isolation via row-level security.

**Catalog engine** — products live inside catalogs that can be published, forked, and merged. This git-like workflow lets teams iterate on product content without affecting live data.

**Data pipeline (Bronze → Silver → Gold)** — every imported product passes through a three-stage medallion pipeline: Bronze ingests raw data with idempotency guarantees, Silver normalizes fields and detects duplicates, Gold computes a 7-dimension optimization score (0–100). Stages run automatically after import or on-demand via batch actions.

**AI services** — every content operation can be AI-assisted. The AI engine is brand-aware: it reads your brand specs (tone, keywords, policies) and applies them to every generation.

**Distribution** — three channels deliver catalog content to consumers:

* **Canal 1 — Feed API**: NDJSON streaming feed endpoint for Google Shopping, Meta Commerce, and custom integrations; feed webhooks and consumption analytics included
* **Canal 2 — Search API**: real-time product search with faceting, autocomplete, recommendations, and A/B via multi-armed bandit
* **Canal 3 — MCP Tools**: 22 tools over SSE transport for AI agent integrations — inbound ingestion, outbound feeds, search, catalog management, pipeline control, and analytics

**Marketplace Hub** — a B2B content exchange where workspaces publish, discover, clone, and subscribe to product catalogs. Subscribers receive automatic sync updates when publishers release new versions; field-level conflict resolution (keep local, accept remote, manual review) is built in.

## Popular help articles

* [Creating your account](/help/creating-your-account)
* [Importing products from a spreadsheet](/help/catalogs/importing-products)
* [How the AI content engine works](/help/ai/how-ai-works)
* [Understanding optimization scores](/help/ai/optimization-scores)
* [Plans and pricing](/help/account/plans-and-pricing)

## Quick links

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get your first API call working in under 5 minutes.
  </Card>

  <Card title="Contact Support" icon="headset" href="/help/faq/contact-support">
    Reach our support team via chat or email.
  </Card>
</CardGroup>
