# Widgets

## What are Widgets?

Widgets are components that allow you to integrate data from external APIs directly into Dataloy. These integrations must be configured by your system administrator before becoming available to users. Once configured, users can choose which widgets to display in their drawers based on their specific needs.

### Adding Widgets to Drawers

#### Step 1: Access Widget Selection

1. Navigate to any drawer
2. At the top of the drawer, you'll see three view options:
   * KPIs
   * Widgets
   * All
3. Choos All or Widgets
4. Click on "Select Widgets" to open the widget selection modal

<figure><img src="/files/2JoZcCF2YHo20PxdRSiE" alt=""><figcaption></figcaption></figure>

#### Step 2: Select Widgets

In the widget selection modal, you'll see:

* Currently selected widgets (if any)
* Available widgets list

To add a widget:

1. Browse the available widgets list
2. Click the (+) button next to any widget you want to add
3. The widget will be added to your drawer immediately

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

#### Step 3: View Your Widgets

After selecting your widgets, they will appear in the drawer.&#x20;

<figure><img src="/files/vat4eqpTdHhd0L3gLaOE" 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.dataloy.com/release-8.25/voyage-management-system/step-by-step-guides/setup/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.
