# Project wizard

In aqua, you can work with different projects at the same time. You can have different projects with different configurations, but you can also have different projects with shared configurations. You can create new projects and decide which configuration should be chosen to configure your individual project based on your specific needs.&#x20;

### **Independent Projects** <a href="#independent_projects" id="independent_projects"></a>

Start the Project Wizard by clicking on the  'Add new' button and then select 'New project'.&#x20;

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

Give it a unique name and click the 'Create' button.&#x20;

**Using a source project for configuration**

If you don’t want to set up your project configuration from scratch, you can use an existing project as a source. This lets you inherit its settings, such as fields, workflows, and rules.

To do this:

1. Select a project from the **‘Source project’** drop-down.
2. Click **‘Create’**.

Your new project will now have the same configuration as the selected source project.

If you don’t choose a source project, your new project will be based on aqua’s default configuration.

### **Shared project configuration** <a href="#shared_projects" id="shared_projects"></a>

You can create a project that reuses the setup of another project, known as the *source project*. This is called a **shared project configuration**.

A shared project automatically inherits all configuration settings from the selected source (master) project. This includes:

* Default and custom fields (defined by the template)
* Workflow and advanced rules
* Field rules

Any updates made to the configuration in the source project are instantly applied to all linked projects. This helps ensure consistency across projects and saves time on setup.

To create a shared project, first select the source project and the check  the **‘Share template’** option in the project creation wizard.

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

{% hint style="info" %}
**Please note:**\
You **cannot** modify the configurations directly in a shared project. All changes must be made in the source (master) project.
{% endhint %}

### Detach project configuration

If you realize that your project has grown beyond its original scope and needs a different setup, you can **detach** it from the master project. Detaching makes the project fully independent, allowing you to customize its configuration without affecting or being affected by the original master project.

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

{% hint style="info" %}
**Please note:**&#x20;

Detaching is only available from the **Template configuration** page and **cannot be undone**. Once detached, the link to the master project is removed, and the configuration must be managed separately from that point on.
{% endhint %}

### **Copy items from an existing project**

If you select a source project, you can choose to copy its items into your new project. This includes:

* Requirements
* Test cases
* Test scenarios
* Defects

To do this:

1. Select a **Source project** from the drop-down.
2. Check the **Copy items** box.
3. Click **Create**.

Your new project will include all selected content from the source project. This is useful when you want to build on top of existing work instead of starting from scratch.

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


---

# 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.aqua-cloud.io/documentation/projects-and-folders/project-wizard.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.
