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

# Helpers

> Helpers add additional functionally to Handlebars, the templating language Ghost themes use.

<CardGroup cols={1}>
  <Card title="Functional" href="/themes/helpers/functional/">
    Functional helpers are used to work with data objects. Use this reference list to discover what each handlebars helper can do when building a custom Ghost theme.
  </Card>

  <Card title="Data" href="/themes/helpers/data/">
    Data helpers are used to output data from your site. Use this reference list to discover what each handlebars helper can do when building a custom Ghost theme.
  </Card>

  <Card title="Utility" href="/themes/helpers/utility/">
    Utility helpers are used to perform minor, optional tasks. Use this reference list to discover what each handlebars helper can do when building a custom Ghost theme.
  </Card>
</CardGroup>
