# Introduction to Entities

**This section touches on Entities' relevant concepts. By the end of this section, you will be able to create and store records in Entities through APIs.**

## What is an Entity?

{% embed url="<https://media.langstack.com/documentation/media/images/code/training_manual/chapter_5/ch5entitiesdbmenu.png>" %}

* The Entity template helps users create database entities that can store, display and access records of various data types.
* An Entity can be used independently and with other Langstack applications, including APIs, Flows, ETL pipelines, and Processes.

## Building blocks of Entities

In this section, get to know the following building blocks of entities:

* Fields
* Records
* Relations


---

# 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.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.
