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

# Data Lake Manager

The **Data Lake Manager** is the core data governance tool in AI Loop. It provides a centralized interface for viewing, filtering, and managing all underlying database collections that power your AI applications and logistics operations.

### Create Database

You can initialize new data structures through two primary methods:

* **New DataBase (Manual)**: Define a custom name and add multiple initial columns manually to build a specialized collection from the ground up.
* **Import from File**: Rapidly ingest existing datasets by uploading **CSV**, **XLSX**, or **XLS** files. The system automatically derives the database name from the filename and initializes the schema based on your file's headers.

<div class="grid">
  <Frame caption="The manual database creation interface.">
    <img src="https://mintcdn.com/wavecentric/pI05Vwco_hyLNjZo/images/new-database.png?fit=max&auto=format&n=pI05Vwco_hyLNjZo&q=85&s=b8957179b49f103d93794cdfe63a7812" alt="New Database Manual" width="450" height="393" data-path="images/new-database.png" />
  </Frame>

  <Frame caption="Creating a database from external files (CSV/Excel).">
    <img src="https://mintcdn.com/wavecentric/YSPi_dHzsGOmYZpE/images/create-database-from-file.png?fit=max&auto=format&n=YSPi_dHzsGOmYZpE&q=85&s=b73100260dc4480a76960793fbd110f0" alt="Create Database from File" width="455" height="253" data-path="images/create-database-from-file.png" />
  </Frame>
</div>

### Record Management & Editing

Manage your records with a sophisticated editing suite designed for data integrity:

* **Atomic Row Editing**: Modify individual records through a focus-modal that prevents accidental changes to adjacent data.
* **Helper Intelligence**: The platform detects data types automatically. Typing a date or timestamp triggers a specialized **Date Helper** for easier entry.
* **Data Suggestions**: Field-level intelligence provides contextual suggestions based on existing entries to ensure naming consistency across your dataset.
* **Schema Evolution**: Add new columns to an existing database at any time to accommodate evolving business requirements. To add or edit columns for an existing collection, simply click on **Manage Columns** to access the schema editor where you can rename, delete, or add new fields.

<div class="grid">
  <Frame caption="Defining initial columns during the 'New DataBase' creation phase.">
    <img src="https://mintcdn.com/wavecentric/pI05Vwco_hyLNjZo/images/new-database.png?fit=max&auto=format&n=pI05Vwco_hyLNjZo&q=85&s=b8957179b49f103d93794cdfe63a7812" alt="Add Columns on Creation" width="450" height="393" data-path="images/new-database.png" />
  </Frame>

  <Frame caption="The 'Manage Columns' interface allows editing the schema of existing databases.">
    <img src="https://mintcdn.com/wavecentric/pI05Vwco_hyLNjZo/images/manage-columns.png?fit=max&auto=format&n=pI05Vwco_hyLNjZo&q=85&s=433c73f8cb8f57af3d7da80b14567326" alt="Manage Columns Interface" width="448" height="609" data-path="images/manage-columns.png" />
  </Frame>
</div>

<Frame caption="The record editing interface featuring specialized date helpers and data suggestions.">
  <img src="https://mintcdn.com/wavecentric/YSPi_dHzsGOmYZpE/images/edit-row.png?fit=max&auto=format&n=YSPi_dHzsGOmYZpE&q=85&s=e93b7fa1004d2c4890ef37f19cf0c7ff" alt="Edit Row Interface" width="580" height="496" data-path="images/edit-row.png" />
</Frame>

### Search & Filtering

The Data Lake is optimized for rapid analysis of large-scale logistics data:

* **Cross-Column Search**: Instantly find records by searching across any business field simultaneously.
* **Advanced Filtering**: Use field-specific probes to isolate data based on precise criteria.
* **Temporal Analysis**: Integrated **Date-Time Pickers** within the filter headers allow you to perform precise time-based auditing and historical reporting.
* **Bulk Export**: Download any filtered view or entire collection as a CSV for external analysis.

<Frame caption="The Data Lake filtering system with integrated date-time pickers and row-level search.">
  <img src="https://mintcdn.com/wavecentric/YSPi_dHzsGOmYZpE/images/data-filters.png?fit=max&auto=format&n=YSPi_dHzsGOmYZpE&q=85&s=15170643f10f5587f88022a8472701fa" alt="Data Lake Filters" width="1024" height="208" data-path="images/data-filters.png" />
</Frame>
