# Teams

## Overview

Teams can be composed of one person, and up to 5 (some competition may allow more).

A team can be [created and managed](/competitions/teams/managing.md#creating-your-team) by a participant.

Any decision must be [voted on in a referendum](/competitions/teams/referendums.md).

Team can [invite someone to a team](/competitions/teams/referendums.md#inviting-a-user), the invitee must then accept the invitation.

If a team is looking for teammates, [anyone can ask to join](/competitions/teams/referendums.md#accepting-a-user).

## Participate

You cannot submit as a team directly, each member of a team can only participate individually and [each member will have a ranking on the leaderboard\*](#user-content-fn-1)[^1].

[Rewards will be shared equally among all members.](/competitions/teams/rewards.md)

## Leaders

Some competitions require a leader to represent the team on the leaderboard. By default, this is the user who created the team, [but it can be changed by a vote](/competitions/teams/referendums.md#promoting-a-leader).

All members can submit on the platform, but only the leader will be able to be ranked on the leaderboard and so, be eligible for rewards.

The leader can only be changed during the [Submission Phase](/other/glossary.md#submission-phase), and cannot be changed after that, even if:

* The selected [run](/other/glossary.md#run) is not valid for the [Out-of-Sample](/other/glossary.md#out-of-sample-phase).
* Another member has a better score.

***

{% hint style="info" %}
To learn more about the team feature, please read the following pages.
{% endhint %}

[^1]: Only if the competition does not require a team leader. [See Leaders below.](/competitions/teams.md#leaders)


---

# 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.crunchdao.com/competitions/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.
