# Storage frameworks

With Langstack storage frameworks, users can create entity databases to store data.

## Database

The Database section is used to create entities that can store structured data.

### Entity database

* Users can create entities with fields as the basic building blocks.&#x20;
* An entity can store data in simple data types, e.g., strings, numerical, DateTime, GUID, boolean, or complex data types that can store records for other entities.&#x20;
* Entities can have one-to-one or one-to-many relationships with other entities.&#x20;
* Moreover, users have the option to create triggers that define data to be restructured based on record creation, update, or deletion.


---

# 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-langstack/storage-frameworks.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.
