# Grid Page

<figure><img src="https://github.com/codatum/support-site-gitbook/blob/main/en/data-exploration/.gitbook/assets/grid.png" alt=""><figcaption></figcaption></figure>

A Grid Page is a page where you can easily arrange an execution result of the SQL and Chart created in a Doc Page in a grid layout.

## Key Features

* Intuitive GUI manipulation:
  * Allows users to freely arrange, reorder, resize, and drag & drop various components, including chart components.
* Realtime-collaboration:
  * Reflects changes made by other users on the grid immediately. (Note: Chart settings, etc., are not shared until explicitly saved.)
  * Enables users to add comments.
* Parameter:
  * Enables users to place parameters and operate them easily.
* Explorer:
  * Allows users to use the Explorer to gain further insights into their data.
* Cross Filter (Beta):
  * Enables linking common legends and axes across multiple charts to synchronize data display targets.
  * For configuration constraints and other details, see [Cross Filter](https://docs.codatum.com/data-exploration/notebook/grid-page/cross-filter).

## Type of Components

The components that can be placed in the grid are as follows:

* Heading
  * A heading component with three levels can be used to separate titles and sections.
* Text
  * Rich text that can be used for documentation.
* SQL result table
  * A table that displays SQL results created in a Doc Page.
* Chart
  * Allows users to place any chart created in a Doc Page.

## About Synchronization of Component Settings

Certain settings are synchronized between the Grid Page and Doc Page, while others remain independent.

* Synchronized with Doc Page:
  * Chart settings (e.g., axes fields, chart type)
* Not Synchronized with Doc Page:
  * Component settings (e.g., header display, component title)
