> For the complete documentation index, see [llms.txt](https://docs.appmysite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appmysite.com/app/navigation/menu/menu-settings.md).

# Menu settings

### **How to customize the menu in your app?**

The Menu in your app plays a key role in navigation, and with advanced settings, you can fully customize its appearance to match your branding and user experience preferences. Follow this guide to configure and personalize the Primary Menu and Secondary Menu settings.

{% embed url="<https://scribehow.com/shared/Menu_settings__95fe0q_9RNCrSZobQEMPLQ>" %}

#### **Access menu settings**

* Log in to your AppMySite account.
* Navigate to [**Navigation > Menu**](https://app.appmysite.com/app/menu) to access customization options.
* Click on the Settings icon on the top right of the screen.&#x20;

#### **Customize menu appearance**

* Logo – Upload your logo to be displayed in the menu header.
* Text (Alternative to Logo) – Instead of a logo, you can display text in the menu header.
* Text color – Select the color for the text in the menu header.
* Background color – Set the background color of the menu.
* Separator color – Choose the color of the separator lines between the primary menu and secondary menu.

#### **Customizing the primary menu**

* Show as grid – Enable to display menu items in a grid instead of a list.
* Show icon – Enable to display icons for menu items.
* Show text  – Enable to display text labels for menu items.
* Tile shape – Choose a shape for menu items:
  * Square
  * Rounded corners
  * Circle
* Columns – Adjust the number of columns in the grid layout.
* Icon color – Set a color for menu icons.
* Text color – Choose the color of the menu item text.
* Tile background color – Set the background color for menu items.
* Tile border color – Choose a color for the tile borders.

{% hint style="danger" %}
The icon color setting will only apply if all icons selected from the icon library are black and solid.
{% endhint %}

#### **Customizing the secondary menu**

* Show as grid  – Enable to display items in a grid instead of a list.
* Show icon – Enable to display icons.
* Show text – Enable to display text labels.
* Tile shape – Choose from Square, Rounded Corners, or Circle.
* Columns – Adjust the number of columns.
* Icon color – Select a color for icons.
* Text color – Customize the text color of menu items.
* Tile background color – Set the background color of menu tiles.
* Tile border color – Define the color of the tile borders.

#### **Enable haptic feedback**

* Haptic vibration on touch – Enable to provide subtle vibration feedback when users interact with the menu, enhancing the tactile experience.

#### **Saving Your Changes**

Once you’ve configured your menu settings, click **Save** to apply the changes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.appmysite.com/app/navigation/menu/menu-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
