# CSS Files

We have a css file called app.css which is a combination of the following files:-

* bootstrap.css
* font-awesome.min.css
* vendors/themify-icons/css/themify-icons.css
* metisMenu.css
* bootstrap-switch.min.css

app.css is placed in the destination directory (css/app.css) which is done with the help of gulp. It is placed in all pages and also every page has its own css file which can be found in src/css/custom\_css/.


---

# 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/css-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.
