# Data Management

### Overview

A **data model** serves as a blueprint or map for organizing information in a way that's easy to understand and use. Imagine you have a business with different parts, like customers, products, and orders. A data model helps you decide how to organize and store all the details about those things in a structured way, so you can easily find, update, and connect information later.

For example, it might show that each customer has a name, address, and phone number, and each order connects to a customer and includes products. By following this "map," everything stays organized, and you can quickly get the data you need.

## Build your Data Models

Easily create your data models without writing a line of code.&#x20;

## Connect to any data source

Bring data from spreadsheets into a single source or ingest data from existing apps and third-party APIs.

### CSV Import

Save time by bulk importing your data. Let your team upload spreadsheets and keep using Loopboard while the data is seamlessly processed in the background.

### Third Party APIs

Check our [CONNECT](/loopboard.io/connect/siigo.md) section to see all the available integrations.


---

# 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.loopboard.io/loopboard.io/product-features/data-management.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.
