# Configure Your Widgets

## Configure Your Widgets

Every widget in **UniDeck** is designed to be flexible, not only in how it looks, but also in how it behaves. Whether you’re setting up a Focus Timer or an Advanced Table, you can fine-tune each widget to better suit your personal workflow.

This guide shows you how to use the **right-click context menu** and the **configuration modals** available in select widgets.

***

### Right-Click Context Menu

Right-clicking on any widget opens a **context menu**, which may include up to three sections depending on the widget’s features.

<figure><img src="/files/0TBwAkitOZTJyIsGUdM2" alt=""><figcaption><p>Context Menu Example from Time Widget</p></figcaption></figure>

#### 1. Widget-Specific Settings (🟩 Top Section)

Used for widgets that support filters, visual and sound customization, and etc.

* **Example**: In the Clock widget, you can choose to “Show Seconds” or switch between display types like "Simple", "Scrolling", or "Binary".
* Some widgets may let you choose data views, styles, or filtering preferences here.

#### 2. Size & Configure (🟥 Middle Section)

Resize or customize the behavior of your widget:

* **Size**: Choose from preset grid sizes such as 1x1, 2x1, or 2x2 depending on how much screen space you want to dedicate.
* **Configure**: Launches a **detailed configuration modal** (if available) where you can fine-tune settings.

#### 3. Misc Options (🩷 Bottom Section)

Additional actions include:

* **Learn More**: Opens help or documentation about this widget
* **Delete**: Remove the widget from your dashboard

{% hint style="info" %}
Not all widgets have all three sections, simpler widgets may only offer size and delete options.
{% endhint %}

***

### Configuration Modals

Widgets with more advanced functionality offer a dedicated **Configuration modal** for deeper customization. These appear when selecting “Configure” from the context menu.

#### Time Widget Configuration Example

The Time widget lets you:

* Choose a **Display Style** (Simple / Scrolling / Binary)
* Select a **Timezone** for that clock (great for remote teams!)

<figure><img src="/files/VqLJCk9YaPGNSd1CVE2i" alt=""><figcaption><p>Time Widget Configuration Modal</p></figcaption></figure>

This makes it easy to keep multiple clocks in different styles and zones on one dashboard.

***

#### 📄 Advanced Table Widget Configuration Example

The **Advanced Table** widget offers an intuitive table editor to what you're used to from tools like Google Sheets and MS Excel integrated within your UniDeck dashboard for showcasing custom structured data.&#x20;

{% hint style="info" %}
This is one of our most advanced widgets so don't worry about it at this point. This is only a showcase here.
{% endhint %}

* **Table view**
* **Column data formatting**
* **Column view and look customization**
* **Automatic and manual data array selection from response**

<figure><img src="/files/h6UvW6t5NHMD8dvIc8DO" alt="" width="563"><figcaption><p>Advanced Table Widget Configuration Modal</p></figcaption></figure>

***

### Tips

* Use configuration to **adapt widgets to your routine**, not the other way around.
* Want different versions of the same widget? You can duplicate and configure each one independently.
* Resize widgets after configuring them to make your layout cleaner and more useful.

***

Widgets in UniDeck aren’t static, they evolve with your needs.\
So dive in, right-click, configure, and start shaping a [dashboard](https://dash.unideck.app/) that works for *you*.


---

# 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://ainur.gitbook.io/unideck-docs/user-manual/getting-started-with-unideck/configure-your-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.
