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

# Getting Started

Welcome to CloudSync. This guide walks you through everything you need before deploying your VM from the Azure Marketplace.

{% stepper %}
{% step %}
[**Prerequisites**](/getting-started/01-prerequisites.md)

Verify you have an active Azure subscription, a CloudSync license key, and a domain you control.
{% endstep %}

{% step %}
[**Step 1 — App Registration**](/getting-started/02-app-registration.md)

Set up an Azure App Registration with the required Microsoft Graph permissions and a client secret.
{% endstep %}

{% step %}
[**Step 2 — Azure Marketplace**](/getting-started/03-deploy.md)

Find CloudSync in the Azure Marketplace and deploy your VM.
{% endstep %}

{% step %}
[**Step 3 — DNS**](/getting-started/04-dns.md)

Add an A record pointing your subdomain to the VM's public IP address.
{% endstep %}

{% step %}
[**Step 4 — First Login**](/getting-started/05-first-login.md)

SSH into your VM and complete the setup wizard with your App Registration ID, client secret, and license key.
{% endstep %}

{% step %}
[**Step 5 — Redirect URI**](/getting-started/06-redirect-uri.md)

Return to your App Registration and add the OAuth redirect URI for your domain.
{% endstep %}
{% endstepper %}

***

## Managing Your Instance

See [Managing Your Instance](/getting-started/07-managing-your-instance.md) for information on status, logs, restarts, and updates.

***

## Need Help?

Contact support at **<support@aohwv.dev>** or visit the [CloudSync documentation](https://docs.aohwv.dev).


---

# 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:

```
GET https://docs.aohwv.dev/getting-started/readme.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.
