> For the complete documentation index, see [llms.txt](https://pwa.spomky-labs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pwa.spomky-labs.com/1.2.x/the-manifest/application-information/categories.md).

# Categories

The `categories` member is a string list that describes the application categories to which the web application belongs. It is meant as a hint to catalogs or stores listing web applications and it is expected that these will make a best effort to find appropriate categories (or category) under which to list the web application. Like search engines and meta keywords, catalogs and stores are not required to honor this hint.

{% hint style="info" %}
Manifest authors are encouraged to use lower-case.
{% endhint %}

{% code title="/config/packages/pwa.yaml" lineNumbers="true" %}

```yaml
pwa:
    manifest:
        enabled: true
        categories: ['games', 'kids']
```

{% endcode %}

List of known categories:

* beauty
* books
* books & reference
* business
* cars
* dating
* design
* developer
* developer tools
* development
* education
* entertainment
* events
* fashion
* finance
* fitness
* food
* fundraising
* games
* government
* graphics
* graphics & design
* health
* health & fitness
* kids
* lifestyle
* magazines
* medical
* multimedia
* multimedia design
* music
* navigation
* network
* networking
* news
* parenting
* personalization
* pets
* photo
* photo & video
* politics
* productivity
* reference
* security
* shopping
* social
* social networking
* sports
* transportation
* travel
* utilities
* video
* weather


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://pwa.spomky-labs.com/1.2.x/the-manifest/application-information/categories.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.
