# ノートブック

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

ノートブックはリアルタイムの共同編集機能を備えており、複数のユーザーが同時に作業でき、コメントの追加や他のユーザーへのメンションも可能です。

また、ドキュメントページとSQLブロックを使用して、アドホックなデータ抽出や複雑な分析が可能です。さらに、グリッドページでは、魅力的なチャートを整理して配置できます。

## 主な機能

* リアルタイム共同編集:
  * リアルタイムで共同編集が可能で、コメントの追加やユーザーへのメンションもできます。
* 2種類のページタイプ:
  * [ドキュメントページ](/data-exploration/notebook/doc-page.md)
    * アドホックな分析を行い、分析プロセスを記録できます。
  * [グリッドページ](/data-exploration/notebook/grid-page.md)
    * チャートを効果的に配置できます。
* [SQLブロック](/data-exploration/notebook/sql-block.md)
  * SQLを直感的に作成できる強力なエディタです。
* [バージョン](/data-exploration/notebook/version.md)
  * 分析の状態を自動および手動で保存・復元できます。
* ロック:
  * 完成したノートブックを誤って編集してしまわないように、ロックをかけることができます。
  * ロック状態には以下の3種類があります：
    * アンロック（デフォルト）:すべての編集が可能です。
    * クエリのみ:パラメータの編集とクエリの実行ができます。
    * ロック:コメントの編集のみ可能です。
* [ノートブックテーマ](/data-exploration/notebook/notebook-theme.md)
  * チャートの色やフォントサイズ・フォントファミリーのカスタマイズが行えます。


---

# 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.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.
