# How to submit a theme to ShopBase Theme Store

When you want to submit your theme to be public on ShopBase Theme Store, in Theme version detail page, click **Submit for Review** button.

![](/files/-LrhqelFxBxe_2n3m6hc)

### **Statuses of a theme version:**

* **Waiting for Review:** When a new version is submitted & waiting for ShopBase to review.\
  \&#xNAN;*It usually takes 3 \~ 5 business days to review your submission.*
* **Submission Canceled:** When theme developer click Cancel submission. \
  \&#xNAN;*After Submitting for Review, the theme developer can cancel the request to continue editing and resubmit any time later on.*
* **Submission Rejected:** When the submission is rejected by the reviewer.\
  You can edit, update your code and resubmit to solve all the problems we listed. The rejection reasons will be sent to your email.
* **Pending Developer Released:** When the build is successfully & ready to release to store
* **Release Canceled:** When the developer cancels the version from Pending Developer Release status. *Then, the developer can edit and resubmit later.*
* **Released to Theme Store:** When the theme is released to the store. \
  \&#xNAN;*Merchants can add the theme to their store and use it.*

{% hint style="info" %}
You can create only one version at a moment. It means that you cannot create a theme version when there is a previous version that has not been approved.
{% 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://developers.shopbase.com/build-a-theme/how-to-submit-a-theme-to-shopbase-theme-store.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.
