# Projects

Projects allow you to group products, orders, customers, and customer interactions with products. Additionally, projects offer the capability to create, audiences, personalizations, user journeys, and much more, all within specific environments.&#x20;

So, when should you create a new project?

1. **For Environment Management:** Create a separate project for staging and another for production. This enables you to develop and test customizations safely in a staging environment before deploying them to the live production environment. The separation of environments ensures that the shopping experiences are optimal before they are officially launched.
2. **When You Have Multiple Product Sets:** If you have various sets of products available for customer interaction, consider creating an individual project for each set. This allows you to personalize the shopping experiences for each product group specifically, ensuring that recommendations and promotions are relevant and coherent to each product set.

You can switch between projects in the top bar, and creating a new project is just a click away. By clicking the "New Project" button and entering a name, you can create a new project.

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

<figure><img src="/files/nREKKutej0K7Tsj2SwQK" 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://academy.gopersonal.ai/en/admin-ui/projects.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.
