# Get Started

Spinym is available as an App, mobile web app, and desktop.

### Android

The simplest way to get started is by downloading the app from the Play Store [here](https://spinym.com/android)

Alternatively, you can also install the APK directly from other sources as [APKPure](https://apkpure.com/spinym-anonymous-questions-feedback/com.spinym.app). Note these releases are pulled from the Play Store and are not official.

### iOS

Download the app from the App Store [here](https://spinym.com/ios)

### Web

To use our web version, head over to [spinym.com/app](https://spinym.com/app)

{% hint style="success" %}
After opening the app, learn how to use Spinym with our **What-Is** & **How-To** Series
{% endhint %}


---

# 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.spinym.com/get-started.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.
