> ## 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.

# Fetch help centers and articles

> Fetch help centers, and fetch articles by slug or ID.

You can fetch help centers as a collection or by ID, and fetch an individual article by either its ID or its slug.

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

## List help centers

<Snippet file="graphql/get-help-centers.mdx" />

## Get a Help Center by ID

<Snippet file="graphql/get-help-center.mdx" />

## Get a Help Center article by ID

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

## Get a Help Center article by slug

`slug` is unique within a Help Center.

<Snippet file="graphql/get-help-center-article-by-slug.mdx" />
