# The help section of the module

To create a Help section we added in xoops\_version.php :

`$modversion['help'] = 'page=help';`

This instruction automatically enables a help button in the navigation tab of the module's administration :

![](https://1747761662-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LD6Mk6k8gawuhT2PptD%2F-LD6MtsIRpsCvanbXwlt%2F-LD6N0OBvaaGU4Q_Whi0%2Fimg_2.jpg?generation=1526984611968695\&alt=media)

Also, it enables to create a Menu in the Admin Index page :

![](https://1747761662-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LD6Mk6k8gawuhT2PptD%2F-LD6MtsIRpsCvanbXwlt%2F-LD6N0ODON5w1n_u577C%2Fimg_3.jpg?generation=1526984611951824\&alt=media)

The help template exists is in the language file so it can be translated for each language. The structure is as follows:

```
modulename 
    L language 
        L english 
            L help 
                L help.html 
```

Please view the template help TDMDownloads module to see how it is constructed.
