# ドキュメントページ

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

ドキュメントページはノートブックのページの一種で、データ分析の抽出、探索、可視化を行えます。素早いアドホック分析が可能で、作業過程も記録できます。キーボード操作を重視したユーザーインターフェースにより、スムーズな作業フローを実現します。

## 主な機能

* フロースタイルのブロックエディタ:
  * 縦方向に流れるエディタで、中断のない滑らかな記述が可能。キーボードとマウスの切り替えを最小限に抑え、作業に集中できます。
* 多様なブロックタイプ:
  * SQLブロック、チャート、画像、レイアウト、折りたたみリストなど、様々なブロックタイプを使ってページを構築できます。スラッシュコマンドで簡単にアクセスできます。
* コードとのシームレスな連携:
  * 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/doc-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.
