> 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/login/login-to-cloudscaff-microsoft-sign-in.md).

# Login to Cloudscaff (Microsoft Sign-In)

## Purpose

To help users securely log in to Cloudscaff using their existing Microsoft account without creating or managing additional login credentials.

***

## How to Access the Login Page

1. Open a web browser on your **mobile, desktop, or laptop**.
2. Enter the following URL in the address bar or click the link directly: <https://app.cloudscaff.com/login>
3. You will be redirected to the Cloudscaff login page.

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

***

## Logging In with Microsoft

* On the Cloudscaff login page,&#x20;
* Leave the **Email address** and **Password** input fields blank

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

* Click **Continue with Microsoft**.

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

* You will be redirected to the Microsoft sign-in page.

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

* Enter your **existing Microsoft email address and password**.
* Complete any Microsoft security prompts if required.
* Once authenticated, you will be logged in to Cloudscaff automatically.

{% hint style="success" %}
Your Cloudscaff account has already been created, so there is no need to manually enter or register any details.
{% endhint %}

***

## After You’ve Logged In

* Please confirm with your account admin once you have successfully logged in.
* After confirmation, your account will be added to the **relevant branches and sites** in the system.

***

## Troubleshooting

If you experience any issues:

* Ensure you are using the correct Microsoft email address.
* Check that you are signed in to the correct Microsoft account if you have multiple accounts.
* Try refreshing the page or using a different browser.

If the issue persists, please contact support or reply to confirm what error message you are seeing.

***

## Next Steps

Once access is confirmed:

* You will be assigned to the appropriate branches.
* You can begin using Cloudscaff based on your assigned role and permissions.


---

# 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/login/login-to-cloudscaff-microsoft-sign-in.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.
