# Records

* A row of data stored in an entity is called a record.
* A record stores and displays information based on the data type in the defined fields.
* A record can be created directly in an Entity or added through other applications such as APIs, Processes, Flow components, and ETL pipelines.
* Each Entity displays the number of records created, Entity creation date, and modification date.&#x20;
* Users can copy an entity, delete an entire entity or only delete the records in an entity.


---

# 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://docs.langstack.com/welcome/get-started/learn-langstack/introduction-to-entities/records.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.
