# Customize (Old)

{% hint style="danger" %}
**Important!**  If you updated the theme to the 6.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 Consulting 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 *Consulting theme version lower than **6.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 Configurations** plugin.&#x20;

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

{% hint style="info" %}
For more information about how to update the theme, please follow the [How To Update Consulting](https://docs.stylemixthemes.com/consulting-theme-documentation/getting-started/update-the-theme) page.
{% endhint %}


---

# 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://docs.stylemixthemes.com/consulting-theme-documentation/theme-options/patch-1.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.
