# Notebook

{% hint style="warning" %}
The [DataAnalyst role](/product-documentation/access-control/roles.md) must be assigned to each user who needs access to the Query Editor, ***including SuperAdmins.***

***Please be sure to use it cautiously, as it provides access to*** [***read potentially sensitive data***](/product-documentation/faqs/security.md#what-data-other-data-moves-outside-the-data-plane)***.***
{% endhint %}

The Notebook provides an environment to write and execute SQL statements, including quick access to running clusters and catalogs. The results of queries can also be viewed.

You can access the Notebook at any time by clicking **Notebook** on the left navigation menu.&#x20;

The Notebook consists of the following sections:

* [Editor Pane](/product-documentation/notebook/editor-pane.md)
* [Results Pane](/product-documentation/notebook/results-pane.md)
* [Schema Explorer](/product-documentation/notebook/schema-explorer.md)
* [Data Preview](/product-documentation/notebook/data-preview.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.e6data.com/product-documentation/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.
