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

# Platform Guides

- [Overview](https://docs.movebot.io/platform-guides/overview.md): Movebot supports all of the major data platforms, learn about the details of them in relation to data migrations and Movebot
- [Google](https://docs.movebot.io/platform-guides/google.md): Learn about transferring data in and out of the Google Platform
- [SharedWithMe content](https://docs.movebot.io/platform-guides/google/sharedwithme-content.md): Learn about the ShareWithMe option when Google is the source.
- [Sharing and Ownership](https://docs.movebot.io/platform-guides/google/sharing-and-ownership.md): Learn about Sharing and Ownership within Google Drive platforms.
- [Performance and Limits](https://docs.movebot.io/platform-guides/google/performance-and-limits.md): Learn about performance limitations with Google Drive.
- [Deduplication of files/folders](https://docs.movebot.io/platform-guides/google/deduplication-of-files-folders.md): Learn how Movebot deals with deduplication of content in Google
- [Delegating Domain Wide Authority](https://docs.movebot.io/platform-guides/google/delegating-domain-wide-authority.md): Connect Google Workspace to Movebot with a Client ID and domain-wide delegation
- [Mail ingestion methods](https://docs.movebot.io/platform-guides/google/mail-ingestion-methods.md): Movebot has two options for mail ingestion for Google Workspace Accounts
- [SharePoint](https://docs.movebot.io/platform-guides/sharepoint.md)
- [Granting OneDrive Access](https://docs.movebot.io/platform-guides/sharepoint/granting-onedrive-access.md): Learn about granting OneDrive access for SharePoint migrations.
- [Custom Column Metadata](https://docs.movebot.io/platform-guides/sharepoint/custom-column-metadata.md)
- [SharePoint Ludicrous Mode](https://docs.movebot.io/platform-guides/sharepoint/sharepoint-ludicrous-mode.md)
- [SharePoint API Limits](https://docs.movebot.io/platform-guides/sharepoint/sharepoint-api-limits.md)
- [SharePoint Performance Expectations](https://docs.movebot.io/platform-guides/sharepoint/sharepoint-performance-expectations.md)
- [Granting access to all sites using SharePoint API in GCC High tenants](https://docs.movebot.io/platform-guides/sharepoint/granting-access-to-all-sites-using-sharepoint-api-in-gcc-high-tenants.md): Learn about granting Movebot access to all SharePoint sites in GCC High tenants by using Microsoft PowerShell.
- [Windows Fileservers](https://docs.movebot.io/platform-guides/windows-fileservers.md)
- [Server Requirements](https://docs.movebot.io/platform-guides/windows-fileservers/server-requirements.md): Learn about requirements for connecting Movebot to file servers.
- [Proxy Configuration](https://docs.movebot.io/platform-guides/windows-fileservers/proxy-configuration.md): Learn about working with proxy configuration for file servers.
- [Non-GUI Environments](https://docs.movebot.io/platform-guides/windows-fileservers/non-gui-environments.md): Learn about connecting the Movebot agent in a Non-GUI enivronment
- [Running the Movebot Agent as a Service](https://docs.movebot.io/platform-guides/windows-fileservers/running-the-movebot-agent-as-a-service.md): Learn how to run the Movebot Agent as a Service for file server transfers.
- [Logging and Debugging](https://docs.movebot.io/platform-guides/windows-fileservers/logging-and-debugging.md): Learn about logging and debugging with regards to Windows file servers.
- [Windows 2012 R2 Guide](https://docs.movebot.io/platform-guides/windows-fileservers/windows-2012-r2-guide.md): Learn how to setup the windows agent on Windows 2012 R2.
- [Windows 2008 R2 Guide](https://docs.movebot.io/platform-guides/windows-fileservers/windows-2008-r2-guide.md): Learn how to setup the windows agent on Windows 2008 R2.
- [Dropbox](https://docs.movebot.io/platform-guides/dropbox.md)
- [Namespaces and Limitations](https://docs.movebot.io/platform-guides/dropbox/namespaces-and-limitations.md): Learn about Namespaces and Limitations in Dropbox.
- [Others](https://docs.movebot.io/platform-guides/others.md)
- [Exchange Web Services (EWS)](https://docs.movebot.io/platform-guides/others/exchange-web-services-ews.md)
- [How to disable EWS throttling](https://docs.movebot.io/platform-guides/others/exchange-web-services-ews/how-to-disable-ews-throttling.md): Instructions to disable EWS throttling using your Microsoft 365 account


---

# 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.movebot.io/platform-guides.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.
