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

# Datum Node

> Connect your Brain Studio flows with your Datum databases to read and write records

The **Datum node** lets you interact with your Datum collections directly from Brain Studio flows. You can read, create, update, and delete records as part of your automations.

<Note>
  To learn about all Datum features (collections, imports, API Keys, triggers, and MCP), see the [complete Datum documentation](/guides/datum/introduccion).
</Note>

## What is Datum?

**Datum** is Jelou's managed database solution. You do not need to configure servers, manage replicas, or worry about auto-scaling — everything is managed automatically.

<CardGroup cols={2}>
  <Card title="Collections" icon="database" href="/guides/datum/colecciones">
    Create and manage your data tables
  </Card>

  <Card title="Records" icon="table" href="/guides/datum/registros">
    CRUD, filters, search, and export
  </Card>

  <Card title="Imports" icon="upload" href="/guides/datum/importaciones">
    Import data from CSV or XLSX
  </Card>

  <Card title="API Keys" icon="key" href="/guides/datum/api-keys">
    Programmatic access to your data
  </Card>

  <Card title="Triggers" icon="bolt" href="/guides/datum/triggers">
    Automatic webhooks for events
  </Card>

  <Card title="MCP" icon="plug" href="/guides/datum/mcp">
    Connect with ChatGPT, Claude, Cursor, and VS Code
  </Card>

  <Card title="Monitor" icon="chart-line" href="/guides/datum/monitor">
    Performance metrics and activity logs
  </Card>
</CardGroup>

## Supported data types

| Type         | Description                                |
| ------------ | ------------------------------------------ |
| **Text**     | Text strings (maximum 5000 characters)     |
| **Number**   | Numeric values (integer or decimal)        |
| **Boolean**  | True/false values                          |
| **Email**    | Email addresses                            |
| **URL**      | URLs with format validation                |
| **Date**     | Dates and timestamps                       |
| **Select**   | Selection from a predefined list           |
| **Relation** | Reference to records in another collection |
| **File**     | File attachments                           |
