> For the complete documentation index, see [llms.txt](https://docs.wem.io/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wem.io/platform/template-editor.md).

# Template Editor

- [Interaction Template Editor](https://docs.wem.io/platform/template-editor/interaction-template-editor.md): The powerful Page Builder in WEM
- [Interaction Template Hotkeys](https://docs.wem.io/platform/template-editor/interaction-template-editor/interaction-template-hotkeys.md): On this page are some useful hotkeys specifically for the Interaction Template Editor.
- [General and preview](https://docs.wem.io/platform/template-editor/general-and-preview.md)
- [Style](https://docs.wem.io/platform/template-editor/style.md)
- [Heading Type](https://docs.wem.io/platform/template-editor/style/heading-type.md)
- [Paragraph Style](https://docs.wem.io/platform/template-editor/style/paragraph-style.md)
- [Text Styling](https://docs.wem.io/platform/template-editor/style/text-styling.md)
- [Alignment](https://docs.wem.io/platform/template-editor/style/alignment.md)
- [Hyperlink](https://docs.wem.io/platform/template-editor/style/hyperlink.md)
- [Tooltip](https://docs.wem.io/platform/template-editor/style/tooltip.md)
- [Layout](https://docs.wem.io/platform/template-editor/layout.md)
- [Adaptive columns](https://docs.wem.io/platform/template-editor/layout/adaptive-columns.md)
- [Div](https://docs.wem.io/platform/template-editor/layout/div.md)
- [Panel](https://docs.wem.io/platform/template-editor/layout/panel.md)
- [Alert](https://docs.wem.io/platform/template-editor/layout/alert.md)
- [Table](https://docs.wem.io/platform/template-editor/layout/table.md)
- [Image](https://docs.wem.io/platform/template-editor/layout/image.md)
- [Icon](https://docs.wem.io/platform/template-editor/layout/icon.md)
- [Label](https://docs.wem.io/platform/template-editor/layout/label.md)
- [Interaction](https://docs.wem.io/platform/template-editor/interaction.md)
- [Form](https://docs.wem.io/platform/template-editor/interaction/form.md)
- [Validation](https://docs.wem.io/platform/template-editor/interaction/validation.md)
- [Required field](https://docs.wem.io/platform/template-editor/interaction/required-field.md)
- [Button](https://docs.wem.io/platform/template-editor/interaction/button.md)
- [Dropdown](https://docs.wem.io/platform/template-editor/interaction/dropdown.md): A collapsible list of buttons.
- [Free form item](https://docs.wem.io/platform/template-editor/interaction/free-form-item.md)
- [Miscellaneous](https://docs.wem.io/platform/template-editor/miscellaneous.md)
- [Tabbar](https://docs.wem.io/platform/template-editor/miscellaneous/tabbar.md)
- [Google maps](https://docs.wem.io/platform/template-editor/miscellaneous/google-maps.md)
- [Nested template](https://docs.wem.io/platform/template-editor/miscellaneous/nested-template.md)
- [Script](https://docs.wem.io/platform/template-editor/miscellaneous/script.md)
- [Reference](https://docs.wem.io/platform/template-editor/miscellaneous/reference.md)
- [Conditional](https://docs.wem.io/platform/template-editor/miscellaneous/conditional.md)
- [Data grid](https://docs.wem.io/platform/template-editor/miscellaneous/data-grid.md)
- [Repeater](https://docs.wem.io/platform/template-editor/miscellaneous/repeater.md)
- [Rich text](https://docs.wem.io/platform/template-editor/miscellaneous/rich-text.md)
- [Custom](https://docs.wem.io/platform/template-editor/miscellaneous/custom.md)
- [WMT Tool](https://docs.wem.io/platform/template-editor/wmt-tool.md): The WEM Design Templates sync Tool


---

# 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:

```
GET https://docs.wem.io/platform/template-editor.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.
