> ## Documentation Index
> Fetch the complete documentation index at: https://plain-docs-orca-916-agent-docs-restructure.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage article groups

> Create, update, and delete the nested groups that organize Help Center articles.

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

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

## 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 left ungrouped. To remove an article entirely use [`deleteHelpCenterArticle`](./manage-articles).

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