# Create a SQL Editor

### Access SQL Editor Workspace <a href="#access-sql-editor-workspace" id="access-sql-editor-workspace"></a>

Once logged into the Autonmis platform, the user will be automatically directed to the **HOME** tab on the left-hand side navigation bar.

Click on the ***SQL Editor*** tab, which redirects to the SQL Editor Workspace.

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

Here, users can create and manage reports (SQL Editor) for their data queries.

### Report Management <a href="#report-management" id="report-management"></a>

The SQL Editor Workspace features a listing of all available reports (SQL Editors) displayed in cards.

1. Users can filter notebooks by:
   * **Data Source**: Filter based on the database connected.
   * **Status**: View notebooks that are **Published** or **Unpublished**.
   * **Author**: Filter by notebooks created by **You** or **Others**.
2. A search bar is also available for quickly locating a specific notebook by name or keywords.

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

### Create a New Report <a href="#create-a-new-report" id="create-a-new-report"></a>

To create a new notebook, click on ***+ Report*** button, which prompts a popup requiring the following details:

* **Name**: The title of the notebook.
* **Data Source**: Select the data source from the dropdown list.
* **Description**: Details to describe the notebook.

Click on **'Add'** to create and access the report. Once created, it will redirect you within the main report page.


---

# 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/mastering-data-queries-with-sql-editor/create-a-sql-editor.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.
