# Essential Preferences Setup

## Overview

**Preferences** is the central place to manage all settings related to your Ecombe app. From here, you can review your plan details, access analytics, manage account and store settings, manage theme configurations, enable theme app extensions, and handle code-related tasks.

This section helps you to ensure the features work properly and meet your needs.

<figure><img src="/files/R6Jj9xJ2ddA8VnGQznyd" alt=""><figcaption></figcaption></figure>

### Manage Ecombe Plan

Manage details about your current plan, including the plan name and plan information.\
You can change your plan by clicking **Switch Plan**.

{% hint style="info" %}
Check [this article](/getting-started/account-and-billing/change-your-plan.md) to learn more about changing plans.
{% endhint %}

<figure><img src="/files/3BASLBtx6rxNl9KNTpcE" alt=""><figcaption></figcaption></figure>

### Enable Ecombe Analytic

Set up and configure Analytics to track user behavior and improve your sales performance.

To enable **Ecombe analytics**, check the corresponding checkbox.

{% hint style="info" %}
Learn more about How to setup and use Ecombe Analytics in [this article](/editor-and-functions/store-optimization/enable-ecombe-analytics.md).
{% endhint %}

<figure><img src="/files/Ayde0pEaFPbDjKgBdq58" alt=""><figcaption></figcaption></figure>

### Manage Account Information

Manage your account information with Account Setttings.

<figure><img src="/files/29XvOTdIYchr4jrg8zIv" alt=""><figcaption></figcaption></figure>

### Update Store password

In case your store has a storefront password, enter the password here so that Ecombe can work smoothly with your theme.

<figure><img src="/files/iQDXiEaFJGrJSNiyCy4F" alt=""><figcaption></figcaption></figure>

#### Frequently Asked Questions

**Why I need to enter my store password?**

If you have a storefront password, you need to enter it in order to see your store's theme in Ecombe. Don't worry, your store is still password protected.

**Why does it show "Incorrect password" even after I changed my password and updated it in Store Settings?**

If you update your password multiple times in a short period, Shopify may temporarily block requests for security reasons. Please wait around **15 minutes**, then try updating the password again.

### Layout synchronization

If you change your theme, you can sync all Ecombe layouts to the new theme. After syncing, any pages with unpublished sections or updates will be fully published.

<figure><img src="/files/9lCcWvx4U9TYl5frap3Z" alt=""><figcaption></figcaption></figure>

You can optionally sync all layouts or just the layout you need by open **dropdown menu** and **choose the layout** you want. By default all layouts will be synchronized.

{% hint style="success" %}
Steps:

1. Open **Dropdown menu.**
2. Choose **the layout you want to sync.**
3. Click **Start sync** to sync your layout.
   {% endhint %}

### Enable Theme app extensions

Enable theme app extension to ensure Ecombe works smoothly with your store front.

Click **Enable now** to enable Ecombe theme app extensions.

<figure><img src="/files/lToSAXO2bcLAzgCLJm9f" alt=""><figcaption></figcaption></figure>

### Swatch colors

Create a swatch to use in your Ecombe templates. To learn more about using Swatch Color, please refer to this [article](/editor-and-functions/editor-features/how-to-setup-color-swatches.md#how-to-display-color-swatches-from-app-settings).

<figure><img src="/files/la7lyuyrKfOCROBaIrNo" alt=""><figcaption></figcaption></figure>

### Add code to your theme

Add your custom CSS for advanced editing.

{% hint style="warning" %}
CSS added here will affect your entire current theme, including pages created in Ecombe and all remaining pages in your current theme.
{% endhint %}

<figure><img src="/files/TSJHnKFbEcVGLgILhh7T" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Steps:

1. Add your CSS code.
2. Click the **Save button** to save and apply your code to all page in your theme.
   {% endhint %}

### Danger zone

Cancel Ecombe subscription and downgrade to Free plan. To cancel your plan, click **Cancel Plan**.

<figure><img src="/files/ArRI3mvYJCM15UEtNljx" alt=""><figcaption></figcaption></figure>

**Note**: Canceling your plan will Downgrade your account back to **the Free plan**. If you have more than one published page, the system will ask you to unpublish extra pages or sections before downgrading. To learn how to unpublish a page, please check [this article](/pages-and-section-creations/general/pages-and-sections-management.md#publish-and-unpublish).

<figure><img src="/files/flVrf71InaHK4QIR4nAQ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Have a question?

Contact us via **in-app live chat**. We'll reply in few minutes.
{% 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://help.ecombe.com/getting-started/setup-and-quick-start/preferences.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.
