# Create a SQL Notebook

Once logged into the platform, you will be redirected to the **'Home'** tab by default. To begin creating a SQL notebook, follow these steps:

### Accessing the SQL Notebook

1. From the left-hand navigation, click on the **'SQL'** tab within '**NOTEBOOKS**' dropdown.
2. This redirects you to the **SQL Notebook** page, where you can create and edit notebooks.
3. The page will display a list of existing notebooks as cards. You can filter them by:
   * **Data Source**
   * **Status** (Published, Unpublished)
   * **Author** (You, Other)
4. Use the search bar to find specific notebooks easily.

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

***

### Creating a New Notebook

1. Click on the **'+ Notebook'** CTA to start a new notebook.

   <figure><img src="/files/XZx4X6M6N9wGBNFgbklU" alt=""><figcaption></figcaption></figure>
2. A popup will ask for the following details:
   * **Name** of the notebook
   * **Data source** selection from a dropdown
   * **Description**
3. Click on **'Add'** to create and access the notebook.

***

### Method Selection for Notebook Creation

1. Once the notebook is created, it will redirect you to select a method for generating notebook, a prompt will appear asking you to choose a method to generate the notebook:
   * **Generate Using AI:** Automatically generates a notebook based on your input.
   * **Build Manually:** Allows manual creation of a notebook step-by-step.

     <figure><img src="/files/StNrJ0yhypxiMF5lrsW4" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.autonmis.com/create-and-manage-your-first-sql-notebook/create-a-sql-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.
