# Gradle Project Data To Import dialog

This dialog appears when you click ![Select Project Data to Import](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app-client.expui.nodes.moduleGroup.svg) on the toolbar, in the [Gradle](jetgradle-tool-window.html) tool window.  Use this dialog to add an external module to a project. It might be helpful for multi-module projects.

| Item | Description |
| --- | --- |
| Please select the modules/data to include in the project | Use this area to view the list of available external modules or data for your current project. |
| ![Select All](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.actions.selectall.svg)  | Select all the modules from the list. |
|  ![Unselect All](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.actions.unselectall.svg)  | Clear the list of selected modules. |
|  ![Show Selected Only](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app-client.expui.actions.toggleVisibility.svg)  | See only the selected modules. |
| ![Select Required](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.expui.codeInsight.intentionBulb.png) Select Required | If you click this icon, CLion selects the appropriate modules in case you are unsure about dependencies between the modules. |

## See also

### Reference

[Gradle tool window](jetgradle-tool-window.html)

