# グリッドページ

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

グリッドページは、ドキュメントページで作成したSQLの実行結果やチャートをグリッドレイアウトで自由に配置できるページです。

## 主な機能

* 直感的なGUIによる操作:
  * チャートコンポーネントを含む様々なコンポーネントを自由に配置、並び替え、サイズ変更、ドラッグ&ドロップできます。
* リアルタイム共同編集:
  * 他のユーザーによるグリッド上の変更がリアルタイムで反映されます。（ただし、チャートの設定などは明示的に保存するまで共有されません）
  * コメントの追加が可能です。
* パラメータ:
  * パラメータを配置し、簡単に操作できます。
* エクスプローラ:
  * エクスプローラを使ってデータの探索を行えます。
* クロスフィルタ（ベータ）:
  * 複数のチャートにおいて共通の凡例・軸をリンクし、データ表示の対象を同期させることが可能です。
  * 設定上の制約などは[クロスフィルタ](/data-exploration/notebook/grid-page/cross-filter.md)をご覧ください。

## 配置可能なコンポーネントの種類

グリッドに配置できるコンポーネントは以下の通りです:

* 見出し
  * 3つのレベルがあり、タイトルやセクションの区切りに使用できます。
* テキスト
  * 文書化に使用できるリッチテキストです。
* SQL実行結果テーブル
  * ドキュメントページで作成したSQLの実行結果を表示するテーブルです。
* チャート
  * ドキュメントページで作成したあらゆるチャートを配置できます。

## コンポーネント設定の同期について

一部の設定はグリッドページとドキュメントページで同期されますが、他の設定は独立しています。

* ドキュメントページと同期される設定:
  * チャートの設定（軸フィールド、チャートタイプなど）
* ドキュメントページと同期されない設定:
  * コンポーネントの設定（ヘッダ表示、コンポーネントタイトルなど）


---

# 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.jp/data-exploration/notebook/grid-page.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.
