# Widgets

The visual elements of a page are called Widgets. There are different widget types and sub-types:

* Table widget
  * Column
  * Row
  * Hierarchy
* Cell widget
  * Password
  * QR code
* Text widget
* Button widget
* Menu widget
  * Hierarchy menu
* Chart widget
* Image widget

Widgets are added to a page via the widget toolbar.

<div align="center"><figure><img src="/files/WgQcVR3ncFba9FDBGs5C" alt=""><figcaption></figcaption></figure></div>

A single click places a new widget of the selected type into the middle of the current page. Alternatively, a widget can be dragged to a position on the page by drag\&drop on the widget icon.

The sub-types "Hierarchy" (for table widgets) and "Hierarchy menu" (for menu widgets) can be selected in the Styles tab:

<figure><img src="/files/BNY7lYD16nnO2vOfJ9ox" alt=""><figcaption></figcaption></figure>


---

# 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.nedyx.com/version-1.66/nedyx/working-with-nedyx/widgets.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.
