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

> This table contains all keywords for the faq entries

## kb\_entry\_keyword Table (288)

This table contains all keywords for the faq entries

## Fields

| Name          | Description                                            | Type                           | Nullable |
| ------------- | ------------------------------------------------------ | ------------------------------ | :------: |
| id            | The primary key (auto-incremented)                     | PK                             |    No    |
| kb\_entry\_id | The id of the kb\_entry which this keyword belongs to. | FK [kb\_entry](./kb-entry.mdx) |    No    |
| keyword       | A keyword for the given entry.                         | String(255)                    |    No    |

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

## Indexes

| Fields        | Types       | Description |
| ------------- | ----------- | ----------- |
| kb\_entry\_id | FK          | Index       |
| keyword       | String(255) | Index       |

## Relationships

| Table                   | Description                      |
| ----------------------- | -------------------------------- |
| [kb\_entry](./kb-entry) | This table contains FAQ entries. |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [kb_entry table](/en/database/tables/kb-entry.md)
- [kb_group_entry table](/en/database/tables/kb-group-entry.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)
- [kb_solution_finder_entry table](/en/database/tables/kb-solution-finder-entry.md)
