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

# Data Helpers

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

| Tag                                                              | Description                                                          |
| ---------------------------------------------------------------- | -------------------------------------------------------------------- |
| [@config](/themes/helpers/data/config/)                          | Provides access to global data properties                            |
| [@custom](/themes/helpers/data/custom/)                          | Provides access to custom theme settings                             |
| [@page](/themes/helpers/data/page/)                              | Provides access to page settings                                     |
| [@site](/themes/helpers/data/site/)                              | Provides access to global settings                                   |
| [@member](/themes/members/#the-member-object)                    | Provides access to member data                                       |
| [authors](/themes/helpers/data/authors/)                         | Outputs the post author(s)                                           |
| [comments](/themes/helpers/data/comments/)                       | Outputs Ghost's member-based commenting system                       |
| [content](/themes/helpers/data/content/)                         | Outputs the full post content as HTML                                |
| [date](/themes/helpers/data/date/)                               | Outputs the date in a format of your choosing                        |
| [excerpt](/themes/helpers/data/excerpt/)                         | Outputs the custom excerpt, or the post content with HTML stripped   |
| [social\_url](/themes/helpers/data/social_url/)                  | Outputs the full URL to a social profile                             |
| [img\_url](/themes/helpers/data/img_url/)                        | Outputs the correctly calculated URL for the provided image property |
| [link](/themes/helpers/data/link/)                               | Creates links with dynamic classes                                   |
| [meta\_data](/themes/helpers/data/meta_data/)                    | Outputs structured data for SEO                                      |
| [navigation](/themes/helpers/data/navigation/)                   | Helper which outputs formatted HTML for navigation links             |
| [post](/themes/helpers/data/post/)                               | More `object` than helper – Contains all data for a specific post    |
| [price](/themes/helpers/data/price/)                             | Outputs a price with formatting options                              |
| [readable\_url](/themes/helpers/data/readable_url/)              | Returns a human-readable URL                                         |
| [recommendations](/themes/helpers/data/recommendations/)         | Outputs a list of recommended sites                                  |
| [tags](/themes/helpers/data/tags/)                               | Outputs the post tags                                                |
| [tiers](/themes/helpers/data/tiers/)                             | Outputs the post tier(s)                                             |
| [title](/themes/helpers/data/title/)                             | The post title, when inside the `post` scope                         |
| [total\_members](/themes/helpers/data/total_members/)            | Outputs the number of members, rounded and humanised                 |
| [total\_paid\_members](/themes/helpers/data/total_paid_members/) | Outputs the number of paying members, rounded and humanised          |
| [url](/themes/helpers/data/url/)                                 | The post URL, when inside the `post` scope                           |
