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

> This table contains URL&amp;apos;s associated with a single FAQ entry.

## kb\_http\_link Table (285)

This table contains URL\&apos;s associated with a single FAQ entry.

## Fields

| Name       | Description                                        | Type                           | Nullable |
| ---------- | -------------------------------------------------- | ------------------------------ | :------: |
| id         | The primary key (auto-incremented)                 | PK                             |    No    |
| entry\_id  | The id of the kb entry this entry is connected to. | FK [kb\_entry](./kb-entry.mdx) |    No    |
| name       | The name for this link.                            | String(255)                    |    No    |
| http\_link | The URL for this link.                             | String(255)                    |    No    |

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

## Indexes

| Fields    | Types | Description |
| --------- | ----- | ----------- |
| entry\_id | FK    | 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_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)
- [kb_group_entry table](/en/database/tables/kb-group-entry.md)
