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

# Introduction

> Learn how to integrate your systems with Algure

This documentation explains how to send and keep your catalog updated in Algure in a secure and repeatable way. The operational goal is for Algure to always have a reliable snapshot of:

* **Products**
* **Stock**
* **Warehouses**
* **Locations**
* **Lots** (when applicable)

## What the Product Feed Is

The **Product Feed** is the dataset Algure processes to update catalog and stock.\
From a functional perspective, each upload should be treated as a **full snapshot of the current state** (not as a partial delta).

### Practical recommendation

* Include all products you want to operate with in Algure.
* Keep codes (`warehouseCode`, `locationCode`, `code`) consistent across uploads.

<Card icon="file-stack" horizontal href="/home/integration/product-feed" title="Product Feed">
  How the product feed works
</Card>

## Supported Integration Models

Algure provides three integration paths

<Card icon="file-spreadsheet" horizontal href="/home/integration/via-excel" title="Via Excel">
  Operational teams uploading files manually
</Card>

<Card icon="link" horizontal href="/home/integration/via-url" title="Via URL">
  Lower-complexity integrations
</Card>

<Card icon="square-code" horizontal href="/home/integration/via-api" title="Via API">
  Programmatic ERP/WMS integrations
</Card>
