> For the complete documentation index, see [llms.txt](https://docs.stylemixthemes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stylemixthemes.com/motors-car-dealer-classifieds-and-listing/motors-skins/theme-options/general.md).

# General

Under the **General** tab of the Theme Options, you can enable the Page Preloader and set some pages. Here is the overview of the tab:

<figure><img src="/files/2GlPu4s9Li3GowILFqUr" alt=""><figcaption><p>Motors Skins > Theme Options > General</p></figcaption></figure>

* **Page Preloader** — enables a preloader animation when loading webpages. A **preloader** is what you see on your screen while the rest of the page’s content is still loading. When the page is loaded from the server, some styles/scripts are loaded later (or take longer) than others; it’s just processing data. This leads to the fact that the page can be displayed without style for a few seconds. We encourage you to use the preloader to let visitors know that the website hasn’t crashed.&#x20;
* **Choose 404 Page** — here you can select any page on your website to show as a **404 - Not Found** page. If users try to reach non-existent pages or broken URLs, they will be redirected to this page.&#x20;
* **Under Construction Mode** — the setting makes your entire website, including content and profiles, inaccessible to users. However, the admin will still have access to any content. It's recommended to enable the setting if you are making changes to your website.
  * **Choose Under Construction Page** — all visitors will be redirected to this page if the **Under Construction Mode** is enabled.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.stylemixthemes.com/motors-car-dealer-classifieds-and-listing/motors-skins/theme-options/general.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
