diff --git a/getting-started/run-queries-from-console.md b/getting-started/run-queries-from-console.md index 2169436b48..5c516b34e7 100644 --- a/getting-started/run-queries-from-console.md +++ b/getting-started/run-queries-from-console.md @@ -61,11 +61,12 @@ To connect to a service: 1. **Connect to your service** - 1. In the [data mode][portal-data-mode] in Timescale Console, select a service and enter your password, then click **Connect**. + 1. In the [data mode][portal-data-mode] in $CONSOLE, select a service in the connection drop-down. + 1. Click the pencil icon next to the service name. ![Select a connection](https://assets.timescale.com/docs/images/data-mode-connections.png) - - You find your password in the config file you downloaded when you created the service. + + 1. Click `Edit` next to `Username/Password` and enter [your connection details][connection-info] for this service, then click `Connect`. 1. **Run a test query** @@ -242,3 +243,4 @@ To use SQL editor with Timescale: [sql-editor-settings]: https://console.cloud.timescale.com/dashboard/settings?popsql=%2Fpreferences%2Fai [portal-data-mode]: https://console.cloud.timescale.com/dashboard/services?popsql [sql-assistant]: /getting-started/:currentVersion:/run-queries-from-console/#sql-assistant +[connection-info]: /use-timescale/:currentVersion:/integrations/find-connection-details/ \ No newline at end of file