> 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-theme-documentation/deprecated/customize-old.md).

# From Customize to Theme Options

{% hint style="danger" %}
**Important!**  If you updated the theme to the **5.0** version or higher from older versions, it is required to go through this post carefully.
{% endhint %}

We always try to improve the theme features and functionality in every update of the theme. This requires us to add complicated options under the Customize area of WordPress. However the Customize area of WordPress is limited to add such functionality, we made the decision to develop our **Nuxy framework** to move the theme settings to the **Theme Options** area in the WordPress Dashboard.

{% hint style="info" %}
Here is the [**Nuxy framework**](https://github.com/StylemixThemes/nuxy) repository on GitHub where you can browse the source and keep track of development.
{% endhint %}

**Theme Options** is a new step in turning the Motors into an even more flexible, customizable theme. Now you can customize, even more, making every part of your template unique and manageable!

### How to switch to Theme Options

If you are using the *Motors theme version lower than **5.0*** to trigger the **Theme Options**, you just need to update the theme first. After, go to the **Appearance > Install** plugins section and update the  **STM Motors Extends** plugin.&#x20;

All your configured settings under the **Appearance > Customize** setting will be automatically transferred to the **Theme Options**.


---

# 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:

```
GET https://docs.stylemixthemes.com/motors-theme-documentation/deprecated/customize-old.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.
