# My first Notebook

To create your notebook:

1. Go to *Create New* on *Notebooks*, or *New Notebook* when you are in the notebook list

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

2. Name your notebook. Additionally, you can add a description to your notebook. Also, you can select an existing [tag](/graphite-note-documentation/faq.md#what-is-a-tag) (to connect your notebook with datasets and models) or create a new one.

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

You can now easily add and delete different text and visualization blocks ([more about visualization](/graphite-note-documentation/notebooks/data-visualization.md)). If you are not satisfied with the block position, you can easily move it. To speed things up, you can even clone each block. Your first Notebook is created and ready for exploring.


---

# 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.graphite-note.com/graphite-note-documentation/notebooks/my-first-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.
