> For the complete documentation index, see [llms.txt](https://wplake.gitbook.io/advanced-views/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wplake.gitbook.io/advanced-views/getting-started/installation/plugin-settings.md).

# Plugin settings

In **Advanced Views** settings, you can customize the plugin's behavior and configure the default settings for future [*Layouts*](/advanced-views/getting-started/first-layout.md) and [*Post Selections*](/advanced-views/getting-started/first-post-selection.md).

## 1. General settings tab

#### Development mode

Enable to display quick access links on the front and make error messages more detailed (both for admins only).

#### File system storage

Enable to store *Layout* and *Post Selection* data inside the child theme folder (instead of the database). This allows you to edit files using your favourite editor (IDE), and do version control with auto-sync. [Read more](/advanced-views/features/file-system-storage.md)

{% hint style="info" %}
Important: you should use a [child theme](https://developer.wordpress.org/themes/advanced-topics/child-themes/), otherwise, automatic theme updates will erase the data.
{% endhint %}

#### **Live Reload mode: interval** (in seconds)&#x20;

Controls how often the refresh requests are sent when on-page Live Reload Mode is enabled. A smaller number means faster updates, but it also increases server load.

#### **Live Reload mode: inactive delay** (in seconds)

Controls the period after which Live Reload Mode is paused when no mouse events are registered. A smaller number decreases server load but may increase your waiting time.

#### **Optimize Layout and Post Selection** admin screen performance

Enable this setting to improve loading speed by disabling third-party scripts on Layout and Post Selection screens.

{% hint style="info" %}
Note: This can significantly reduce load times on plugin-heavy sites. However, with some themes, it may cause layout issues on these admin screens.
{% endhint %}

#### Disable automatic reports

Automatic error and usage reports to developers, enabling faster issue resolution and plugin improvement. The reports do not include any private or sensitive information.

{% hint style="info" %}
Note: In Advanced Views Pro, the license key/domain pair is always sent, regardless of this setting.
{% endhint %}

## 2. Defaults tab

#### Template engine

Controls the [template engine](/advanced-views/features/smart-templates.md) setting for new Layouts and Post Selections.

#### Web components type

Controls the web component setting for new *Layouts* and *Post Selections*.

#### Classes generation

Controls classes generation in the Default Template for new Layouts and Post Selections.

#### Sass Template (for File System Storage)

When present, this value is used as the default for the 'style.scss' file of Layout and Post Selection, which is useful e.g. when [Tailwind is in use](/advanced-views/features/file-system-storage/advanced-usage.md).

If skipped, 'style.scss' creation will be omitted.

#### TypeScript Template (for File System Storage)

When present, this value is used as the default for the 'script.ts' file of Layout and Post Selection.\
If skipped, 'script.ts' creation will be omitted.

## 3. Git repositories tab

By saving *Layouts* and *Post Selections* in your GitLab repository (free tier), you can create your own library and reuse them on other websites. Read about [Cross-installation components](/advanced-views/features/workflow/cross-installation-components.md).

<figure><img src="/files/6lTooLLFvl2iLFrIgBvK" alt=""><figcaption></figcaption></figure>
