> ## 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_entry table

> This table contains group entries for FAQ groups.

## kb\_group\_entry Table (287)

This table contains group entries for FAQ groups.

## Fields

| Name          | Description                                                                    | Type                           | Nullable |
| ------------- | ------------------------------------------------------------------------------ | ------------------------------ | :------: |
| id            | The primary key (auto-incremented)                                             | PK                             |    No    |
| kb\_group\_id | The id of the group in which this entry is located.                            | FK [kb\_group](./kb-group.mdx) |    No    |
| kb\_entry\_id | The id of the kb\_entry this entry references.                                 | FK [kb\_entry](./kb-entry.mdx) |    No    |
| sort\_pos     | A number (strictly ascending) indicating the sorted position for this element. | Int                            |    Yes   |

<img src="https://mintcdn.com/superofficeas/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/kb_group_entry.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=9982387021a7092faf032e6dac09b332" alt="kb_group_entry table relationship diagram" width="656" height="59" data-path="media/loc/en/database/tables/kb_group_entry.png" />

## Indexes

| Fields        | Types | Description |
| ------------- | ----- | ----------- |
| kb\_group\_id | FK    | Index       |
| kb\_entry\_id | FK    | Index       |

## Relationships

| Table                   | Description                                                                                                                                                    |
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [kb\_entry](./kb-entry) | This table contains FAQ entries.                                                                                                                               |
| [kb\_group](./kb-group) | 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. |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [kb_group table](/en/database/tables/kb-group.md)
- [kb_entry table](/en/database/tables/kb-entry.md)
- [kb_entry_keyword table](/en/database/tables/kb-entry-keyword.md)
- [kb_entry_log table](/en/database/tables/kb-entry-log.md)
- [kb_entry_comment table](/en/database/tables/kb-entry-comment.md)
- [kb_entry_words table](/en/database/tables/kb-entry-words.md)
