> 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/features/overview.md).

# Overview

CloudSync provides powerful tools to keep your HR data synchronized with Microsoft 365.

***

## Sync Capabilities

### [Data Mapping](/features/data-mapping.md)

Map fields from your HR system to Microsoft 365 user attributes. Transform values, set defaults, and handle complex scenarios.

### [Scheduling](/features/scheduling.md)

Automate syncs with flexible scheduling. Run daily, weekly, or at custom intervals.

### [Monitoring](/features/monitoring.md)

Track sync progress in real-time. Get alerts when issues occur.

***

## Analysis & Visualization

### [Graph Visualization](/features/graph-visualization.md)

Explore relationships between users and groups visually. Understand your directory structure at a glance.

### [Reports](/features/reports.md)

Generate compliance and operational reports. Track sync health over time.

***

## Quick Comparison

| Feature             | What It Does                | When to Use                      |
| ------------------- | --------------------------- | -------------------------------- |
| Data Mapping        | Configure which fields sync | Initial setup, adding new fields |
| Scheduling          | Automate sync timing        | Set-and-forget operation         |
| Monitoring          | Watch sync progress         | Active troubleshooting           |
| Graph Visualization | See relationships           | Understanding structure          |
| Reports             | Generate documentation      | Compliance, analysis             |

***

## Next Steps

* [Data Mapping](/features/data-mapping.md) — Start with field configuration
* [Scheduling](/features/scheduling.md) — Set up automation
* [Getting Started](https://github.com/AOHWV/docs/blob/main/getting-started/README.md) — New to CloudSync?


---

# 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/features/overview.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.
