> For the complete documentation index, see [llms.txt](https://docs.autonmis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autonmis.com/mastering-data-queries-with-sql-editor/create-a-sql-editor.md).

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