# Doc Page

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

Doc Page is a page in notebook where you can extract, explore, and visualize data analysis. It allows for quick ad-hoc analysis and keeps a record of your process. The entire workflow can be managed smoothly using a keyboard-first user interface.

## Key Features

* Flow-style Block Editor:
  * Enables seamless and uninterrupted writing with a vertically flowing editor, allowing users to focus on their work without switching between the keyboard and mouse frequently.
* Diverse Block Types:
  * Construct pages using various block types, such as SQL, chart, image, layout, toggle, etc. Easily accessible with a powerful slash command.
* Seamless Integration with Code:
  * Ensures smooth connection with SQL.
* Keyboard-first Design:
  * Optimized for keyboard use, making it developer-friendly.
* Full-text Search:
  * Allows comprehensive search capabilities within the document.
* Parameter:
  * Supports the use of parameters to control the embedded SQL and other dynamic elements.


---

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