> 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/internet-browser.md).

# Internet Browser

## How to Use Cloudscaff in Your Internet Browser

### **Open Your Preferred Web Browser**

* On your computer or mobile device, open any modern web browser — such as **Chrome**, **Safari**, **Edge**, or **Firefox**.
* Ensure you have a stable internet connection, as Cloudscaff operates in real-time.

### **Visit the Cloudscaff Website**

In the browser’s address bar, type: [**`https://cloudscaff.com/`**](https://cloudscaff.com/)

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

Press **Enter** to open the Cloudscaff homepage.

### **Navigate to the Login Page**

Once the homepage loads, look at the **top-right corner** of the screen.

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

Click the **“Login”** button.

<div align="left" data-with-frame="true"><figure><img src="/files/7kWVwNPrKTrz6W2dSZ7W" alt=""><figcaption></figcaption></figure></div>

### **Login to Cloudscaff**

You will be redirected automatically to the Cloudscaff login portal at: [**`https://app.cloudscaff.com/login`**](https://app.cloudscaff.com/login)

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

### **Sign In to Your Account**

Enter your **email and password** to sign in.

After signing in, you’ll have full access to Cloudscaff directly from your browser — no installation required.

### **(Optional) Bookmark for Easy Access**

To make future logins faster, bookmark the page:

**On Chrome/Safari/Edge:** Press **Ctrl + D** (Windows) or **Command + D** (Mac).\
This will save Cloudscaff to your browser bookmarks for one-click access next time.


---

# 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/internet-browser.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.
