# Data Exploration

- [Data Exploration Overview](https://docs.codatum.com/data-exploration/data-exploration-overview.md): Analyze and visualize data easily using Notebooks, Charts, Explorer, and Parameters.
- [Notebook](https://docs.codatum.com/data-exploration/notebook.md): A collaborative space for real-time data analysis and visualization.
- [Doc Page](https://docs.codatum.com/data-exploration/notebook/doc-page.md): A keyboard-first editor for seamless and efficient ad-hoc analysis and visualization.
- [Grid Page](https://docs.codatum.com/data-exploration/notebook/grid-page.md): A Grid Page allows you to arrange SQL results and charts in a customizable grid layout.
- [Cross Filter](https://docs.codatum.com/data-exploration/notebook/grid-page/cross-filter.md): Link common legends and axes across multiple charts to synchronize data display targets.
- [SQL Block](https://docs.codatum.com/data-exploration/notebook/sql-block.md): Professional SQL Editor with Powerful Support in Codatum.
- [Version](https://docs.codatum.com/data-exploration/notebook/version.md): Save and restore analysis states automatically and manually
- [Theme](https://docs.codatum.com/data-exploration/notebook/notebook-theme.md): Customize the appearance of notebooks
- [Notebook FAQ](https://docs.codatum.com/data-exploration/notebook/notebook-faq.md): important specifications related to Codatum notebook
- [Chart](https://docs.codatum.com/data-exploration/chart.md): Beautiful and Diverse Charts
- [Chart Common](https://docs.codatum.com/data-exploration/chart/chart-common.md): Common concepts and tips for charts
- [Big Number](https://docs.codatum.com/data-exploration/chart/bignumber.md): Display key metrics
- [XY Chart](https://docs.codatum.com/data-exploration/chart/xy-chart.md): Aggregate Y-axis values by X-axis categories
- [Radial Chart](https://docs.codatum.com/data-exploration/chart/radial-chart.md): Visualize composition ratios and comparisons between items
- [XYZ Chart](https://docs.codatum.com/data-exploration/chart/xyz-chart.md): Aggregate Z-axis values by X-axis and Y-axis categories
- [Hierarchy Chart](https://docs.codatum.com/data-exploration/chart/hierarchy-chart.md): Visualize hierarchical data
- [Graph Chart](https://docs.codatum.com/data-exploration/chart/graph-chart.md): Visualize relationships and transitions between items
- [Funnel Chart](https://docs.codatum.com/data-exploration/chart/funnel-chart.md): Visualize changes in step-by-step processes
- [Waterfall Chart](https://docs.codatum.com/data-exploration/chart/waterfall-chart.md): Displays cumulative increases and decreases by item
- [Table Chart](https://docs.codatum.com/data-exploration/chart/table-chart.md): Create table-style charts
- [Pivot Table](https://docs.codatum.com/data-exploration/chart/pivot-table.md): Create two-dimensional pivot tables
- [Text Panel](https://docs.codatum.com/data-exploration/chart/text-panel.md): Display the first value of the selected column
- [Map Chart](https://docs.codatum.com/data-exploration/chart/map-chart.md): Map charts can display data on a map using latitude/longitude, geohash, geocodes, and GeoJSON
- [Word Cloud](https://docs.codatum.com/data-exploration/chart/word-cloud.md): Displays keyword frequency and importance visually
- [Explorer](https://docs.codatum.com/data-exploration/explorer.md): Drag-and-drop and spreadsheet-like UI to easily filter, extract, aggregate, and modify data without coding.
- [Parameter](https://docs.codatum.com/data-exploration/parameter-overview.md): Create dynamic notebooks and reports.
- [Parameter Types](https://docs.codatum.com/data-exploration/parameter-overview/parameter-types.md)
- [How to Use Relative Date](https://docs.codatum.com/data-exploration/parameter-overview/relative-date-behavior.md): How to access the latest date data using parameters
- [Escape and Dynamic Reference](https://docs.codatum.com/data-exploration/parameter-overview/escape-and-dynamic-reference.md): Parameter escaping and dynamic table/column reference
- [Dynamic Select Options](https://docs.codatum.com/data-exploration/parameter-overview/dynamic-select-options.md)
- [How to Specify from URLs](https://docs.codatum.com/data-exploration/parameter-overview/set-parameters-via-url.md): How to specify parameters when creating links from external sites
- [Query(Beta)](https://docs.codatum.com/data-exploration/query.md): Create SQL queries that can be used across multiple notebooks
- [(Appendix) Query Execution and Cache](https://docs.codatum.com/data-exploration/appendix-cache.md): Additional information on query execution and caching


---

# 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://docs.codatum.com/data-exploration.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.
