# Sidemenu Layouts

The app contains 5 different Sidemenu layouts which you can use in your apps.

### HTML code

The HTML code for the sidemenus is sitting in `app.component.html` itself, same as the main sidemenu.&#x20;

You can differentiate the Sidemenus by the `class="sidemenu-1"` and similar.

![](/files/-LubI4vu3Rr-061Kl3Jm)

Similarly, the styles for each Sidemenu are sitting in `app.component.scss`

![](/files/-LubI4vxbeBy51XCig3o)

{% hint style="info" %}
Currently, for display purpose, the Sidemenus are shown on the right hand side. But for your app usage, you can use it either on left or right side, by defining `side="end"` or `side="start"`
{% endhint %}

![](/files/-LubI4vyPtryuV1O6bCk)


---

# 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://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/startup-features/sidemenu-layouts.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.
