# Managing

## Modifications

Modifications can only be done while in a [Submission Phase](/other/glossary.md#submission-phase). That includes:

* [creating a new team](#creating-your-team)
* [editing your team](#editing-your-team)
* [creating a new referendum](/competitions/teams/referendums.md)
* [voting a referendum](/competitions/teams/referendums.md#voting)
* [accepting an invitation](#team-invitations)

## Creating your team&#x20;

If you see a TEAMS tab in the navigation bar, that means that you can submit as a team.

<figure><img src="/files/IKwkx8z6NJTEEndK7omL" alt=""><figcaption><p>Team creation form</p></figcaption></figure>

* The team name must be unique. The format must be a slug: all lowercase, with letters, numbers, and hyphens.
* The team description is just an optional text that will be displayed on your team overview.
* Looking for teammates allows users to find teammates. Teams can also advertise that they are looking for a teammate. By default, teams do not advertise for new members.

## Team invitations

If a team invite you, you can accept or deny the invitation.

<figure><img src="/files/aEv6LXIzDu3ntWPXfnqo" alt=""><figcaption><p>Team invitations</p></figcaption></figure>

You are free to never accept or deny any invitation.

{% hint style="info" %}
An invitation cannot be canceled by a team.
{% endhint %}

## Editing your team

Team edition can be done by any member at anytime (only during the [Submission Phase](/other/glossary.md#submission-phase)).

<figure><img src="/files/AsafgoQrHeLwqS0CiK0K" alt=""><figcaption><p>Team edition form</p></figcaption></figure>

The fields are the same as for creating a new team.

### Looking for Teammates

If a team is looking for teammates, users who are looking for one can ask to join via the "Ask to join" button.

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

The team receives an [Accepting a user](/competitions/teams/referendums.md#accepting-a-user) referendum, which the members must accept.


---

# 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/managing.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.
