# Left menu

The Left-side Navigation menu of Vuejs-admin is comprised of a few sub components.

The left menu user profile is a component located at `src/components/layouts/left-side/left-profile/user_profile.vue`

Then the links in the left menu are generated from a loop.

The loop uses three components to generate the menu structure.

**1) vueMenu:**

The main container for the menu

**2) SubMenu:**

The container for the sub menu components

**3) MenuItem:**

The router link component generated

The data for the link come from `menu.js` file. To change the content of the left menu you have to edit the `menu.js` file.


---

# 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://lorvent.gitbook.io/vuejs-admin/app-structure/left-menu.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.
