> For the complete documentation index, see [llms.txt](https://help.shopifas.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.shopifas.com/manual/internal/what-is/common/step-1-learn-the-key-properties.md).

# Step 1: Learn the key properties

#### **1.5. Learn the key properties of a menu item**

Each menu item has many properties. Below are the most basic and important ones. You can explore the others later in the table below when needed.

* **Menu Item Kind:** A set of pre-made menu templates to help you quickly define your menu items.
* **Media**: A menu item can use an icon or image (available in Pro and Elite plans). If you upload an image, the icon will be ignored.
* **Text**: The name of the menu item. This helps you identify it in the menu tree and is shown as the main label.
* **Link To**: Not just for linking to a page inside or outside your website. You can also use it to open a chat box, scroll the page, trigger a JS function, or open another Navi+ menu.
* **Description**: A small line of text below the main text. You can use it flexibly—for example, to show a product price, sale info, or blog summary.

*\*Note: Depending on the use case, a menu item might not need Media (like a plain text link) or Text (like a visual image-only item). However, it’s recommended to set both to help identify menu items clearly in the menu tree.*

<figure><img src="/files/yicXF3mNOw1g5krNcFhx" alt=""><figcaption></figcaption></figure>


---

# 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://help.shopifas.com/manual/internal/what-is/common/step-1-learn-the-key-properties.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.
