# Theme Layouts

{% hint style="info" %}
You can edit this file at **`[ ../src/app/app-config.ts ]`**
{% endhint %}

## Main Layouts

{% tabs %}
{% tab title="Default / Vertical" %}

* layout: `vertical`
* isCollapse\_menu: `false`
* sidebar\_caption\_hide: `false`
* isDarkMode: `true`
* isRtl\_layout: `false`
* theme\_color: `preset-1`
* font\_family:  `Roboto`
* isBox\_container: `true`
* i18n: `en`
  {% endtab %}

{% tab title="Horizontal" %}

* layout: `horizontal`
* isRtl\_layout: `false`
* sidebar\_caption\_hide: `false`
* isCollapse\_menu: `false`
* isRtl\_layout: `false`
* theme\_color: `preset-1`
* font\_family:  `Roboto`
* isBox\_container: `true`
* i18n: `en`
  {% endtab %}

{% tab title="Compact" %}

* layout: `Compact`
* isCollapse\_menu: `false`
* sidebar\_caption\_hide: `false`
* isDarkMode: `true`
* isRtl\_layout: `false`
* theme\_color: `preset-1`
* font\_family:  `Roboto`
* isBox\_container: `true`
* i18n: `en`
  {% endtab %}
  {% endtabs %}

## Vertical Layouts

{% tabs %}
{% tab title="Static Layout" %}

* layout: `vertical`
  {% endtab %}

{% tab title="Collapsed Menu" %}

* layout: `vertical`
* isCollapse\_Menu: `false`
  {% endtab %}

{% tab title="RTL Layout" %}

* layout: `vertical/compact`
* isRtl\_layout: `true`
  {% endtab %}

{% tab title="Dark Layout" %}

* layout: `vertical/horizontal/compact`
* isDarkMode: `false`
  {% endtab %}
  {% endtabs %}


---

# 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://codedthemes.gitbook.io/berry-angular/theme-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.
