> ## 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.

# temporary_words table

> This table is used as a temporary table, containing the words we want                  to search for in the FAQs

## temporary\_words Table (356)

This table is used as a temporary table, containing the words we want                  to search for in the FAQs

## Fields

| Name          | Description                          | Type       | Nullable |
| ------------- | ------------------------------------ | ---------- | :------: |
| id            | Primary key                          | PK         |    No    |
| magic\_number | A magic number, securing unique rows | Int        |    No    |
| word          | The temporary word                   | String(63) |    No    |
| word\_length  | The length of the word               | Int        |    No    |

<img src="https://mintcdn.com/superofficeas/8-OIGQQJR0VGDXy_/media/loc/en/database/tables/temporary_words.png?fit=max&auto=format&n=8-OIGQQJR0VGDXy_&q=85&s=f96482a562511b62446493457c3627f7" alt="temporary_words table relationship diagram" width="153" height="59" data-path="media/loc/en/database/tables/temporary_words.png" />

## Indexes

| Fields       | Types      | Description |
| ------------ | ---------- | ----------- |
| word         | String(63) | Index       |
| word\_length | Int        | Index       |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [word_relations table](/en/database/tables/word-relations.md)
- [TemporaryKey table](/en/database/tables/temporarykey.md)
- [kb_entry_words table](/en/database/tables/kb-entry-words.md)
- [Check Temporary Key](/en/api/reference/restful/agent/person_agent/check-temporary-key.md)
- [freetextstopwords table](/en/database/tables/freetextstopwords.md)
- [freetextindex table](/en/database/tables/freetextindex.md)
