# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pkgforge.dev/sbuild/specification/7.category.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
