> For the complete documentation index, see [llms.txt](https://docs.codatum.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codatum.jp/data-exploration/notebook.md).

# ノートブック

<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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.codatum.jp/data-exploration/notebook.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
