> For the complete documentation index, see [llms.txt](https://ainur.gitbook.io/unideck-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ainur.gitbook.io/unideck-docs/reference-and-spec/widgets/app.md).

# App

The **App Widget** in UniDeck serves as a customizable bookmark tool, enabling users to add icons on their dashboard that link directly to specified URLs. This feature provides quick access to frequently used applications, websites, or internal tools, enhancing workflow efficiency and personalization.

<div align="center" data-full-width="false"><figure><img src="/files/GXjRW0TcbZEuFYbEbOw4" alt="" width="234"><figcaption><p>App Widget in Widget Gallery</p></figcaption></figure> <figure><img src="/files/ut0xU0alBYaNPPU87Fsm" alt=""><figcaption><p>App Widget in use on a dashboard</p></figcaption></figure></div>

### How to Use the App Widget

To effectively incorporate the App Widget into your UniDeck dashboard:

1. **Add the Widget**:
   * Navigate to the Widget Gallery by clicking on the "Add more widgets" button located on your dashboard.
   * Search for "App Widget" or browse through the categories to locate it.
   * Drag and drop the App Widget onto your desired spot on the dashboard or click the "+Add" button associated with the widget.
2. **Configure the Widget**:
   * Upon adding, a configuration window will appear.
   * Enter the following details:
     * **Name**: Specify the display name for the widget.
     * **Address**: Input the URL you wish the widget to link to.
     * **Logo**: Paste URL to an icon or select "Use Default" to automatically fetch the site's favicon.
   * Save your settings to apply the configuration.
3. **Interact with the Widget**:
   * Click on the App Widget icon on your dashboard to open the linked URL in a new browser tab.
   * Rearrange the widget as needed by dragging it to your preferred location on the dashboard.

### Configuration and Specifications

The App Widget offers the following configuration options:

<table data-view="cards"><thead><tr><th align="center"></th><th></th></tr></thead><tbody><tr><td align="center"><strong>Name</strong></td><td>A mandatory field where you assign a title to the widget, aiding in quick identification.</td></tr><tr><td align="center"><strong>Address</strong></td><td>A mandatory field for the URL that the widget will link to. Ensure the URL is correct to avoid navigation issues.</td></tr><tr><td align="center"><strong>Logo</strong></td><td><ul><li><strong>Custom Logo</strong>: Paste URL to an an image file (e.g., PNG, JPEG) to represent the widget. Optimal dimensions are recommended for best display quality.</li><li><strong>Use Default</strong>: Enable this option to automatically retrieve and display the favicon associated with the provided URL.</li></ul></td></tr></tbody></table>

By utilizing the App Widget, you can streamline access to essential web resources directly from your UniDeck dashboard, tailoring your workspace to fit your unique workflow requirements.


---

# 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, and the optional `goal` query parameter:

```
GET https://ainur.gitbook.io/unideck-docs/reference-and-spec/widgets/app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
