> For the complete documentation index, see [llms.txt](https://docs.pkgforge.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pkgforge.dev/sbuild/specification/7.category.md).

# 7.Category

{% code overflow="wrap" %}

```yaml
#Example ONLY
category:
  - "Core"
  - "Utility"
```

{% endcode %}

* [x] This is Optional & can be left empty or removed completely (**TYPE**:<mark style="color:green;">**`RECOMMENDED`**</mark>)
* [x] If it is used, it MUST be one of the Registered Categories as per the [**FreeDesktop Spec**](https://specifications.freedesktop.org/menu-spec/latest/category-registry.html)

> - [**Main Categories**](https://specifications.freedesktop.org/menu-spec/latest/category-registry.html)
> - [**Additional Categories**](https://specifications.freedesktop.org/menu-spec/latest/additional-category-registry.html)

* [x] It can contain multiple entries

{% hint style="info" %}
**If it is left empty or doesn't exist, It is set to** <mark style="color:orange;">**`Utility`**</mark> **by default**
{% endhint %}
