> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/kb_group.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=102bd5834a57691b3332c0b29cc7c59c" 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.


## Related topics

- [kb_group_entry table](/en/database/tables/kb-group-entry.md)
- [kb_category table](/en/database/tables/kb-category.md)
- [kb_entry table](/en/database/tables/kb-entry.md)
- [kb_workflow table](/en/database/tables/kb-workflow.md)
- [kb_attachment table](/en/database/tables/kb-attachment.md)
- [kb_workflow_access table](/en/database/tables/kb-workflow-access.md)
