> For the complete documentation index, see [llms.txt](https://docs.bizmagnets.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bizmagnets.ai/additional-details/members/teams.md).

# Teams

## Teams in BizMagnets

This can help streamline your customer service processes and ensure that inquiries are handled by the appropriate personnel. Create teams based on your business needs. For example, you might have teams for customer support, sales, technical assistance, and more.&#x20;

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

{% hint style="info" %}
Add team members to each team. Ensure that each member has the necessary permissions and access to handle the conversations assigned to their team.
{% endhint %}

## Creating a New Team

1. Go to Settings, click on Members, and navigate to the 'Teams' tab.&#x20;
2. Click on '+ Add Team' to create a new team.

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

3. Enter the necessary details such as the team name, description, selected team members, and the WhatsApp channel.&#x20;
4. Select the 'Assignment Rule' which automatically distributes incoming chats to agents based on predefined logic.

* **Round Robin:** Automatically distributes incoming chats equally among available members.
* **Unassign Assignment:** Automatically unassigns chats if an agent doesn’t respond within a set time.

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

3. Click 'Create' after filling in the details.

## **Benefits of Using Teams in WhatsApp API**

* **Improved Efficiency:** Streamlines the handling of conversations by routing them to the appropriate team, reducing response times and improving customer satisfaction.
* **Enhanced Organization:** Keeps conversations organized by team, making it easier to manage and track interactions.
* **Scalability:** As your business grows, easily add new teams and members to handle increasing volumes of conversations.

By effectively utilizing the Teams feature in the WhatsApp API, you can ensure that customer inquiries are managed efficiently and professionally, leading to better service and customer satisfaction.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bizmagnets.ai/additional-details/members/teams.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
