diff --git a/presto-docs/src/main/sphinx/clients.rst b/presto-docs/src/main/sphinx/clients.rst
index 88b6cd8d97ae0..4f0a4613b415e 100644
--- a/presto-docs/src/main/sphinx/clients.rst
+++ b/presto-docs/src/main/sphinx/clients.rst
@@ -7,3 +7,4 @@ Presto Clients
clients/presto-cli
clients/presto-console
+ clients/dbeaver
diff --git a/presto-docs/src/main/sphinx/clients/dbeaver.rst b/presto-docs/src/main/sphinx/clients/dbeaver.rst
new file mode 100644
index 0000000000000..2c22cd023fa22
--- /dev/null
+++ b/presto-docs/src/main/sphinx/clients/dbeaver.rst
@@ -0,0 +1,29 @@
+=======
+DBeaver
+=======
+
+`DBeaver `_ is a multiplatform open source database tool. Follow these steps to configure DBeaver to query Presto.
+
+Install and Run DBeaver
+=======================
+
+Download and install DBeaver from `DBeaver Download `_, then launch DBeaver.
+
+Configure DBeaver
+=================
+
+1. In DBeaver, select **Database** > **New Database Connection**.
+
+2. Select **PrestoDB**, then **Next**. If the **Main** tab is not selected, select it.
+
+3. If the Presto server is not running locally, select **URL** and edit the default value in **JDBC URL**.
+
+4. In **Username**, enter a user name - the default is `admin`.
+
+5. Select **Test Connection**.
+
+ Note: You may be prompted to download a driver. If needed, follow the prompts in the popup **Driver settings** window to do so.
+
+ When successful, a **Connection test** window is displayed that shows "Connected".
+
+6. Select **Finish**.
\ No newline at end of file