# Develop Site themes

- [Getting started](https://docs.ecwid.com/site-themes/develop-site-themes/getting-started.md)
- [Crane overview](https://docs.ecwid.com/site-themes/develop-site-themes/getting-started/crane-overview.md)
- [Install Crane to your system](https://docs.ecwid.com/site-themes/develop-site-themes/getting-started/install-crane-to-your-system.md)
- [Start with Crane app](https://docs.ecwid.com/site-themes/develop-site-themes/getting-started/start-with-crane-app.md)
- [Make your first section](https://docs.ecwid.com/site-themes/develop-site-themes/getting-started/make-your-first-section.md)
- [Make your first template](https://docs.ecwid.com/site-themes/develop-site-themes/getting-started/make-your-first-template.md)
- [Deep dive into Crane CLI](https://docs.ecwid.com/site-themes/develop-site-themes/getting-started/deep-dive-into-crane-cli.md)
- [Templates](https://docs.ecwid.com/site-themes/develop-site-themes/templates.md)
- [Configuration](https://docs.ecwid.com/site-themes/develop-site-themes/templates/configuration.md)
- [Pages](https://docs.ecwid.com/site-themes/develop-site-themes/templates/pages.md)
- [Layouts](https://docs.ecwid.com/site-themes/develop-site-themes/templates/layouts.md)
- [Slots](https://docs.ecwid.com/site-themes/develop-site-themes/templates/layouts/slots.md)
- [Sections](https://docs.ecwid.com/site-themes/develop-site-themes/sections.md)
- [Client](https://docs.ecwid.com/site-themes/develop-site-themes/sections/client.md)
- [Server](https://docs.ecwid.com/site-themes/develop-site-themes/sections/server.md)
- [Settings](https://docs.ecwid.com/site-themes/develop-site-themes/sections/settings.md)
- [Content Editors](https://docs.ecwid.com/site-themes/develop-site-themes/sections/settings/content-editors.md)
- [Design Editors](https://docs.ecwid.com/site-themes/develop-site-themes/sections/settings/design-editors.md)
- [Layout](https://docs.ecwid.com/site-themes/develop-site-themes/sections/settings/layout.md)
- [Translations](https://docs.ecwid.com/site-themes/develop-site-themes/sections/settings/translations.md)
- [Showcases](https://docs.ecwid.com/site-themes/develop-site-themes/sections/showcases.md)
- [UI Composables](https://docs.ecwid.com/site-themes/develop-site-themes/sections/ui-composables.md)
- [Section Collections](https://docs.ecwid.com/site-themes/develop-site-themes/sections/section-collections.md)
- [Headers](https://docs.ecwid.com/site-themes/develop-site-themes/headers.md)
- [Footers](https://docs.ecwid.com/site-themes/develop-site-themes/footers.md)
- [Local preview](https://docs.ecwid.com/site-themes/develop-site-themes/local-preview.md)
- [Shared Translations](https://docs.ecwid.com/site-themes/develop-site-themes/shared-translations.md)
- [CSS Support](https://docs.ecwid.com/site-themes/develop-site-themes/css-support.md)


---

# 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.ecwid.com/site-themes/develop-site-themes.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.
