# Introduction

Verteego is fundamentally designed around the concept of [**Datasets**](/verteego-doc/data/datasets.md), which serve as the core repositories for your data. These datasets are not static; they are dynamic extracts sourced from various data environments such as your production databases, integration databases, or data lakes.

### Understanding Datasources

[**Datasources** ](/verteego-doc/data/datasources.md)are essential components in Verteego. They act as the foundational storage solutions, often referred to as connectors, that facilitate the flow of data into and out of the platform. Once a datasource is defined within Verteego, it becomes the gateway through which datasets are extracted and utilized for your AI-driven applications.

### Data Import and Export

The process begins with the Import (Extraction) of datasets from established datasources. If appropriate permissions are set on your datasources, Verteego can also directly export the processed data back to your operational environments. This capability ensures that data remains fluid and actionable, enhancing the adaptability and responsiveness of your business operations.

### Seamless Data Flow

This integration architecture ensures that Verteego can seamlessly interact with your existing data infrastructure, supporting a wide array of storage solutions and maintaining the integrity and security of your data throughout its lifecycle in the platform. Whether it's pulling raw data for initial analysis or pushing refined insights back into production, Verteego handles each step with precision and efficiency.

### Historical Data Tracking

In Verteego, each refresh of a dataset from its datasource is meticulously recorded, preserving a comprehensive history of all dataset versions. This feature not only enables robust data audits and supports data governance but also enhances the explainability of decisions. Each decision recommendation generated by Verteego is linked to the specific dataset version used, making it clear why certain recommendations were made at a particular time. This traceability ensures that decisions are transparent and accountable, fostering trust and confidence in the AI-driven insights provided by Verteego.


---

# 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://doc.verteego.com/verteego-doc/data/introduction.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.
