---
title: Integrate qStudio with Tiger Cloud | Tiger Data Docs
description: Connect to your Tiger Cloud service and visualize your data with qStudio
---

[qStudio](https://www.timestored.com/qstudio/) is a modern free SQL editor that provides syntax highlighting, code-completion, excel export, charting, and much more. You can use it to run queries, browse tables, and create charts for your Tiger Cloud service.

This page explains how to integrate qStudio with Tiger Cloud.

## Prerequisites for this integration guide

To follow these steps, you'll need:

- A [Tiger Cloud service](/get-started/quickstart/create-service/index.md).

  These steps use Tiger Cloud, but the same approach applies to a [self-hosted TimescaleDB](/get-started/choose-your-path/install-timescaledb/index.md) instance.

* Your [connection details](/integrate/find-connection-details/index.md).

- [qStudio](https://www.timestored.com/qstudio/download) downloaded and installed.

## Connect qStudio to your service

To connect to Tiger Cloud:

1. **Start qStudio**

2. **Click `Server` > `Add Server`**

3. **Configure the connection**

   - For `Server Type`, select `Postgres`.
   - For `Connect By`, select `Host`.
   - For `Host`, `Port`, `Database`, `Username`, and `Password`, use your [connection details](/integrate/find-connection-details/index.md).

   ![qStudio connected to a Tiger Cloud service](/_astro/integrations-qstudio.B96JKZDF_2dP7Sb.webp)

4. **Click `Test`**

   qStudio indicates whether the connection works.

5. **Click `Add`**

   The server is listed in the `Server Tree`.

You have successfully integrated qStudio with Tiger Cloud.
