> For the complete documentation index, see [llms.txt](https://docs.corraldata.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.corraldata.com/kb/getting-started/how-corraldata-works.md).

# How CorralData Works

You’re in! You’ve created your account and are ready to start making the most of the platform. CorralData takes the guesswork out of connecting your data sources, building reports, and gaining actionable insights.

<figure><img src="/files/JBq7gThSFT329ovhv0Cu" alt=""><figcaption></figcaption></figure>

### How it works:

Your data belongs to you. That’s why **we don’t co-mingle data**. Instead, a unique data warehouse is generated just for your account so it’s safely and securely retained.

After you connect out-of-the-box sources, **raw data is synced down** and dashboards are generated (where available, depending on source).&#x20;

Our reporting process, which uses Standard Query Language (SQL), lets you **directly interact with your data using plain English**. SQL is a powerful and widely recognized language for managing and querying databases. The combination of SQL and interacting with AskCorral using simple questions allows you to easily **pull the exact information** you need and **create custom reports** — any time.

Your account's AI model is more than just a tool; it's an intelligent partner that grows with your data. This approach **ensures that the AI's understanding of your data landscape is always current**, comprehensive, and deeply integrated. This includes information such as table schemas, column names, data types, relationships between tables, and even contextual notes you might add.


---

# 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.corraldata.com/kb/getting-started/how-corraldata-works.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.
