> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bytebase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Database Change Mode

Bytebase supports two database change modes. In the UI, this setting appears as the **Default landing page**:

* **Workspace**. Use issues to request, review, roll out, and version database changes. Suitable for teams with access control and a CI/CD workflow.
* **SQL Editor**. Use SQL Editor to execute database changes directly. Suitable for single-person use or environments that do not require supervision. You may also choose this mode if you want to [embed SQL Editor into your own app](/tutorials/embed-sql-editor/).

## Configuration

The first registered user is prompted to choose the mode during the setup wizard. Afterwards, the **Workspace Admin** can change it under **Settings** > **General**.

<img src="https://mintcdn.com/dbx/6mETDyXSQWlY2rwl/content/docs/administration/mode/setting.webp?fit=max&auto=format&n=6mETDyXSQWlY2rwl&q=85&s=60aaadc69ad1894d726272fff9a7b163" alt="Default landing page setting" width="1600" height="252" data-path="content/docs/administration/mode/setting.webp" />

## Workspace

The default landing page is the workspace, where the default view is **My Issues**.

## SQL Editor

The default landing page is the **SQL Editor**.
