> For the complete documentation index, see [llms.txt](https://enterprise-docs.datacamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enterprise-docs.datacamp.com/data-connector-1.0-documentation/data-connector-1.0-using-the-data-connector.md).

# \[Data Connector 1.0] Using the Data Connector

The Data Connector 1.0 exports files in CSV format to an S3 bucket. You can use these files in two ways, depending on your needs and the way your organization approaches reporting.

### Analyzing your data <a href="#analyzing-your-data" id="analyzing-your-data"></a>

You can report on your data using your own BI tools or other reporting tools using an ODBC connection. Most tools require you to install the Amazon Athena ODBC driver to do this or have integrated plugins. We have guides on how to complete this connection for [DataLab](/data-connector-1.0-documentation/data-connector-1.0-using-the-data-connector/data-connector-1.0-analyzing-data/data-connector-1.0-datalab.md), [Tableau](/data-connector-1.0-documentation/data-connector-1.0-using-the-data-connector/data-connector-1.0-analyzing-data/data-connector-1.0-tableau.md) and [Microsoft PowerBI](/data-connector-1.0-documentation/data-connector-1.0-using-the-data-connector/data-connector-1.0-analyzing-data/data-connector-1.0-microsoft-power-bi.md).

### Downloading your data <a href="#downloading-your-data" id="downloading-your-data"></a>

Alternatively, you can download the raw data files. This is useful if you wish to load all your learning data into your own data lake. This usually means you have a data lake that already contains data from other sources and you wish to include your DataCamp learning data too.

You can either manually download the files using tools like [S3 Browser (Windows)](/data-connector-1.0-documentation/data-connector-1.0-using-the-data-connector/data-connector-1.0-downloading-data/data-connector-1.0-s3-browser-windows.md), [3Hub (Mac)](/data-connector-1.0-documentation/data-connector-1.0-using-the-data-connector/data-connector-1.0-downloading-data/data-connector-1.0-3hub-mac.md) or [AWS CLI (Linux)](/data-connector-1.0-documentation/data-connector-1.0-using-the-data-connector/data-connector-1.0-downloading-data/data-connector-1.0-aws-cli-linux.md), or you can choose to programmatically download it.


---

# 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://enterprise-docs.datacamp.com/data-connector-1.0-documentation/data-connector-1.0-using-the-data-connector.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.
