# Teams

Teams represent logical groupings of users within Project Management, organized based on function, department, or project requirements. They help in structuring collaboration by **grouping members** who work together on similar tasks or responsibilities.

A team consists of multiple members and is associated with specific roles that define responsibilities within a project. Teams simplify assignment and management by allowing users to be handled collectively rather than individually.

It helps in identifying:

* Which group is working on the project
* How members are organized within a project
* How responsibilities are distributed across different teams

{% hint style="info" %}
A team can include multiple members, and the same member can be part of multiple teams. Teams can also be reused across different projects, ensuring consistency in team structure and role assignment.
{% endhint %}

## **What you see on the screen**

* List of teams with:
  * Team Name
  * Associated members
  * Roles assigned within the team
  * Number of projects linked to the team
  * Additional details (if configured)

## **Add Team**

To create a new team in Project Management:

* Click the **+ Add** option available on the top-right corner and select **Add Team.**

![](/files/51ede8aea4f2a8b66f42af122399e1099de8632b)

* The **Add Team** sidebar opens.
* Enter the **Team Name.**
* Click + Add and select **Roles and Members** to choose roles for the team.
* Select the required role from the list. The selected role will be added as a section.

![](/files/9917e53b05dfc1528f7e84c45e4aec8203504bc1)

* For each selected role:
  * Use the **Select Members** dropdown to assign users to that role.
  * Multiple members can be assigned to a single role.
* You can add multiple roles within the same team by clicking **+ Add** again.
* Use the delete icon to remove any role if required.
* Once all roles and members are configured, click **Save** to create the team.

![](/files/502be2564796af2185c7d14a291d27aa3a5f8529)


---

# 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.infraon.io/infraon-help/infinity-user-guide/workspace/project-management/team-and-roles/teams.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.
