> For the complete documentation index, see [llms.txt](https://docs.atfinity.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atfinity.io/guides/glossary/information-category.md).

# Category

### Definition

Categories are created to arrange the order of information fields, i.e. how they are displayed in the Case Manager. They bring [information](/guides/glossary/information.md) dealing with the same subject together. This makes them easier to find.

Each information which is created can only belong to one category. However a category can be shown in multiple tabs.

The order in which Categories appear in a case, is determined by the order they have in the configuration.

### Example

An example of a category would be 'Personal Details'. In this category information like first name, last name, date of birth, nationality, etc. are grouped together. If the first name should be asked before the last name and the other information about the personal details, it must be placed at the very top of the 'Personal Details' category.

Another category might be 'Source of Wealth" where all questions concerning the origin of someone's wealth are asked.


---

# 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.atfinity.io/guides/glossary/information-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.
