# FAQ's

**1)** [**Right Side Bar Activation?**](#panel-data-one)

A : The chat icon in the navbar will activate the Right side bar.

**2)** [**Toggle Left Menu?**](#panel-data-two)

A : The Hamburger in the nav will collapse the left menu if required.

**3)** [**Where does the social icon pop up menu exist?**](#panel-data-three)

A : In the Dashboard V2 when you scroll down, and if it reaches the bottom of the page, social icon pop up is activated.

**4)** [**How does the preloader work?**](#panel-data-four)

A : In Every page just below \<body> you can find \<div> with `preloader`class .If you want to change it you can get the css code in custom.scss file ,there exists a code commented between "preloader".

**5)** [**How to get rid of preloader?**](#panel-data-five)

A : well, you can remove the preloader div at the start of every page and the related css in custom.scss and there is an on load function in Rightsidebar.js at the end of the file.

**6)** [**Date of Dimple Charts?**](#panel-data-six)

A : you can get the dimple chart date in "chart-date" folder which exists in the root folder.

**7)** [**How to use layouts?**](#panel-data-seven)

A : The code for each layout page is in the respective pageload css and js files. you can use that particular code gloablly to change the layouts over all pages.

**8)** [**How does the preloader work?**](#panel-data-eight)

A : In Every page just below \<body> you can find \<div> with preloader class .If you want to change it you can get the css code in custom.scss file ,there exists a code commented between "preloader".


---

# 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/admire/html/faqs.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.
