> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# kb_group table

> This table contains FAQ groups. A group is a cluster of entries (potentially located anywhere in the FAQ hierarchy). A group is located in a certain category.

## kb\_group Table (286)

This table contains FAQ groups. A group is a cluster of entries (potentially located anywhere in the FAQ hierarchy). A group is located in a certain category.

## Fields

| Name                   | Description                                                          | Type                                 | Nullable |
| ---------------------- | -------------------------------------------------------------------- | ------------------------------------ | :------: |
| id                     | The primary key (auto-incremented)                                   | PK                                   |    No    |
| kb\_category\_id       | The id of the kb\_category in which this group is located.           | FK [kb\_category](./kb-category.mdx) |    No    |
| description            | The description for this group.                                      | Clob                                 |    Yes   |
| dbi\_agent\_id         | Integration agent (eJournal)                                         | FK [dbi\_agent](./dbi-agent.mdx)     |    No    |
| dbi\_key               | The primary key for the integrated entry in the external datasource. | String(255)                          |    No    |
| dbi\_last\_syncronized | Last external syncronization.                                        | DateTime                             |    No    |
| dbi\_last\_modified    | When the entry was last modified.                                    | DateTime                             |    No    |
| parent\_id             | The parent group for this group. -1 if this is a toplevel group.     | FK [ej\_category](./ej-category.mdx) |    No    |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/bBv7ep-d5A4oaYwj/media/loc/en/database/tables/kb_group.png?fit=max&auto=format&n=bBv7ep-d5A4oaYwj&q=85&s=93df605f6b299d8a9b98a448059c87d0" alt="kb_group table relationship diagram" width="865" height="801" data-path="media/loc/en/database/tables/kb_group.png" />

## Indexes

| Fields                 | Types       | Description |
| ---------------------- | ----------- | ----------- |
| kb\_category\_id       | FK          | Index       |
| dbi\_agent\_id         | FK          | Index       |
| dbi\_key               | String(255) | Index       |
| dbi\_last\_syncronized | DateTime    | Index       |
| dbi\_last\_modified    | DateTime    | Index       |
| parent\_id             | FK          | Index       |

## Relationships

| Table                                | Description                                                                                                             |
| ------------------------------------ | ----------------------------------------------------------------------------------------------------------------------- |
| [dbi\_agent](./dbi-agent)            | DBI agent settings                                                                                                      |
| [ej\_category](./ej-category)        | This table contains categories, in which tickets are categorized. The categories are organized in a hierarchial manner. |
| [kb\_category](./kb-category)        | Knowledge base folder hierarchy                                                                                         |
| [kb\_group\_entry](./kb-group-entry) | This table contains group entries for FAQ groups.                                                                       |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
