> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/en/goormide/workspace/features/muti-project.md).

# Muti Project

Multi-project is the feature to work on multiple projects in a single container.

### Creation

In the Project Explorer on the right, press the `+` icon and click the **New Sub project** button.

Enter the project name you want to use and click the **Create New Sub project** button to create a new project with the same environment as your existing project.

<figure><img src="https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lq-Q9LciN1X9EABxGkt%2Fuploads%2FU1ODFoxL4V1RAS6d4712%2Fimage.png?alt=media&amp;token=539d86bd-a78a-44a0-8228-f2c9cbfa2cb7" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Sub projects can only have the same stack and the same templates as the main project - we don't yet support creating different templates!
{% endhint %}

### Setting

To set build options, click **\[Project] > \[Properties].**

<figure><img src="https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lq-Q9LciN1X9EABxGkt%2Fuploads%2FjXl96fdMoC41uvvm40ag%2Fimage.png?alt=media&amp;token=acc3bafd-47f8-493b-a388-483c9584a457" alt=""><figcaption></figcaption></figure>

> Please refer to [Build setting for each stack](https://help.goorm.io/en/goormide/getting-started/build#build-settings-for-each-stack)

### Git integration

Click the **Register repository** button on the Git tab, or click the folder settings icon on the top right to display the Git settings window. In the Git settings window, you can enter the **\[Folder settings]** tab and select a folder to integrate Git. From here, you can select the desired subproject and connect the repository to use Git in the subproject.

![Git 폴더 변경 방법](https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lq-Q9LciN1X9EABxGkt%2Fuploads%2Fa5Rr3flS7quNt3Lkhezy%2F%EB%A9%80%ED%8B%B0%20%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8%2003_KR.png?alt=media\&token=ace5449b-8c5c-4279-99d3-a5e48e1da806)

{% hint style="warning" %}
Before setting the folder, you need to run `git init` or run **Git clone** on the **\[Repository Registration]** tab to get the Change button when you select the folder.
{% endhint %}
