# Share extension on Android

UpNote supports the Android **Share Extension**, allowing you to quickly send images, web links, or selected text directly to UpNote from other apps. This makes it easy to capture information and save it to your notes with just a few taps.

> **Note:** On Android, you can share **web links only**—sharing the **full web page content** is not currently supported.

***

### Share a Web Link

1. Open a web page in **Chrome**.
2. Tap the **More (⋮)** button in the upper-right corner.
3. Tap **Share** from the dropdown list.
4. If you see the **UpNote icon** in the share row, tap it to share directly.
5. If not, tap **More** and select **UpNote** from the full app list.
6. Add optional details to your note, then tap **Done** to share it to UpNote.

***

### Share Selected Text

1. Select the text you want to share.
2. Tap the **Share** button in the pop-up menu.
3. Choose **UpNote** from the app list.
   * If UpNote doesn’t appear, tap **More** and select **UpNote** from the list.
4. Add optional details to your note, then tap **Done** to complete the sharing process.


---

# 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://help.getupnote.com/import-and-export/web-clipper/share-extension-on-android.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.
