> For the complete documentation index, see [llms.txt](https://docs.loopboard.io/loopboard.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loopboard.io/loopboard.io/product-features/data-management.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.loopboard.io/loopboard.io/product-features/data-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
