> For the complete documentation index, see [llms.txt](https://docs.workflowgen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.workflowgen.com/admin/8.1/global-information/categories.md).

# Categories

## Category list

<div align="left"><img src="/files/-LQ0PAz3jl3_vltX6IsT" alt=""></div>

## Category screen

<div align="left"><img src="/files/-LQ0P9VgUiLukCtM92yu" alt=""></div>

## Menu banner

| Links        | Remarks                                                |
| ------------ | ------------------------------------------------------ |
| New category | Displays a blank categories form to add a new category |
| Refresh      | Refreshes the displayed category list                  |

## Filters

| Filter on \* | Remarks                         |
| ------------ | ------------------------------- |
| Name         | Filters by category name        |
| Description  | Filters by category description |

\* A filter can be applied to a part of a field.

## Category list

| Columns     | Remarks                                                        |
| ----------- | -------------------------------------------------------------- |
| Name        | Category name (a link displays the category form in edit mode) |
| Description | Category description                                           |
| Utilization | Number of processes listed in the category                     |

## Category form

| Fields      | Remarks                                                                                                        |
| ----------- | -------------------------------------------------------------------------------------------------------------- |
| Name        | Unique identifier for the category; must respect nomenclature and be limited to 30 characters (required field) |
| Description | Category description limited to 255 characters (required field)                                                |

## Deleting a category

A category cannot be deleted if used by a process.


---

# 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://docs.workflowgen.com/admin/8.1/global-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.
