> ## 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.

# Via Excel

> Manual upload workflow

## Overview

Use this mode when your team uploads feeds manually from the Algure app. You can prepare data in Excel, but the standard upload format is UTF-8 CSV.

## Prerequisites

* Manual feed uploads must be enabled for the organization
* The user role must meet the minimum role configured for manual uploads
* The file must follow [Catalog Feed / Columns](/integration/catalog-feed/columns) and [Catalog Feed / Formats](/integration/catalog-feed/formats)

## Workflow

<Steps>
  <Step title="Prepare the file">
    Export your feed as UTF-8 CSV following the catalog feed rules.
  </Step>

  <Step title="Upload in Algure">
    Use the manual feed uploader and send one file.
  </Step>

  <Step title="Wait for processing">
    Algure validates and processes the feed asynchronously.
  </Step>

  <Step title="Get optional notification">
    Enable email notification if you want a message when processing ends.
  </Step>
</Steps>

## Limits

* Maximum file size is 10 MB
* Processing is asynchronous
* Invalid rows are logged; valid rows continue

## Notes

* This mode is operationally simple and does not require custom development
* If your process is fully automated, use [Via URL](/integration/via-url) or [Via API](/integration/via-api)
