> For the complete documentation index, see [llms.txt](https://docs.ecwid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ecwid.com/site-themes/design-site-themes/introduction-to-designing-themes.md).

# Introduction to designing themes

Ecwid’s goal is to provide merchants with sites that help their businesses stand out from dozens of others. That’s why the Instant Site team focuses on a wide range of modern, high-quality website templates. The better the theme, the more often merchants will choose it.&#x20;

To create themes like these, you need a basic understanding of design and knowledge of the most in-demand site design trends.

In the Design Site Themes section, you’ll find guides for developers with different levels of design experience:

* [Design successful site theme from scratch](/site-themes/design-site-themes/design-successful-site-theme-from-scratch.md)\
  A detailed step-by-step guide with algorithms for creating site templates. Includes Ecwid requirements for site creation.

{% hint style="success" %}
&#x20;Useful for building a site theme the first time or when knowledge of site design is limited.
{% endhint %}

* [Aesthetic Spectrum](/site-themes/dev-launch-site-themes/resources/aesthetic-spectrum.md)\
  An overview of key visual styles to use when creating a site theme. It outlines the visual directions to follow and the types of websites expected from public Ecwid themes. Feel free to grab one of the described approaches to theme design as a base for your work.\
  \
  **For whom:** Useful for those who understand design principles and need visual guidance to capture the intended look and feel of the sites.
* [Themes Design Requirements](/site-themes/design-site-themes/themes-design-requirements.md)\
  A complete guide from the Ecwid Design team covering all aspects of building professional websites.\
  \
  **For whom:** Useful for developers who want to strengthen their design knowledge and excel at Ecwid Theme market with their themes.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ecwid.com/site-themes/design-site-themes/introduction-to-designing-themes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
