# Features Survey

The applications explored in the survey were found to be spread across three main areas of use, messaging, posting or community boards, with some having all three and others only one.

|                                                                                                   | Messaging                                                                  | Posting                                                                                                                 | File sharing                                                                          |
| ------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| [**ManyVerse**](/ipfs-mobile-guidelines/application-survey/application-survey/manyverse.md)       | Straight forward messaging capabilities with FaceBook-style chat UI        | Users can write a public message to which they can post an image or text. Does not have support for other file formats. | File posting (images only) and transfer is done through chat or public post interface |
| [**Sharedrop.io**](/ipfs-mobile-guidelines/application-survey/application-survey/sharedrop.io.md) |                                                                            |                                                                                                                         | File transfer done through web UI requiring sending link or QR code                   |
| [**Status**](/ipfs-mobile-guidelines/application-survey/application-survey/status.md)             | Private direct messages with other users without request                   | Posting of messages to public chat rooms, no images or files supported                                                  | No native, in-app support, but can load dApps that can transfer files                 |
| [**FrostWire**](/ipfs-mobile-guidelines/application-survey/application-survey/frostwire.md)       |                                                                            |                                                                                                                         | Torrent UI featuring search, file and download management                             |
| [**uTorrent**](/ipfs-mobile-guidelines/application-survey/application-survey/utorrent-mobile.md)  |                                                                            |                                                                                                                         | No in-app search, can connect with desktop app, download and file management          |
| [**Haven**](/ipfs-mobile-guidelines/application-survey/application-survey/haven.md)               | Private direct messages with other users without request, no file transfer | Users can post items for sale which can include images, but users can not directly post images to each other            |                                                                                       |
| [**Fairdrop**](/ipfs-mobile-guidelines/application-survey/application-survey/fairdrop.md)         |                                                                            |                                                                                                                         | File transfer done through web UI requiring sending link                              |


---

# 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://jkosem.gitbook.io/ipfs-mobile-guidelines/application-survey/features-survey.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.
