---
title: Component Folders
description: Manage component folders: use the endpoint to organize components groups—retrieve, create, update, or delete them
url: https://storyblok.com/docs/api/management/component-folders
---

# Component Folders

A component folder is a way to group components. This endpoint allows you to retrieve, create, update, or delete component folders.

Each component can only belong to a single folder.

Endpoint

```bash
/v1/spaces/:space_id/component_groups/
```

> [!NOTE]
> The `component_groups` API endpoint corresponds to the component folders in the **Block library**.

## Pagination

-   [Previous: Update a Collaborator Roles and Permissions](/docs/api/management/collaborators/update-a-collaborator-roles-and-permissions)
-   [Next: Create a Component Folder](/docs/api/management/component-folders/create-a-component-folder)
