[Yandex Cloud documentation](../../index.md) > [Yandex StoreDoc](../index.md) > [Step-by-step guides](index.md) > Databases > SQL queries in Yandex WebSQL

# SQL queries in Yandex WebSQL

You can use [Yandex WebSQL](../../websql/index.md) to run SQL queries on your Yandex StoreDoc cluster databases.

WebSQL is a Yandex Cloud service that allows you to connect to managed database clusters and work with their databases, tables, schemas, and queries. This service runs in the browser, requires no extra login, and simplifies work by providing hints for SQL commands.

To connect to a cluster from WebSQL, you must enable the **WebSQL access** option in the cluster settings. You can enable this option when [creating](cluster-create.md) or [updating](update.md#change-additional-settings) your cluster.

The Yandex StoreDoc cluster automatically creates a [Connection Manager](../../metadata-hub/concepts/connection-manager.md) connection for each database user, enabling database access from WebSQL. You can also [create a new connection](../../websql/operations/create-connection.md#connect-cluster) if needed.

To connect to a database from WebSQL:

{% list tabs group=instructions %}

- Management console {#console}

  1. In the [management console](https://console.yandex.cloud), select the folder containing your cluster.
  1. Navigate to **Yandex StoreDoc**.
  1. Click the cluster name and navigate to the **WebSQL** tab.
  1. Select the required connection.
  
      The connection will open in WebSQL. To open the query editor, select the required database.
    
{% endlist %}

For more information on WebSQL, see [these guides](../../websql/operations/index.md).