> ## Documentation Index
> Fetch the complete documentation index at: https://www.plain.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage article groups

<Snippet file="graphql/sdk-note.mdx" />

Article groups are folders that organise articles in the help center navigation. Groups can be nested by setting `parentHelpCenterArticleGroupId` when creating a sub-group.

## Create an article group

<Snippet file="graphql/create-help-center-article-group.mdx" />

## Update an article group

<Snippet file="graphql/update-help-center-article-group.mdx" />

## Delete an article group

Deleting an article group leaves its articles intact — they are simply un-grouped. To remove an article entirely use [`deleteHelpCenterArticle`](./manage-articles).

<Snippet file="graphql/delete-help-center-article-group.mdx" />
