# RealMigrator

## RealMigrator

- [RealMigrator Documentation](https://docs.realmigrator.com/readme.md)
- [Introduction](https://docs.realmigrator.com/introduction.md)
- [Beginning](https://docs.realmigrator.com/beginning.md)
- [Server Configuration](https://docs.realmigrator.com/beginning/serverconfig.md)
- [Sidebar](https://docs.realmigrator.com/beginning/sidebar.md)
- [Binaries](https://docs.realmigrator.com/beginning/binaries.md)
- [Client Executables](https://docs.realmigrator.com/client-executables.md)
- [client.exe](https://docs.realmigrator.com/client-executables/clientexe.md)
- [chaiCmd.exe](https://docs.realmigrator.com/client-executables/chaicmdexe.md)
- [rmService.exe](https://docs.realmigrator.com/client-executables/rmserviceexe.md)
- [Modules](https://docs.realmigrator.com/modules.md)
- [Module Configuration](https://docs.realmigrator.com/modules/module-configuration.md)
- [Inventory](https://docs.realmigrator.com/modules/inventory.md)
- [File](https://docs.realmigrator.com/modules/file.md)
- [PST](https://docs.realmigrator.com/modules/pst.md)
- [Custom](https://docs.realmigrator.com/modules/custom.md)
- [Server](https://docs.realmigrator.com/modules/server.md)
- [Folder Lists](https://docs.realmigrator.com/modules/wellknownfolder.md)
- [Own Blob Storage](https://docs.realmigrator.com/modules/blobstorage.md)
- [Groups](https://docs.realmigrator.com/groups.md)
- [Groups General Overview](https://docs.realmigrator.com/groups/generaloverview.md)
- [Groups Configurations](https://docs.realmigrator.com/groups/configurations.md)
- [Clients Menu](https://docs.realmigrator.com/clientmenu.md)
- [Overview](https://docs.realmigrator.com/clientmenu/overview.md)
- [Client Information](https://docs.realmigrator.com/clientmenu/client-information.md)
- [Module Information](https://docs.realmigrator.com/clientmenu/module-information.md)
- [Reporting](https://docs.realmigrator.com/reporting.md)
- [Reporting](https://docs.realmigrator.com/reporting/overview.md)
- [Customize Reports](https://docs.realmigrator.com/reporting/customize-reports.md)
- [Recipes](https://docs.realmigrator.com/recipes.md)
- [Group based actions](https://docs.realmigrator.com/recipes/group_based_actions.md)
- [Time based actions](https://docs.realmigrator.com/recipes/time_based_actions.md)
- [Set bandwidth](https://docs.realmigrator.com/recipes/set_bandwidth.md)
- [Dump Config](https://docs.realmigrator.com/recipes/dump_settings.md)
- [Remove PSTs](https://docs.realmigrator.com/recipes/remove_pst.md)
- [Server Module Scripting](https://docs.realmigrator.com/recipes/server_module_custom.md)
- [Self Service](https://docs.realmigrator.com/recipes/selfservice.md)
- [ChaiScript Reference](https://docs.realmigrator.com/script.md)
- [ChaiScript Overview](https://docs.realmigrator.com/script/chaiscript.md)
- [GK Script Object Reference](https://docs.realmigrator.com/script/reference.md)
- [Module Reference](https://docs.realmigrator.com/script/reference/module.md)
- [HTTP Reference](https://docs.realmigrator.com/script/reference/http.md)
- [Web Browser](https://docs.realmigrator.com/script/reference/browser.md)
- [File System](https://docs.realmigrator.com/script/reference/filesystem.md)
- [Graph Reference](https://docs.realmigrator.com/script/reference/graph-reference.md)
- [MS Graph Authentication](https://docs.realmigrator.com/script/reference/graph-auth.md)
- [Hash Reference](https://docs.realmigrator.com/script/reference/hash.md)
- [Registry Reference](https://docs.realmigrator.com/script/reference/registry.md)
- [COM](https://docs.realmigrator.com/script/reference/com.md)
- [Self Update Reference](https://docs.realmigrator.com/script/reference/self-update.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.realmigrator.com/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.
