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

# Data Concepts

## Introduction

Before configuring your connectors and leveraging your data, it is essential to master a few **fundamental concepts** that structure how your tables and synchronizations work.

{% hint style="info" %}
Why start with concepts?

Understanding these notions is essential to:

* **Properly leverage** the data delivered by Quanti
* **Interpret** the structure of your tables and their evolution
* **Identify** potential risks (duplicates, loss of history, inconsistencies)
* **Make the right choices** when configuring custom connectors
* **Communicate effectively** with technical teams
  {% endhint %}

Without this understanding, you risk misinterpreting your data or making technical decisions that are unsuitable for your business needs.

This page provides you with the foundations necessary to manipulate and analyze your data with confidence.


---

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

```
GET https://docs.quanti.io/key-concepts/fundamental-concepts.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.
