> For the complete documentation index, see [llms.txt](https://jkosem.gitbook.io/ipfs-mobile-guidelines/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jkosem.gitbook.io/ipfs-mobile-guidelines/application-survey/mobile-sharing-interaction/android-sharing.md).

# Android sharing

![](/files/-M4V6SuYQW1EQpKbMyWp)

The user starts in the photo gallery to choose the photo they would like to share.

‌When the photo is selected, it opens in a light-box, and the user has the options to share, use the Google Lens application to edit or add filters, and delete.

‌The user has several options when choosing the share. Most interesting is the option to "type a name, phone number, or email" which means the user can use typeahead search to find the contact and contact type quickly regardless of type. Frequently used contacts are shown which they can tap and send to directly. Alternately, they can select options such as "Create a link," "Shared album," etc. and using various messaging apps.

Android still features the ability to share directly via Bluetooth. This needs to be confirmed by first turning on Bluetooth if it isn't already, as well as pairing devices which differ from device to device.

![](/files/-M4VEKJbjRydM5CIGkYC)

The user then encounters a prompt to add to a shared album which would then be shared once created and then the user has to invite additional users to that shared album.

![](/files/-M4V6gnwmwwdeLYpZajZ)

If the user shares with Messages, they are prompted to select an existing message. If there are none, the only other option is to create a new message or cancel. After creating a message, which is perhaps the most common use pattern, they enter contacts or can add a group.


---

# 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:

```
GET https://jkosem.gitbook.io/ipfs-mobile-guidelines/application-survey/mobile-sharing-interaction/android-sharing.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.
