# Run/debug configurations dialog

> **TL;DR**
> `Run | Edit Configurations`

Use this dialog to create, edit, adjust, or remove [run/debug configurations](run-debug-configuration.html), as well as to configure the default templates that will apply to all newly created run/debug configurations.

![Run/Debug Configurations dialog](https://resources.jetbrains.com.cn/help/img/idea/2026.2/ij_runConfigMenu.png)

> **Tip:**
> For a quick introduction to setting up run configurations, refer to [Tutorial: Run a Java application](run-java-applications.html). For a detailed explanation of run configurations, refer to [Run/debug configurations](run-debug-configuration.html).

Existing run/debug configurations are grouped by configuration types. The templates for creating new configurations are [editable](run-debug-configuration.html#templates) and available via the Edit configuration templates… link in the left-hand pane of the dialog.

## See also

### Procedures

[Run/debug configurations](run-debug-configuration.html)

