# Create a Team

Teams in Distro allow you to group sales representatives together for automated meeting distribution. You can use round-robin or custom logic to distribute leads among team members, making it easier to manage meeting assignments efficiently.

### Creating a Team

{% stepper %}
{% step %}
Click on **Teams** in the left sidebar navigation menu
{% endstep %}

{% step %}
Look for the "+ New Team" button in the top right corner

<figure><img src="/files/REO9YIgVgpdrddLAjkkh" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click the "+ New Team" button
{% endstep %}

{% step %}
In the "What do you want to call this team?" field, enter a descriptive name

<figure><img src="/files/i2tnSJYQjePxDsM37E9I" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select the appropriate timezone for your team
{% endstep %}
{% endstepper %}

### Adding/Removing Members to a Team

When a **Distribution Rule** evaluates to true and a meeting is created, the meeting will be assigned to either a single user or a team depending on the rule's distribution type.

{% hint style="info" %}
When you add a new team member mid-month, our algorithm will initially prioritize assigning them meetings to help balance the workload. However, it ensures a fair distribution by not overloading the new member.
{% endhint %}

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

### Managing availability of a Team

For each day of the week, you can set specific time slots by selecting start and end times from the dropdown menus. Click the "+" button to add multiple time slots for a day to accommodate different schedules and time zones.

Prospects will be able to book time slots according to the timezone of the team and the team availability.

{% hint style="warning" %}
When **Routers** are configured to **inherit availabilities from the team**, meetings will be automatically distributed within these defined time slots.

For **Ownership Rules**, the system will inherit availabilities from individual user settings rather than team availability.
{% endhint %}

<figure><img src="/files/h0fFNY32983mm067SmMr" 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://help.distro.so/teams/create-a-team.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.
