---
title: "Page: Configuration for Custom Menu Pages"
slug: "page-configuration-for-custom-menu-pages"
updated: 2022-03-02T21:33:47Z
published: 2022-03-02T21:33:47Z
canonical: "support.smarteru.com/page-configuration-for-custom-menu-pages"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.smarteru.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Page: Configuration for Custom Menu Pages

These dashboard set page settings are only applicable if the [page's **Type** setting](/v1/docs/page-main#type) is set to *Custom Menu*. These settings are located in the Configuration accordion of the Add/Edit Category Page workscreen.

![Configuration](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/page-configuration-for-custom-menu-pages-image-kzpekq6v.png)

## Settings

### URL

The website you would like to direct users to when they click the custom menu item. You may enter a valid URL including parameters, or use any of the [custom menu variables](/v1/docs/page-configuration-for-custom-menu-pages#custom-menu-variables) as parameters to pass through the URL.

### Append HMAC

If enabled, a secret key is used to generate an [HMAC](/v1/docs/verifying-an-hmac) hash which allows the receiving site to validate that the link originated from SmarterU and that the data included in the URL hasn't been tampered with.

If you think your data has been compromised, you can re-generate the secret key by clicking **Regenerate**.

### Secret Key

The HMAC hash that the receiving site can use to validate that the link originated from a SmarterU user.

## Custom Menu Variables

The following variables can be specified in your custom menu's URL. Doing so will substitute the variable with the actual value. For example, suppose a user's employee ID is 12345. Specifying the URL:

> https://smarteru.com/?empid=[SU-EMP-ID]

Would result in the following when the user clicks the custom menu:

> https://smarteru.com/?empid=12345

| **Custom Menu Variable** | **Description** |
| --- | --- |
| [SU-AUR-ID] | The SmarterU user ID of the currently logged in user. |
| [SU-EMP-ID] | The employee ID of the currently logged in user. |
| [SU-EMAIL] | The email address of the currently logged in user. |
| [TIMESTAMP] | The time when the link was clicked, in UNIX format. |

## Related

- [Adding a Page](/adding-a-page.md)
- [Learner Interface: Custom Menus](/custom-menus.md)
- [Page: Main](/page-main.md)
- [Verifying an HMAC](/verifying-an-hmac.md)
