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

# Add navigator group and extra menu

> Add navigator group and extra menu

<Note>
  Changes done **System design** - **Extra menus** tab will only show in the old **SuperOffice Service** module, not in the Requests screen.
</Note>

To illustrate this functionality, we will add a new navigator group in the navigator to the left in SuperOffice. We will add an extra menu in the new navigator group. In our example, we will add the navigator group "Websites" with some useful websites.

1. Select <i class="ph ph-list" aria-label="Main menu" /> **System settings** > **System design** > **Extra menus**.

2. Hold the mouse pointer over the **Navigator** folder and click **+**.

3. Enter "Websites" in the **Label** field (maximum 14 characters).

4. Optional: Click the button **Choose** to the right of the **URL to icon** field to select an icon for the navigator group. You can select an image that is already available in the database or upload an image. The image should have a size of 36x36 pixels, so that it is correctly shown in the navigator. You select the image and change the size in the same dialog.

5. Click **Position** to choose where the new navigator group should be positioned (0 = top).

6. Click **OK**. The new navigator group is shown on the left. The navigator group is empty, so we must add website. In this case, we add Google.

7. Hold the mouse pointer over the navigator group you have just created and click **+**. The **Menu properties** screen appears.

8. Enter "Google" in the **Label** field (maximum 20 characters).

9. Check **Use URL** and enter `http://www.google.com` in the **URL** field.

10. DO NOT check **Append ID** or **Append \<usec>**, or values will be added behind the URL you defined.

    <Danger>
      The use of the `usec` template variable is **forbidden** in online environments.
      If you need to use the `usec` variable for debugging or other purposes, it should only be done in a secure, onsite installation where access is restricted to authorized personnel.
      If you have already used the `usec` variable in an online environment, it will only return an empty string from v11.5.
    </Danger>

11. DO NOT check **Return to same screen**. If checked, external URLs do not work. See [Menu properties][1].

12. In the **Target** field, enter "\_blank", so that the website opens in a new tab in the browser.

13. Click **OK**.

14. Click the navigator group and the new extra menu and check that the website opens correctly.

[1]: ./properties


## Related topics

- [Extra menus](/en/ui/blogic/learn/extra-menus/index.md)
- [The Navigator](/en/learn/getting-started/main-screen/navigator.md)
- [MainMenu](/en/automation/crmscript/reference/CRMScript.Native.MainMenu.md)
- [Company category and category group](/en/lead/admin/add-company-category.md)
- [Add function to menu button](/en/ui/blogic/learn/extra-menus/actions.md)
- [Add items to the Task menu list](/en/customization/admin/add-items-to-task-menu.md)
