# Create, View or Delete a Team

Teams are groups linked to a single BI connector. They represent a subset or view of your BI tenant and enable more granular BI management. Each Team has its own monitors, inventory, and insights. For Power BI teams, BI Similarity (preview) is also available.

{% hint style="info" %}
When onboarding is complete, Datalogz automatically creates a default team with the highest level of privileges for your organization. This team ensures that administrators have immediate access to manage users, teams, and permissions.
{% endhint %}

### Users and actions they can do

* **Root Users** can create and split teams. They can also invite members.
* **Admins** can create new teams and invite members.
* **All users** can belong to one or more teams.

## Create a Team

Follow these steps to create a team and added users to it.

1. Go to **Settings** > **Teams.**
2. Click **New Team**.&#x20;
3. Give the team a name.
4. Select a connector. You can assign only one connector to one team at a time.&#x20;
5. Select the **Platform Context**. These are specific to the selected BI connector, for example Power BI workspaces or Tableau projects. Use one of the following ways to find what you are looking for:
   1. Scroll through the list to find the platform context you want to add to your team.
   2. Select **Always use all \[platform contexts]** to automatically include all workspaces, projects, streams or library folders (depending on the selected BI tool).
   3. Use the search bar to find platform contexts using an expression like `[name] contains ""`. ![](/files/9F1U2NP9Wf4kDpYpzM3U)
6. Select users that should have access to the team.
7. Click **Create Team**.

## View Teams and Team Activity

All teams you have access to appear in a dropdown menu in the side navigation, and team updates are also displayed on your home page. Teams are only visible if you have access to them. If you are an admin, you can also track the Teams activity on the home page.

![](/files/5IbGpXwsXx5eOvdoV2bc)

## Delete a Team

Follow these steps to permanently delete a team from your Datalogz Control Tower.

* Go to **Settings** > **Teams.**
* Click the team you want to delete.&#x20;
* Click **Delete**.

{% hint style="warning" %}
Deleting a team does not remove its users. However, it will permanently delete all connectors and platform contexts associated with the team. This action cannot be undone, and the data cannot be recovered.
{% endhint %}


---

# 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.datalogz.io/guides/organizational-setup/teams/create-view-or-delete-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.
