> For the complete documentation index, see [llms.txt](https://docs.borndigital.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.borndigital.ai/insights/workspace/design/categories.md).

# Categories

### Types, configuration, and management of the fields

#### Custom

It is a basic type that needs to be defined manually. These custom categories are then selectable in [parameters](#parameters) settings and serve for categorisation of audio or text files.&#x20;

<figure><img src="/files/aFCizWCT4SMSKDC4sp2Q" alt=""><figcaption></figcaption></figure>

On-screen elements:

* **Type switch**: in the upper part of the screen, with options "Custom" and "AI category suggestions" for switching the creation category type
* **"+"**: button for creating a new category, fields below are displayed after clicking:
  * **Name**: input field of a new category is displayed only after using the "+" button
    * Bin icon: for deleting the category
  * **+ Add subcategory**: button for creating a new subcategory&#x20;
  * **Sub-category 1**: name input field is displayed only after using "+ Add subcategory"&#x20;
    * Bin icon: for deleting the sub-category
* **Save:** floating button for saving the settings to the category

#### AI category suggestions

This feature uses [prompts](#prompts) as its input and, based on them, suggests categories.&#x20;

<figure><img src="/files/8BGAkLOkv6Q2l0DcaQY8" alt=""><figcaption></figcaption></figure>

On-screen elements:

* **Type switch**: in the upper part of the screen, with options "Custom" and "AI category suggestions"
* **Input**: drop-down field containing [prompts](#prompts) displayed in combination with their individual parameters.\
  ie, \<prompt1>\_\<parameter1>, \<prompt1>\_\<parameter2>, ... \<prompt1>\_\<parameterx> \
  ie, “basic\_summary”, which, after the selection, will categorize processed text or audio based on the summary&#x20;
* **Category count**: input field for defining the number of categories that should be suggested. You can specify multiple values, for example, 5, 10, 15 at once.
* **Version**: dropdown field with values representing versions of [reruns](/insights/workspace/process.md#rerun) on which the AI category suggestions will be applied
* **From (UTC)** + **To (UTC)**: date fields for delimiting the timeframe of text or audio records used for categorisation
* **Instructions**: input field for additional prompt specifics. E.g., output file type, processing specifics, structure requirement, etc. It is mainly used in some specific cases to fine-tune the output.&#x20;
* **Check**: button for validating how many text or audio record results will be categorized after using the "Suggest" button. The number will be displayed below the button.&#x20;

<figure><img src="/files/mX2pn8UyyHlnk4ONkvsb" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
Use "Check" to check how many results (interactions, recordings, emails...) will be used for suggesting categories - if the number is too small (<10), the results might not represent the sample well. If the number is too big (>500), the suggestion will take some time. For the best results, we recommend using a sample of around 100.
{% endhint %}

* **Suggest**: button for running the AI category suggestions. Suggested categories are displayed on the right side. If not, use a "Refresh" button.
* **Refresh**: button for displaying the suggested categories after using the "Suggest" button
* **Save:** floating button for saving the settings to the AI category suggestor&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.borndigital.ai/insights/workspace/design/categories.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
