> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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-bugfix-ty-screen-designer-paradox/bBv7ep-d5A4oaYwj/media/loc/en/database/tables/help.png?fit=max&auto=format&n=bBv7ep-d5A4oaYwj&q=85&s=d9359d928c77a03db9f268ea9ba348e5" 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.
