> For the complete documentation index, see [llms.txt](https://docs.cloudscaff.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudscaff.com/accessing-the-system/installing-the-moble-app.md).

# Installing the Moble App

## How to Use Cloudscaff as a Mobile App

***

## Android Devices

### **How to Install Cloudscaff on your Android Device Using Chrome**

### **Open Google Chrome**

On your Android phone or tablet, open the **Chrome browser**.

### **Visit the Cloudscaff Web App**

* In the Chrome address bar, type: [**`https://app.cloudscaff.com`**](https://app.cloudscaff.com/)
* Press **Enter** to open the Cloudscaff app page.

### **Open the Chrome Menu**

Tap the **three dots** (⋮) in the **top-right corner** of the screen to open the Chrome menu.

<div align="left" data-with-frame="true"><figure><img src="/files/DQvBQ7UygT8QXmvNJIUL" alt="" width="270"><figcaption></figcaption></figure></div>

### **Select “Install App”**

Scroll through the menu options until you find **“Install app”** and tap it.

<div align="left" data-with-frame="true"><figure><img src="/files/3VKbBMtBtNJblriLalMD" alt="" width="270"><figcaption></figcaption></figure></div>

### **Confirm Installation**

* A pop-up will appear asking to install **Cloudscaff**.
* Tap **Install** to confirm.

<div align="left" data-with-frame="true"><figure><img src="/files/cUG2Y1gVJFUilTIaWDM7" alt="" width="270"><figcaption></figcaption></figure></div>

### **Launch Cloudscaff**

* Once installation is complete, the **Cloudscaff app icon** will appear on your **home screen** or **app drawer**.
* Tap it to open Cloudscaff directly like any other mobile app.

***

## Apple Devices

### **How to Install Cloudscaff on your iPhone Using Safari**

### **Open Safari on your iPhone**

On your iPhone, open the **Safari browser**.

### **Visit the Cloudscaff Web App**

* In Safari’s address bar, type: [**`https://app.cloudscaff.com`**](https://app.cloudscaff.com/)
* Press **Go** to open the Cloudscaff app page.

### **Open the Share Menu**

At the **bottom center** of the Safari screen, tap the **Share icon** (a square with an upward arrow).

<div align="left" data-with-frame="true"><figure><img src="/files/AbHxv5h8tu7800kZX5XM" alt="" width="188"><figcaption></figcaption></figure></div>

### **Select “Add to Home Screen”**

Scroll down through the options until you find **“Add to Home Screen”** and tap it.

<div align="left" data-with-frame="true"><figure><img src="/files/UykOT2y5UybHEe9xWa8Y" alt="" width="188"><figcaption></figcaption></figure></div>

### **Confirm Installation**

* You’ll see a preview of the Cloudscaff app icon and name.
* Tap **Add** in the **top-right corner** of the screen.

<div align="left" data-with-frame="true"><figure><img src="/files/JeEuA8Rox0dsGukWncmP" alt="" width="188"><figcaption></figcaption></figure></div>

### **Launch Cloudscaff**

* The **Cloudscaff icon** will now appear on your **Home Screen**.
* Tap it anytime to open Cloudscaff directly as a mobile app.


---

# 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://docs.cloudscaff.com/accessing-the-system/installing-the-moble-app.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.
