# Explore Data cell

The Explore Data cell is a no-code option available in the Add New Content menu that allows users to browse data quickly without any technical knowledge. Just load a connected data source or upload a file, and let DataLab do the rest!

To use, click on "Explore data (no code)" from the Add new content menu in the Editor:

<div align="left"><figure><img src="/files/9lag9CKhdz0SAM4Ukt00" alt=""><figcaption></figcaption></figure></div>

Then select your data source (and data frame if relevant) and DataLab will quickly run a SQL query behind the scenes to produce a table of the data.

<div align="left"><figure><img src="/files/eZXGaPocz0g6Ww59h59a" alt=""><figcaption></figcaption></figure></div>

After the table loads, you can create a new one simply by clicking the Chart toggle and selecting your chart type, the X-axis, and the Y-axis from the available options.

<div align="left"><figure><img src="/files/RCpxl9mYyPGqXmS3gXCl" alt=""><figcaption></figcaption></figure></div>

Finally, at any point, you can convert this Explore Data cell into a SQL cell type, allowing users to perform further data analysis.


---

# 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://datalab-docs.datacamp.com/work/explore-data-cell.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.
