> For the complete documentation index, see [llms.txt](https://learn.us-themes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.us-themes.com/week-2/day-7.md).

# Day 7

### Advanced menu modifications (2h)

* [Learn how](https://help.us-themes.com/impreza/menus/#how-to-create-menus) to work with menus using Impreza.
* Check the menu on the [Blog / Magazine](https://impreza5.us-themes.com/) demo.
* Create a new Menu that will look and work the same as the menu on the Blog / Magazine demo. There's no need to copy all items, you can replicate only 3 menu elements: Blog Layouts, Travel, and Beauty (including 2nd level)
* Make screenshots of the admin area and the front-end result, and attach them to the daily report.
* Add a header and add this new menu to it, then assign this header to a page and make sure that the created menu items on this page look the same as they look on the Blog / Magazine demo.
* [Learn how](https://help.us-themes.com/impreza/menus/#hamburger-menu-for-desktops) to make a hamburger menu for desktops.
* Create a new menu consisting of any 5 items (all of which are first-level).
* Create a new header and add this menu 2 times to it. The first instance of the menu should look like the hamburger menu on the [Design Hotel](https://impreza25.us-themes.com/) demo, and the second instance should look like the hamburger menu on the [Multi-Purpose](https://impreza.us-themes.com/) demo.
* Make screenshots of the admin area and the front-end result, and attach them to the daily report.

### Send the report

Send the summary and link to the results to the curator.


---

# 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://learn.us-themes.com/week-2/day-7.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.
