# Element Types

* Basic Elements are simple elements like DIV&#x20;
  * Simple, generally only one element
  * Generally, no custom code needed to operate
* Complex / Compound elements&#x20;

## Elements&#x20;

|                                                            | Simple / Compound | Webflow JS                                                                                               | Special Designer Behavior       |
| ---------------------------------------------------------- | ----------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------- |
| **STRUCTURE**                                              |                   |                                                                                                          |                                 |
| Section                                                    |                   |                                                                                                          |                                 |
| Container                                                  |                   |                                                                                                          |                                 |
| Quick Stack                                                |                   |                                                                                                          |                                 |
| V Flex                                                     |                   |                                                                                                          |                                 |
| H Flex                                                     |                   |                                                                                                          |                                 |
| Page Slot                                                  |                   |                                                                                                          |                                 |
| **BASIC**                                                  |                   |                                                                                                          |                                 |
| Div Block                                                  | Simple            | No                                                                                                       |                                 |
| List                                                       |                   | No                                                                                                       |                                 |
| List Item                                                  |                   | No                                                                                                       |                                 |
| Link Block                                                 | Simple            | No                                                                                                       |                                 |
| Button                                                     |                   | No                                                                                                       |                                 |
| **TYPOGRAPHY**                                             |                   |                                                                                                          |                                 |
| Heading                                                    | Simple            | No                                                                                                       |                                 |
| Paragraph                                                  | Simple            | No                                                                                                       |                                 |
| Text Link                                                  | Simple            | No                                                                                                       |                                 |
| Text Block                                                 | Simple            | No                                                                                                       |                                 |
| Block Quote                                                |                   | No                                                                                                       |                                 |
| Rich Text                                                  | Compound          | No                                                                                                       |                                 |
| **CMS**                                                    |                   |                                                                                                          |                                 |
| Collection List                                            |                   |                                                                                                          |                                 |
| **MEDIA**                                                  |                   |                                                                                                          |                                 |
| Image                                                      |                   | No                                                                                                       |                                 |
| Video                                                      |                   |                                                                                                          |                                 |
| YouTube                                                    |                   |                                                                                                          |                                 |
| Lottie Animation                                           |                   |                                                                                                          |                                 |
| Spline Scene                                               |                   |                                                                                                          |                                 |
| Rive                                                       |                   |                                                                                                          |                                 |
| **FORMS**                                                  |                   |                                                                                                          |                                 |
| Form Block                                                 |                   | <p>YES<br>For submission <br>For bot protection <br>For response handling success / fail / redirect </p> |                                 |
| Label                                                      |                   | No                                                                                                       |                                 |
| Input                                                      |                   | No                                                                                                       |                                 |
| File Upload                                                |                   |                                                                                                          |                                 |
| Text Area                                                  |                   | No                                                                                                       |                                 |
| Checkbox                                                   |                   | ? custom                                                                                                 |                                 |
| Radio Button                                               |                   | ? custom                                                                                                 |                                 |
| Select                                                     |                   |                                                                                                          |                                 |
| reCAPTCHA                                                  |                   |                                                                                                          |                                 |
| Form Button                                                |                   |                                                                                                          |                                 |
| **ADVANCED**                                               |                   |                                                                                                          |                                 |
| Search                                                     |                   |                                                                                                          |                                 |
| Background Video                                           |                   |                                                                                                          |                                 |
| Dropdown                                                   |                   |                                                                                                          |                                 |
| Code Embed                                                 |                   |                                                                                                          |                                 |
| Lightbox                                                   |                   |                                                                                                          |                                 |
| Locales List                                               |                   |                                                                                                          |                                 |
| [Navbar](/sygnal-webflow-components/nc/advanced/navbar.md) | Compound          | YES                                                                                                      | <p>YES<br>Settings controls</p> |
| Slider                                                     |                   |                                                                                                          |                                 |
| Tabs                                                       |                   |                                                                                                          |                                 |
| Map                                                        |                   |                                                                                                          |                                 |
| Facebook                                                   |                   |                                                                                                          |                                 |
| X (Twitter)                                                |                   |                                                                                                          |                                 |
| Custom Element                                             |                   |                                                                                                          |                                 |
| Code Block                                                 |                   |                                                                                                          |                                 |
| **OTHER**                                                  |                   |                                                                                                          |                                 |
| Grid                                                       |                   |                                                                                                          |                                 |
| Columns                                                    |                   |                                                                                                          |                                 |


---

# 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://sygnal.gitbook.io/sygnal-webflow-components/element-types.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.
