# Showcase

### iOS, Android

[Official Raindrop.io mobile app](https://github.com/raindropio/mobile) (Open source, JS, React Native, Redux)

{% hint style="info" %}
Currently, Raindrop.io mobile apps use a private API, but the methods and their parameters are almost equal to the ones described in this documentation
{% endhint %}

### Plugins

[Alfred Workflow](https://www.packal.org/workflow/search-raindropio) by Andreas Westerlind


---

# 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://developer.raindrop.io/more/showcase.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.
