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

# Overview

A guided entry point to help you navigate the WikiParfum API documentation and find what you need.

## Set up

<CardGroup cols={2}>
  <Card title="Authentication & Security" icon="key" href="/wikiparfum-api/getting-started/authentication">
    Set up your API key and understand the server-side execution model.
  </Card>

  <Card title="Catalog Integration" icon="barcode" href="/catalog-integration/product-feed">
    Connect your product catalog to WikiParfum via EAN codes.
  </Card>
</CardGroup>

## Core use cases

Each guide includes ready-to-use GraphQL examples with live response tabs.

<CardGroup cols={2}>
  <Card title="Fragrance Library" icon="book" href="/wikiparfum-api/guides/product-enrichment">
    Enrich your product pages with olfactive profiles, ingredient breakdowns, and perfumer data.
  </Card>

  <Card title="Recommendations" icon="wand-magic-sparkles" href="/wikiparfum-api/guides/recommendations">
    Personalized suggestions based on real olfactive affinity.
  </Card>

  <Card title="Fragrance Exploration" icon="compass" href="/wikiparfum-api/guides/exploration">
    Search, browse by ingredient or family, and guided questionnaires.
  </Card>

  <Card title="CRM & Personalization" icon="user" href="/wikiparfum-api/guides/crm-personalization">
    Persist user preferences across sessions and channels.
  </Card>
</CardGroup>

## API Reference

Every query example in the docs includes a live response tab, so your team can see exactly what the API returns before writing any code.

<CardGroup cols={3}>
  <Card title="Perfumes" icon="spray-can" href="/wikiparfum-api/features/perfumes">
    Query perfume data by ID, EAN, or slug.
  </Card>

  <Card title="Ingredients" icon="leaf" href="/wikiparfum-api/features/ingredients">
    Browse the ingredient taxonomy.
  </Card>

  <Card title="Families" icon="circle-nodes" href="/wikiparfum-api/features/families">
    Olfactive family and subfamily classification.
  </Card>

  <Card title="Brands" icon="tag" href="/wikiparfum-api/features/brands">
    Brand information and catalog lookup.
  </Card>

  <Card title="Perfumists" icon="flask" href="/wikiparfum-api/features/perfumists">
    Perfumer profiles and their creations.
  </Card>

  <Card title="Search" icon="magnifying-glass" href="/wikiparfum-api/features/search">
    Full-text search across the database.
  </Card>

  <Card title="Filtering" icon="filter" href="/wikiparfum-api/features/filtering">
    Filter perfumes by multiple criteria.
  </Card>

  <Card title="Exploring the Schema" icon="diagram-project" href="/wikiparfum-api/getting-started/exploring-the-schema">
    Use GraphQL introspection to discover all available queries and types.
  </Card>
</CardGroup>
