# Multi Project

{% stepper %}
{% step %}
In the **Project Sidebar**, press the **\[+]** icon and select the **\[New Sub project]** button.
{% endstep %}

{% step %}
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.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Sub projects can only have the same base template as the main project.
{% endhint %}

### Git integration <a href="#git-integration" id="git-integration"></a>

{% stepper %}
{% step %}
Click the **\[Register repository]** button on the Git Sidebar, or click the **\[Settings]** icon (<img src="/files/oVVZTylWYxjN6sNNZ6hc" alt="" data-size="line">) on the top right to display the Git Sidebar.&#x20;
{% endstep %}

{% step %}
In the Git settings popup, you can enter the **\[Directory Setting]** 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.
{% endstep %}
{% endstepper %}

<figure><img src="/files/ChzQn0Ctd1LuYsrteHyi" alt=""><figcaption></figcaption></figure>

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.arkain.io/user-guide/workspace/multi-project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
