> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# kb_entry_words table

> This table contains all the words and how many times the are refered                  to in the FAQ entires

## kb\_entry\_words Table (354)

This table contains all the words and how many times the are refered                  to in the FAQ entires

## Fields

| Name   | Description                                                  | Type       | Nullable |
| ------ | ------------------------------------------------------------ | ---------- | :------: |
| id     | Primary key                                                  | PK         |    No    |
| word   | A word found in a kb\_entry                                  | String(63) |    No    |
| score  | Indicates how many occurences of this word we have           | Int        |    Yes   |
| origin | Indicates if it is an entry word (0) or a category word (1). | Short      |    No    |

<img src="https://mintcdn.com/superofficeas-worktree-351-fix-webapi-escaped-anchors/lG_0VSOpA0nSl_9s/media/loc/en/database/tables/kb_entry_words.png?fit=max&auto=format&n=lG_0VSOpA0nSl_9s&q=85&s=ecc6a5bbbcb2613777682d4a0bd412be" alt="kb_entry_words table relationship diagram" width="492" height="59" data-path="media/loc/en/database/tables/kb_entry_words.png" />

## Indexes

| Fields | Types      | Description |
| ------ | ---------- | ----------- |
| word   | String(63) | Index       |

## Relationships

| Table                               | Description                                                                                                  |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| [word\_relations](./word-relations) | This table shows which word are used in which FAQ entry, and how many times            they are used in each |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
