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

> Knowledge base problem solving wizard, categories and subcategories for drilling down

## kb\_solution\_finder Table (294)

Knowledge base problem solving wizard, categories and subcategories for drilling down

## Fields

| Name       | Description                                    | Type                                                | Nullable |
| ---------- | ---------------------------------------------- | --------------------------------------------------- | :------: |
| id         | The primary key (auto-incremented)             | PK                                                  |    No    |
| parent\_id | The parent of this solution finder.            | FK [kb\_solution\_finder](./kb-solution-finder.mdx) |    No    |
| name       |                                                | String(255)                                         |    Yes   |
| body       | The body for the solution finder. HTML format. | Clob                                                |    Yes   |

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

## Indexes

| Fields     | Types | Description |
| ---------- | ----- | ----------- |
| parent\_id | FK    | Index       |

## Relationships

| Table                                                     | Description                                                                                  |
| --------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| [kb\_solution\_finder](./kb-solution-finder)              | Knowledge base problem solving wizard, categories and subcategories for drilling down        |
| [kb\_solution\_finder\_entry](./kb-solution-finder-entry) | Knowledge base problem solving wizard, items in a category linking to a knowledge base entry |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [kb_solution_finder_entry table](/en/database/tables/kb-solution-finder-entry.md)
- [kb_entry table](/en/database/tables/kb-entry.md)
- [kb_category table](/en/database/tables/kb-category.md)
- [kb_workflow table](/en/database/tables/kb-workflow.md)
- [kb_group table](/en/database/tables/kb-group.md)
- [kb_attachment table](/en/database/tables/kb-attachment.md)
