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

# help table

> This table contains the help pages.

## help Table (302)

This table contains the help pages.

## Fields

| Name                  | Description                                                                                | Type                  | Nullable |
| --------------------- | ------------------------------------------------------------------------------------------ | --------------------- | :------: |
| id                    | The primary key (auto-incremented)                                                         | PK                    |    No    |
| name                  | The name for this help page.                                                               | String(64)            |    Yes   |
| title                 | The title for this help page.                                                              | String(255)           |    Yes   |
| parent\_id            | The id of the parent help page. NULL or -1 if this is a toplevel helppage.                 | FK [help](./help.mdx) |    Yes   |
| language              | A string indicating the language for this helppage (\&apos;no\&apos; or \&apos;en\&apos;). | String(5)             |    Yes   |
| sort\_order           | The sort-order for this helppage when listed among its siblings.                           | Int                   |    Yes   |
| module\_id            | The id of the module, if this page is the description for a module..                       | Int                   |    No    |
| application\_area\_id | The id of the application\_area, if this page is the description for a application\_area.. | Int                   |    No    |
| screen\_id            | The id of the screen, if this page is the description for a screen..                       | Int                   |    No    |
| body                  | The actual body for the helppage. HTML format.                                             | Clob                  |    Yes   |

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

## Indexes

| Fields                | Types | Description |
| --------------------- | ----- | ----------- |
| parent\_id            | FK    | Index       |
| module\_id            | Int   | Index       |
| application\_area\_id | Int   | Index       |
| screen\_id            | Int   | Index       |

## Relationships

| Table          | Description                         |
| -------------- | ----------------------------------- |
| [help](./help) | This table contains the help pages. |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [Markdown guide](/contribute/markdown-guide/index.md)
- [Using in-app help](/en/learn/getting-started/main-screen/in-app-help.md)
- [Get Help Dispatcher Url](/en/api/reference/restful/agent/configuration_agent/get-help-dispatcher-url.md)
- [Helper classes](/en/api/plugins/erp-connectors/helpers.md)
- [Ask another request handler for help](/en/request/learn/transfer.md)
- [Webhook_usage table](/en/database/tables/webhook-usage.md)
