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

# SATN: Nutritional Table Generator for Food Products

> SATN helps food technologists and nutritionists calculate, generate, and export compliant nutritional tables for Colombian food products.

SATN (Sistema de Análisis de Tablas Nutricionales) is a web application that automates the creation of compliant nutritional tables for food products. By combining your product formulation with the official ICBF (Colombian Institute of Family Welfare) food composition database, SATN calculates all required nutritional values and generates export-ready documents aligned with Colombian regulations (Resolución 254/2023 and Resolución 810/2021).

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get your first nutritional table generated in minutes.
  </Card>

  <Card title="Product Types" icon="boxes-stacked" href="/concepts/product-types">
    Learn about Unitary, Mix, and Combo product types.
  </Card>

  <Card title="Nutritional Calculation" icon="calculator" href="/concepts/nutritional-calculation">
    Understand how SATN calculates nutritional values from ingredients.
  </Card>

  <Card title="Exports & Reports" icon="file-export" href="/exports/nutritional-table-excel">
    Export tables to Excel and full reports to Word.
  </Card>
</CardGroup>

## How SATN works

<Steps>
  <Step title="Set up your ingredient database">
    Browse or add ingredients from the ICBF food composition table. Each ingredient contains 30+ nutritional data points including macronutrients, vitamins, and minerals.
  </Step>

  <Step title="Create a product">
    Choose the product type that matches your formulation — Unitary (single formula), Mix (multi-component), or Combo (bundle of unitary products). Enter ingredients and their quantities in grams.
  </Step>

  <Step title="Review the nutritional table">
    SATN automatically calculates values per 100 g and per serving, including calories (kcal), fats, carbohydrates, protein, sodium, vitamins, and more.
  </Step>

  <Step title="Export your documents">
    Download a formatted Excel nutritional table or a full Word report with regulatory warning seals (Alto en / Exceso en), ready to deliver to your client.
  </Step>
</Steps>

## Key capabilities

<CardGroup cols={2}>
  <Card title="Three product types" icon="layer-group" href="/concepts/product-types">
    Support for simple recipes, multi-component formulations, and product bundles.
  </Card>

  <Card title="Moisture loss correction" icon="droplet" href="/concepts/nutritional-calculation">
    Automatically adjust for significant water loss during cooking or processing.
  </Card>

  <Card title="Regulatory warning seals" icon="triangle-exclamation" href="/exports/warning-seals">
    Automatic detection of sodium, sugar, saturated fat, trans fat, and sweetener warnings.
  </Card>

  <Card title="Customer management" icon="users" href="/concepts/customers">
    Manage individual and corporate clients associated with each product.
  </Card>
</CardGroup>
