# Menu module

### 4. Menu module

> Module class: menu-tp

![](/files/MRdoBgmQEifBS5uNZ0z4)

We have used woocommerce product short code Add the text block, and copy and paste the below code

```html
<div class="menu col-xs-12">
<h2 class="widgettitle">Menu</h2>
<h4 class="sub-title">Lorem Ipsum Banner Dollar Standard</h4>
<div class="tp-menu col-xs-12"><img class="alignright wp-image-102 size-full" src="http://yummy_wp.dev/wp-content/uploads/2016/10/food-menu.png" alt="food-menu" width="1200" height="800" /></div>
</div>
<div class="tp-spotlight col-md-12 col-xs-12 col-sm-12">
<div class="col-md-4 col-xs-12 col-sm-4">
<div class="tp-widget col-xs-12">
<h2 class="widgettitle">Appetizer</h2>
[products ids="71, 91, 92, 95"]

</div>
</div>
<div class="col-md-4 col-xs-12 col-sm-4">
<div class="tp-widget col-xs-12">
<h2 class="widgettitle">course</h2>
[products ids="93, 94, 95, 96"]

</div>
</div>
<div class="col-md-4 col-xs-12 col-sm-4">
<div class="tp-widget col-xs-12">
<h2 class="widgettitle">Appetizer</h2>
[products ids="97, 98, 99, 92"]

</div>
</div>
</div>
```


---

# Agent Instructions: 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:

```
GET https://wpdocs.themeparrot.com/wordpress-themes/yummy/layout-customization/home-page-styles/menu-module.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
