# Ficha o registro

Una ficha, también conocida como registro, es una de las unidades básicas de datos en Velneo, similar a una fila en una tabla de base de datos.

Cada ficha representa una instancia individual de un conjunto de datos, almacenando información en diferentes [campos](/velneo-vdevelop/proyectos-objetos-y-editores/proyecto-de-datos/tabla/campo.md) que pueden incluir texto, números, fechas, y más.&#x20;

Las fichas son fundamentales para la estructura de cualquier aplicación, ya que contienen la información real que los usuarios necesitan gestionar o analizar.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.velneo.com/velneo/conceptos-basicos-de-velneo/ficha-o-registro.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
