> 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/data-connector-1.0-analyzing-data/data-connector-1.0-datalab.md).

# \[Data Connector 1.0] DataLab

[DataLab](https://www.datacamp.com/datalab) is a cloud-based notebook built by DataCamp that allows you to experiment with code, analyze data, collaborate with others, and share insights with no installation required.

This page describes the steps to seamlessly analyze Data Connector 1.0 learning data with DataLab with zero setup.

* Before starting, make sure that:
  * You are an admin in the group whose data you wish to analyze.
  * The Data Connector is enabled as described [here](/data-connector-1.0-documentation/data-connector-1.0-getting-started/data-connector-1.0-enabling-the-data-connector.md).
* Head over to the datalab dashboard at <https://app.datacamp.com/datalab/>.
* Check the account context dropdown to ensure you're in the context whose data you wish to analyze. If you want to analyze data from your organization, make sure your organization context is selected here and not your personal context.\
  ![](/files/7OnZWl31jY0LVR5KovGu)
* Click "New Workbook":\
  ![](/files/mEsypXeUymilNvxGPlya)
* A new workbook with an empty notebook is created, where you can start your analysis:<br>

  <figure><img src="/files/BC0PudXhEhpgxBzlnLPm" alt=""><figcaption></figcaption></figure>
* Create a new SQL cell, and select ***enterprise-custom-reporting-athena*** as the data source:

  <figure><img src="/files/lMpM8JH383ZXDhQ5xQBX" alt=""><figcaption></figcaption></figure>
* You can now write and run a SQL query to fetch the learning data you need through the Athena connection. For example, we can check the total XP for each user in your group. See [Example queries](/data-connector-1.0-documentation/data-connector-1.0-explore-data-model/data-connector-1.0-example-queries.md) for more examples of SQL queries you can write.

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

You can browse all the available tables through the schema browser, which you can access from the "Databases" tab on the left-hand side or by clicking the ![](/files/6GW4VW209mPPNfSBl5oW) icon on the SQL cell.


---

# 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/data-connector-1.0-analyzing-data/data-connector-1.0-datalab.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.
