# Quick start guide

## Overview

In this article, we will walk you through the basic settings to get Ecombe ready to work with your theme.

## Setting up Ecombe

{% stepper %}
{% step %}
**Enter your store password**

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

1. Access Ecombe app and click **Preference** in the left column.
2. Click Store settings in **Preference page.**
3. Fill your store password.
4. After complete fill your store password, click **Save** to save your change.
   {% endhint %}

{% hint style="warning" %}
If your store is protected by a password, please enter it to continue using Ecombe – Easy Page Builder. If your storefront password is already disabled, you can skip this step.
{% endhint %}

If you don't know how to get your store password, check out [this article.](/faq-and-troubleshooting/faq/how-to-get-store-password.md)
{% endstep %}

{% step %}
**Enable Theme app extensions**

To ensure all features work smoothly and the best experience, you need to enable the **Theme app extensions.**

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

1. Access Ecombe app and click **Preference** in the left column.
2. Click **Theme app extensions.**
3. Click **Enable Now** to enable the **Theme app extensions.**
   {% endhint %}

After successfully enabling the theme app extension, **the system will notify "Theme helper Enable"**.
{% endstep %}

{% step %}
**Start building your first page**

[Create your first page](/getting-started/setup-and-quick-start/create-a-new-page.md)
{% endstep %}
{% endstepper %}


---

# 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/quick-start-guide.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.
