# Left Side Menu

It has the following design:

![](/files/-M4TuVR70-bHyxRL6B7k)

The Side Bar has the following structure :

```
<!-- Start Left side menu -->
    <div class="left_aside">

        <!-- sidebar: style can be found in sidebar-->
            <div class="sidebar">

                <!--user profile section-->
                <div class="user_section">
                <!--user profile content-->
            </div>
        <!--user profile section-->


        <!--Start Left menu links-->

            <div id="menu" role="navigation">
                <ul class="navigation">

                </ul>
            </div>

        <!--End Left menu links-->

        </div>
        <!-- sidebar: style can be found in sidebar-->
</div>
<!-- End of Left side menu -->
```


---

# 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/rare/html/html-structure/left-side-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.
