> For the complete documentation index, see [llms.txt](https://docs.datalogz.io/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datalogz.io/guides/organizational-setup/user-onboarding-guide/teams/create-view-or-delete-a-team.md).

# Create, View or Delete a Team

This page covers creating, viewing, and deleting teams. Each team is linked to a single BI connector and has its own monitors, inventory, and insights.

{% 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 add 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
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://docs.datalogz.io/guides/organizational-setup/user-onboarding-guide/teams/create-view-or-delete-a-team.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.
