# Data Management

This section covers how to get your data into RootCause.ai and prepare it for analysis.

***

### Getting Data In

[**Uploading Datasets**](/more-details/data-management/uploading-datasets.md)

Import data from files **(CSV, Parquet, Excel, JSON)** or connect to external sources like **databases and APIs**. Datasets are the raw material for all analysis in RootCause.ai.

***

### Preparing Data

[**Data Views**](/user-guide/data-views.md)

Transform and combine datasets into analysis-ready views. Apply filters, joins, aggregations, and other operations without modifying your source data.

***

### Organizing Data

[**Ontology Concepts**](/user-guide/ontology-concepts.md)

Unify columns across datasets by mapping them to common concepts. When "customer\_id" in one dataset means the same thing as "cust\_id" in another, ontology concepts link them together.

***

### Workflow

A typical data workflow in RootCause.ai:

1. **Upload or connect** – Bring data into the platform via files or connectors
2. **Create a Data View** – Join, filter, and transform as needed
3. **Tag ontology concepts** – Help RootCause.ai understand your data structure
4. **Build a Digital Twin** – Use your prepared Data View for causal discovery

For data connector setup, see the [Data Connectors](/user-guide/connecting-data.md) section.


---

# 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.rootcause.ai/more-details/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.
