> For the complete documentation index, see [llms.txt](https://docs.tebex.io/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tebex.io/developers/templates/pages/category.html.md).

# category.html

The category.html page lists the [packages](https://creator.tebex.io/packages) that are available to purchase in the current category being viewed on your store.

### Root Object

| Variable      | Type   | Description                                                                 |
| ------------- | ------ | --------------------------------------------------------------------------- |
| `id`          | string | The ID of the category.                                                     |
| `name`        | string | The name of the category.                                                   |
| `displayType` | string | The display type (either grid or list)                                      |
| `description` | string | The description of the category.                                            |
| `packages`    | array  | An array of [Package Objects](/developers/templates/pages/package.html.md). |
| `slug`        | string | The url slug of the category.                                               |

### Request Variable

If you'd like access to a variable that is not currently available, [please let us know.](https://forms.monday.com/forms/8cbacdac7c30b725cd4617cbba0e5eeb?r=use1)
