# Services tool window

> **TL;DR**
> Show/hide: `View | Tool Windows | Services` or `Alt+8` (Windows), `⌘ 8` (macOS), `⌘ 8` (IntelliJ IDEA Classic (macOS)), `⌘ 8` (macOS System Shortcuts), `Alt+8` (XWin), `Alt+8` (GNOME), `Alt+8` (KDE), `Alt+8` (Emacs), `Alt+8` (Sublime Text), `⌘ 8` (Sublime Text (macOS)), `Alt+8` (NetBeans), `Alt+8` (Visual Studio), `Alt+8` (Visual Studio (macOS)), `Alt+8` (Eclipse), `⌘ 8` (Eclipse (macOS))

## Run/Debug configurations

You can manage multiple run/debug configurations in the [Services](services-tool-window.html) tool window. For example, you can start, pause, and stop several applications, track their status, and examine application-specific details.

Procedure: Add Run/Debug configurations to the Services window

1. Select `View | Tool Windows | Services` from the main menu or press `Alt+8` (Windows), `⌘ 8` (macOS), `⌘ 8` (IntelliJ IDEA Classic (macOS)), `⌘ 8` (macOS System Shortcuts), `Alt+8` (XWin), `Alt+8` (GNOME), `Alt+8` (KDE), `Alt+8` (Emacs), `Alt+8` (Sublime Text), `⌘ 8` (Sublime Text (macOS)), `Alt+8` (NetBeans), `Alt+8` (Visual Studio), `Alt+8` (Visual Studio (macOS)), `Alt+8` (Eclipse), `⌘ 8` (Eclipse (macOS)).

2. In the Services tool window, click ![](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app-client.expui.general.add.svg) Add service, then select Run Configuration.

![Services tool window: Add run configuration](https://resources.jetbrains.com.cn/help/img/idea/2026.2/services-add-rc.png)

3. Select a run/debug configuration type from the list to add all configurations of this type to the window.

If you have already created one or more configurations of the selected type, IntelliJ IDEA displays them in a dedicated node. If there are no configurations of the selected type yet, the IDE opens the Add New Configuration dialog, where you can [create a new run/debug configuration](run-debug-configuration.html#createExplicitly).

## Sessions

> **Note:**
> This functionality relies on the [Database Tools and SQL](https://plugins.jetbrains.com/plugin/10925-database-tools-and-sql-for-webstorm--rustrover)  plugin, which   you need to install and enable.   For more information, refer to [Open plugin settings](managing-plugins.html#open-plugin-settings).

In the Services tool window, you can rename and close [sessions](managing-connection-sessions.html), switch between them, and perform other session-related actions.

For more information about about working with sessions, refer to  [Manage sessions](managing-connection-sessions.html#manage_sessions).

![Rename a connection session](https://resources.jetbrains.com.cn/help/img/idea/2026.2/db_managing_connections_rename.png)

## Query result set and execution output

> **Note:**
> This functionality relies on the [Database Tools and SQL](https://plugins.jetbrains.com/plugin/10925-database-tools-and-sql-for-webstorm--rustrover)  plugin, which   you need to install and enable.   For more information, refer to [Open plugin settings](managing-plugins.html#open-plugin-settings).

When you run a query, IntelliJ IDEA displays its result in the tabs of Services tool window.

For more information about viewing query results, refer to  the [Query results](viewing-query-results.html) topic.

* In the Result tab, you can see the data that was retrieved from the database in a table format. For more information about the tab, refer to [Result tabs in Services tool window](viewing-query-results.html#result_tabs) and [the tab reference info](services-tool-window.html#db_result_tab). ![Result tab in the Services tool window](https://resources.jetbrains.com.cn/help/img/idea/2026.2/db_result_tab_services_tool_window.png)

* In the Output tab, you can view information about SQL statements and other operations that you performed in a query console. For more information about the tab, refer to [Output tab](viewing-query-results.html#output_tab) and [the tab reference info](services-tool-window.html#db_output_tab). ![The Output tab](https://resources.jetbrains.com.cn/help/img/idea/2026.2/db_output_tab_services.png)

## See also

### Reference

[Services tool window](services-tool-window.html#run-configs)

