> For the complete documentation index, see [llms.txt](https://biggeo.gitbook.io/biggeo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://biggeo.gitbook.io/biggeo/biggeo-studio/teams/create-teams.md).

# Create Teams

The **Create Team** feature in BigGeo Studio allows administrators to organize team members into logical groups, such as departments or project teams. While teams do not carry permissions, they make it easier to manage users and streamline the process of selecting multiple team members when assigning access to product spaces.

***

## Access the My Team Section

{% stepper %}
{% step %}
**Navigate to the Sidebar**: In BigGeo Studio, go to the sidebar and select **My Team** under the Management section.
{% endstep %}

{% step %}
**Switch to “Your Teams”**: At the top of the My Team section, click on the **Your Teams** tab to see all existing teams and access team management options.
{% endstep %}
{% endstepper %}

***

## Create a New Team

{% stepper %}
{% step %}
**Click “Create Team”**: In the Your Teams tab, click the **Create Team** button on the right side of the screen to begin setting up a new team.
{% endstep %}
{% endstepper %}

***

## Enter Team Details

In the **Create New Team** page, you’ll be prompted to enter basic information about the team.

{% stepper %}
{% step %}
**Upload a Team Image (Optional)**: Click **Team Image** to upload an image that visually represents the team (optional).
{% endstep %}

{% step %}
**Enter a Team Name**: Type a unique name for the team that reflects its purpose, such as “GIS Team” or “Marketing Team.”
{% endstep %}

{% step %}
**Add a Description (Optional)**: In the **Description** field, provide a brief summary of the team’s focus or purpose. This description is optional but can be helpful for organization.
{% endstep %}
{% endstepper %}

***

## Add Team Members (Optional)

{% stepper %}
{% step %}
**Select Team Members**: Below the description field, you’ll see a **Team Members** section where you can choose the members to include in this team.

* Check the boxes next to each member you’d like to add. This step is optional, and you can also add or remove team members later.
  {% endstep %}

{% step %}
**Flexible Membership**: Remember, team members can belong to multiple teams, so feel free to add individuals based on the specific grouping you need.
{% endstep %}
{% endstepper %}

***

## Create the Team

{% stepper %}
{% step %}
**Review the Information**: Double-check the team name, description, and members to ensure accuracy.
{% endstep %}

{% step %}
**Click “Create Team”**: Once everything is set, click the **Create Team** button at the bottom of the screen to save your new team.
{% endstep %}

{% step %}
**Team Added to “Your Teams” List**: The newly created team will now appear under the **Your Teams** tab, where you can manage or edit it anytime.
{% endstep %}
{% endstepper %}

***

## FAQs

<details>

<summary><strong>Can I edit a team’s name or description after creating it?</strong></summary>

Yes, you can update the team name, description, and members anytime by selecting the **Manage Team** option from the Your Teams list.

</details>

<details>

<summary><strong>Do teams have permissions or roles assigned to them?</strong></summary>

No, teams are purely for organizational purposes and do not have assigned permissions or roles. Individual permissions are managed per user, not per team.

</details>

<details>

<summary><strong>Can a team member be part of multiple teams?</strong></summary>

Yes, team members can belong to multiple teams, allowing for flexible grouping across projects, departments, or other organizational needs.

</details>

<details>

<summary><strong>How do teams help with product space access?</strong></summary>

Teams provide a quick way to bulk select members when assigning access to a product space. While team membership does not affect permissions, it simplifies the selection process when managing access.

</details>

***

Creating teams in BigGeo Studio helps you organize and manage users more efficiently. For more information on managing teams, see our article on **Editing and Organizing Teams**.


---

# 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://biggeo.gitbook.io/biggeo/biggeo-studio/teams/create-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.
