> For the complete documentation index, see [llms.txt](https://help.getupnote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getupnote.com/resources/widgets-for-mobile-apps.md).

# Widgets for mobile apps

UpNote supports widgets on **iOS and Android**, allowing you to access your notes quickly from your home screen. Widgets help you stay organized by giving you fast access to recent notes, pinned notes, or your note list.&#x20;

***

UpNote offers several widget types on iPhone, iPad and Android:

#### **Quick Action Widget**

The **Quick Actions** widget gives you fast shortcuts to create different types of notes.\
You can quickly:

* Create a new note
* Add a new task
* Insert an image
* Take a photo
* Add a drawing

<div align="left"><figure><img src="/files/I5qr3riBBQuRsn43UkAy" alt="" width="375"><figcaption></figcaption></figure></div>

You can also choose where new notes should be saved, such as:

* **All Notes**
* A specific **Tag**
* A specific **Notebook**

This widget is ideal for capturing ideas or tasks instantly.

***

#### **Notes List Widget**

ou can customize the list to show notes from:

* **All Notes**
* **Quick Access**
* A specific **Notebook**
* A specific **Tag**
* A **Filter**

From this widget, you can:

* Quickly open any note
* Search for a note
* Create a new note directly in the selected location

<div align="left"><figure><img src="/files/pDfoEtExgX6FzonOHm3N" alt="" width="339"><figcaption></figcaption></figure></div>

**Customize the Note List Location:**

1. Long tap the widget.
2. Tap **Edit Widget**.
3. Select the desired location (filter, notebook, or tag).

***

#### **Single Note Widget**

Shows a specific note content, so you can use it as a shortcut to your note.

<div align="left"><figure><img src="/files/9KXkZ0KjZ6aHcCkJB0nG" alt="" width="347"><figcaption></figcaption></figure></div>

***

#### **How to Add a Widget on iOS**

1. Long-press your home screen and tap the **Edit** button in the upper-left corner.
2. Select **Add Widget**
3. Search for **UpNote** in the widget list.
4. Choose a widget size and type.
5. Tap **Add Widget**, then configure it if needed (e.g., select a notebook, tag, or note).

***

#### **How to Add a Widget on Android**

1. Long-press your home screen and tap **Widgets**.
2. Find **UpNote** in the list.
3. Choose a widget size and type.
4. Drag and drop the widget to your home screen.
5. Configure it if needed (choose a note or notebook).


---

# 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://help.getupnote.com/resources/widgets-for-mobile-apps.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.
