# Creating and Managing Teams

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

## Creating a New Team

To create a new team in Aude, navigate to Administration → Team Management and click "Create Team."&#x20;

You'll need to provide:

1. **Team Name** (required)
   * Choose a clear, descriptive name (e.g., "Mobile App Team", "Platform Infrastructure")
   * Keep names consistent with your organization's conventions
2. **Team Description** (required)
   * Describe the team's purpose and scope
   * Include key responsibilities and objectives
   * Add any relevant context about the team's role
3. **Team Leader** (required)
   * Select one or more team leaders from the dropdown
   * Leaders receive team performance insights
   * Leaders can manage team goals and membership
4. **Team Members** (required)
   * Add team members from the dropdown menu
   * Members can belong to multiple teams
   * Changes to team membership take effect immediately

### Best Practices

* Keep team names consistent and clear
* Write descriptions that help others understand the team's purpose
* Consider having backup team leaders for larger teams
* Review team membership regularly

## Managing Existing Teams

Once created, you can:

* Edit team details from the Team Management page
* Add or remove team members
* Change team leadership


---

# 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.aude.ai/aude-product-documentation/managing-aude/team-management/creating-and-managing-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.
