{% extends "layout.html" %} {% block title %}Home - KCAP Demo Server{% endblock %} {% block content %}

KCAP Demo Server{% if tenant %} - {{ tenant.name }}{% endif %}

Manage your product catalog and AR content for barcode scanning applications.


Quick Actions

Product Management

Add, edit, and manage your product catalog with custom fields.

{% if tenant %} Manage Products {% endif %}
AR Field Configuration

Customize the fields returned by AR content endpoints.

{% if tenant %} Configure AR Fields {% endif %}

Getting Started

  1. Configure your AR fields to define what information is returned for products
  2. Add products to your catalog with the configured fields
  3. Generate barcodes for your products
  4. Use the AR endpoints in your scanning application
{% endblock %}