---
title: "Manage team folders | Grafana documentation"
description: "Learn how to create, assign, and find team folders in Grafana."
---

# Manage team folders

Team folders help you associate folders with teams so admins and team members can find the right dashboards, library panels, and alert rules faster. They streamline setup by letting admins create and assign a dedicated folder when creating a team, establishing clear ownership from the start. A team folder is still a regular folder—the team association adds ownership metadata and team-aware navigation, but it doesn’t change or replace folder permission.

Team folders is in public preview.

Before you begin, ensure you have the following:

- The `teamFolders` and `foldersAppPlatformAPI` feature toggle enabled.
- Permission to create root-level folders, or permission to create subfolders in the parent folder you want to use.
- Permission to manage folder permissions and read teams if you want to assign or change a folder owner in the UI.

## Enable team folders

To enable team folders in Grafana OSS or Grafana Enterprise, the `teamFolders` and `foldersAppPlatformAPI` feature toggle must be enabled.

For more information about feature toggles, refer to [Configure feature toggles](/docs/grafana/latest/setup-grafana/configure-grafana/).

## Create a team folder when you create a team

When team folders are enabled, the **New team** page includes an option to create a team folder automatically.

To create a team and its folder, complete the following steps:

1. Open **Administration** and go to **Users and access** &gt; **Teams**.
2. Click **New team**.
3. Enter the team details.
4. Under **Team folder**, select **Auto-create a team folder**.
5. Click **Create**.

Grafana creates a folder with the same name as the team and assigns that team as the folder owner. After the folder is created, review the folder permissions and update them if needed.

For more information about creating teams, refer to [Configure Grafana Teams](/docs/grafana/latest/administration/team-management/configure-grafana-teams/).

## Create or assign a team folder from Dashboards

You can create a new folder for a team or assign ownership to an existing folder.

### Create a new team folder

To create a new team folder, complete the following steps:

1. Click **Dashboards** in the primary menu.
2. Click **New** and select **New folder**.
3. Enter a unique folder name.
4. Select **Assign an owner to the folder**.
5. In **Team** dropdown, select the team that should own the folder.
6. Click **Create**.

Grafana creates a regular folder and stores the selected team as the folder owner.

### Assign or change the owner of an existing folder

To assign or change the owner of an existing folder, complete the following steps:

1. Click **Dashboards** in the primary menu.
2. Open the folder that you want to update.
3. Click **Folder actions** and select **Manage folder owner**.
4. Select a team, or clear the current value if you want to remove the owner.
5. Click **Save owner**.

If a folder has a team owner, Grafana displays an **Owned by** label in the folder header.

## Find team folders

When team folders are enabled, Grafana surfaces them in the browse dashboards page and in team details.

### Browse dashboards

The **Dashboards** page displays a **My team folders** section near the top when you belong to teams that own folders. Expand that section to open the folders owned by your teams.

### Save or move dashboards

When you are saving or moving dashboard the folder picker shows a **Team folders** section at the top of the folder tree. Your first teams folder will be preselected by default.

### Review folders owned by a team

Each team page includes a **Folders** tab that lists all the folders owned by that team.

## Manage access for team folders

Folder ownership does not replace folder permissions. Team folders use the same permission model as any other folder.

If team members need access to the folder, configure folder permissions for the team or for the users, roles, or service accounts that should use it. For more information, refer to [Manage dashboard permissions](/docs/grafana/latest/administration/user-management/manage-dashboard-permissions/).

## Limitations

Team folders currently have the following limitations:

- You can select only one team owner per folder.
- You can’t assign or change a team owner for repository-managed folders.

## Next steps

- Refer to [Manage dashboards](/docs/grafana/latest/visualizations/dashboards/manage-dashboards/) for the rest of the dashboards management workflow.
- Refer to [Manage dashboard permissions](/docs/grafana/latest/administration/user-management/manage-dashboard-permissions/) to control access to team folders.
