> For the complete documentation index, see [llms.txt](https://knowledge-base.letsgetdigital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge-base.letsgetdigital.com/the-admin-panel/navigation/virtual-platform/menu.md).

# Virtual event (menu)

The Virtual event lobby can be customised in the admin panel specifically for your event. Users can access this menu from the events lobby simply by clicking on the 'Menu' icon located in the top right corner of the screen.&#x20;

### How to set up the Virtual event menu

We have set some default menu items to save you time setting up your event. Of course, you can still add, edit or remove menu items specifically for your event needs.&#x20;

#### Create a new menu item

1. Open the Admin panel for your event
2. Go to Navigation --> Navigation settings
3. Click on the tab 'Virtual event menu'
4. Click on 'Add new item'
5. Give the new menu item a name (this is a mandatory field)
6. Set either an Icon or image for the menu item (one is required)
7. In the section 'Set link to related page' choose where the menu should be linked to.
8. If you have enabled the [multi-language](https://knowledge-base.letsgetdigital.com/lgd-features/multi-language-feature) feature you can restrict the menu item to a specific language(s)
9. If you set a tag(s) the menu item will only be visible for specific users who have the matching [user tag](https://knowledge-base.letsgetdigital.com/the-admin-panel/users/user-tags)

{% hint style="danger" %}
**Pro-tip:** Give your sponsors more visibility by adding advertisements or linking one of the menu items to one specific company booth!&#x20;
{% endhint %}

#### Edit a menu item

You can edit an already created menu item (including our default menu) by completing these steps:

1. Go to Navigation settings
2. Click the edit icon (found to the right of the menu item you wish to edit)
3. Make the edits
4. Don't forget to click 'Save changes'

#### Delete a menu item

You can delete a menu item by completing these steps:

1. Go to Navigation settings
2. Click on the **X** symbol (found to the right of the menu item you wish to edit)

#### Adjusting the order and layout of the menu

You can adjust the order and layout of your menu by completing the following steps below:

1. Go to Navigation settings
2. Drag and drop the pre-existing menu items into the order you wish

   <img src="/files/-MP98quc5KybdyEHut10" alt="" width="563">

#### Editing the menu footer

At the bottom of the Virtual event menu there is a footer that can be adjusted using the following steps:

1. Go to Navigation settings --> Virtual event menu
2. Scroll down to the section named 'Footer'
3. You can add, edit and delete Footer items in the same way as the normal menu

## The end result

<figure><img src="/files/J4EOGcgHUDprN33Zz0PU" 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://knowledge-base.letsgetdigital.com/the-admin-panel/navigation/virtual-platform/menu.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.
