# The Three Data Spaces

<figure><img src="/files/4GxMIiecPJg6OgxkxwKz" alt="" width="563"><figcaption><p>CsvPath Framework keeps files in three areas</p></figcaption></figure>

CsvPath Framework is file-based. Files come in and are staged. Validation and upgrading scripts are written and loaded. The scripts are applied to data files and the resulting data files are published.&#x20;

Each of these areas can live in a different backend. CsvPath Framework supports:

* Filesystems
* SFTP&#x20;
* AWS S3
* Azure Blob Storage
* Google Cloud Storage


---

# 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://www.csvpath.org/topics/higher-level-topics/organizing-inbound-data/the-three-data-spaces.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.
