# Groups Management

**Groups Management** page allows you to manage project groups.

A Project Group is just a collection of Xygeni projects matching some certain criteria.

Once you have created a Project Group, you can use it in the [Project Selector](/introduction-to-xygeni/xygeni-web-ui-overview.md#projects-selector) to view grouped results in the Xygeni UI.

You can go to **Settings >> Groups Management** to create and manage project groups.

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

To create a project group, click on the **New Group** button and a slide will open:

<figure><img src="/files/OrNFJeUaKNMyFvP3ffbb" alt="" width="410"><figcaption></figcaption></figure>

You must provide a new for the project group and add the criteria to include projects in this group.

First, you can add a name pattern (with wildcards), i.e. all those project with a name according to that patter will be included in the group.

Besides, you can add any of the other available criteria (Business Value, Business Area, Architecture, etc.) by selecting the proper values in every drop-down list.

{% hint style="info" %}
All the criteria are AND'd, i.e. resulting projects must be compliant with all the selected criteria. If you select several values into a criteria, those values will be OR'd.
{% endhint %}

Save the group and it will appear en in list table.

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

Once you have created a Project Group, you can use it in the [Project Selector](/introduction-to-xygeni/xygeni-web-ui-overview.md#projects-selector) to view grouped results in the Xygeni UI.

<figure><img src="/files/4iHQwVzVCHN98UEXHrCJ" alt="" width="272"><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.xygeni.io/xygeni-administration/platform-administration/projects-groups-management.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.
