# Folder Structure

Admire Admin mainly has two versions and they are HTML version and Laravel Version. Each version consists of White scheme and Black scheme. The white scheme has five different layouts and they are Default, Compact Sidebar, Fixed sidebar and Header, Fixed Sidebar and Fixed Header whereas the black scheme has four different layouts and they are Default,Fixed Header and sidebar,Fixed Sidebar and Fixed Header.

Below is the folder structure for Admire Admin.

* **ADMIRE**
  * **HTML**
    * **Admire White**
      * Default
      * Compact Sidebar
      * Fixed Sidebar
      * Fixed Header
      * Fixed Sidebar and Header
    * **Admire Black**
      * Default
      * Fixed Sidebar
      * Fixed Header
      * Fixed Sidebar and Header
  * **LARAVEL**
    * **Admire White**
      * admire laravel
    * **Admire Black**
      * admire laravel


---

# 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/folder-structure.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.
