# Javascript Files

Js files are located in the folder js/. They are:-

* jquery.min.js
* jquery-ui.min.js
* bootstrap.min.js
* raphael-min.js
* metisMenu.js
* jquery.nicescroll.min.js
* holder.min.js
* bootstrap-switch.min.js
* leftmenu.js
* rightside\_bar.js

The above files are further combined into a single file called app.js and it can be found in destination directory(js/) which is done with the help of gulp.

app.js is placed in all pages. And also every page has its own js file which can be found in src/js/pages/.


---

# 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/clear/javascript-files.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.
