> ## 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: Generate compliant food nutritional tables fast

> Learn what SATN is, who it's built for, and how it solves Colombian food labeling compliance for food technologists and nutritionists.

SATN (Sistema de Análisis de Tablas Nutricionales) is a web application that helps food technologists and nutritionists produce compliant nutritional tables for food products in Colombia. Instead of manually cross-referencing ingredient data and applying regulatory formulas, you enter your product formulation once and SATN calculates everything — per 100 g values, per-serving values, warning seal triggers, and more — ready to export as a finished document.

## Who SATN is for

SATN is built for professionals who develop, review, or certify food products under Colombian regulations. If you need to generate nutritional tables that comply with **Resolución 254 of 2023** or **Resolución 810 of 2021**, SATN handles the calculation and formatting work so you can focus on the formulation.

* **Food technologists** creating new products for manufacturing clients
* **Nutritionists** verifying ingredient contributions and serving-size adequacy
* **Labeling consultants** who manage nutritional documentation across multiple clients

## What problems SATN solves

Producing a compliant Colombian nutritional table by hand means looking up each ingredient in the ICBF food composition database, multiplying quantities by their nutrient fractions, summing columns, rounding according to the regulation, and then detecting which warning seals apply. A single product with a dozen ingredients can take hours to do accurately.

SATN eliminates that process. It stores the full ICBF ingredient database, applies the regulatory calculation rules automatically, and detects warning conditions for sodium, sugars, saturated fat, trans fat, and sweeteners. When you save a product, the nutritional table is ready immediately.

## Key capabilities

<CardGroup cols={2}>
  <Card title="Quick start" icon="rocket" href="/quickstart">
    Create your first compliant nutritional table in a few minutes.
  </Card>

  <Card title="Product types" icon="boxes-stacked" href="/concepts/product-types">
    Learn the differences between Unitary, Mix, and Combo products.
  </Card>

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

  <Card title="Export to Excel" icon="file-excel" href="/exports/nutritional-table-excel">
    Download a formatted, regulation-ready nutritional table spreadsheet.
  </Card>
</CardGroup>

## How it works at a glance

SATN organizes your work around three objects: **customers**, **products**, and **ingredients**.

* A **customer** is the food company or individual client that owns the product.
* A **product** holds the formulation — its type, serving size, ingredient list, and calculated nutritional data.
* **Ingredients** come from the built-in ICBF database or can be added manually when an item is not in the standard table.

When you save a product, SATN runs the nutritional calculation and stores the result. From the product detail view you can export the nutritional table to Excel or generate a full Word report that includes regulatory warning seals.

<Note>
  SATN currently supports the Colombian regulatory framework. All nutritional calculations follow the rounding and presentation rules defined in Resolución 810/2021 and the labeling requirements of Resolución 254/2023.
</Note>
