> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/getting-started/mobile-apps.md).

# Mobile Apps

Adding the SalonRunner app to your phone and/or tablet will give you easy access to get logged into your responsive SalonRunner.

[![Download App Store](/files/28d9dc6966599267a4ddedd904273e0538b40a5b)](https://apps.apple.com/us/app/salonrunner/id1431887495) [![Google Play](/files/95a11ae33a262745672101d6dbfde3ed00f82be4)](https://play.google.com/store/apps/details?id=com.webappclouds.rosyapp)

**OR**

## Save a Web Shortcut to your Mobile Device's Homescreen

{% tabs %}
{% tab title="Apple Products" %}
{% stepper %}
{% step %}

### Go to SalonRunner

From Safari, go to [**app.salonrunner.com**](http://app.salonrunner.com/).
{% endstep %}

{% step %}

### Select the Share Icon

![Safari share icon](/files/12bbcd4997415c35a8d953fbc1f9b5aeca710b91)
{% endstep %}

{% step %}

### Click **Add to Home Screen**

![Add to Home Screen](/files/05198992864aed6d4910003ddd1e04f5c149350b)
{% endstep %}

{% step %}

### Name the app and click **Add**

![Name app and Add](/files/2fc674d3bd1cccb926afcf1719381f60ea9f0d9b)
{% endstep %}
{% endstepper %}
{% endtab %}

{% tab title="Android Products" %}
{% stepper %}
{% step %}

### Go to SalonRunner

From your Chrome App, go to [**app.salonrunner.com**](http://app.salonrunner.com/).
{% endstep %}

{% step %}

### Select the 3 dots

Select the 3 dots in the bottom, right corner.

![3 dots button](/files/0a2eafce3c6779a6e0570c5a1d14cab32f3abab9)
{% endstep %}

{% step %}

### Select **Add to Home Screen**

Select **Add to Home Screen** from the list.
{% endstep %}

{% step %}

### Click **Add**

{% endstep %}
{% endstepper %}
{% endtab %}
{% endtabs %}


---

# 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, and the optional `goal` query parameter:

```
GET https://support.rosysalonsoftware.com/getting-started/mobile-apps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
