> 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.md).

# Data Connector 1.0 - Documentation

{% hint style="danger" %}
**The following documentation is for legacy users of Data Connector 1.0. Please refer to the current documentation on Data Connector** [**here**](https://github.com/datacamp-engineering/enterprise-docs/blob/main/integrating-our-data-into-your-tools-via-data-connector-2.0)**.**
{% endhint %}

The DataCamp Data Connector provides easy access to your group's learning data as raw data files via an Amazon S3 bucket or directly queryable from your BI tools using Amazon Athena.

Learn more about [downloading the raw data files](https://github.com/datacamp-engineering/enterprise-docs/blob/main/data-connector-1.0-documentation/data-connector-1.0-using-the-data-connector/data-connector-1.0-downloading-data) or [setting up an Athena connection](https://github.com/datacamp-engineering/enterprise-docs/blob/main/data-connector-1.0-documentation/data-connector-1.0-using-the-data-connector/data-connector-1.0-analyzing-data) in your BI or SQL tools.

### What data is included in the export?

We aim to expose all possible data related to our learning products through the Data Connector.

Please see the [Data Model](/data-connector-1.0-documentation/data-connector-1.0-explore-data-model/data-connector-1.0-data-model.md) page for a complete list of the available data.


---

# 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:

```
GET https://enterprise-docs.datacamp.com/data-connector-1.0-documentation.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.
