# Other Connectors

- [SFTP Server](https://docs.movebot.io/connections/other-connectors/sftp-server.md): Learn how to connect to an SFTP server
- [WebDAV](https://docs.movebot.io/connections/other-connectors/webdav.md): Learn how to connect to a WebDAV server
- [Google Drive (Personal)](https://docs.movebot.io/connections/other-connectors/google-drive-personal.md): Learn how to connect to a personal user's Google Drive account.
- [Dropbox Personal](https://docs.movebot.io/connections/other-connectors/dropbox-personal.md): Learn how to connect to a personal Dropbox account.
- [SharePoint Online via Delegate Access](https://docs.movebot.io/connections/other-connectors/sharepoint-online-via-delegate-access.md): Learn how to connect to SharePoint online (Office 365)
- [Google Workspace via internal marketplace application](https://docs.movebot.io/connections/other-connectors/google-workspace-via-internal-marketplace-application.md): An alternative way to connect to a Google Workspace account to Movebot using an internal marketplace application
- [Exchange Online via Restricted EWS Application (RBAC Scoping)](https://docs.movebot.io/connections/other-connectors/exchange-online-via-restricted-ews-application-rbac-scoping.md): An alternative way to connect to Exchange Online using scoped RBAC permissions instead of granting organization-wide mailbox access.
- [SharePoint Online via Restricted Application Access](https://docs.movebot.io/connections/other-connectors/sharepoint-online-via-restricted-application-access.md): An alternative way to connect to SharePoint Online using site-scoped application permissions instead of granting organization-wide SharePoint access.
- [SharePoint via Application Access](https://docs.movebot.io/connections/other-connectors/sharepoint-via-application-access.md): Learn how to connect to SharePoint online via Application Access


---

# Agent Instructions: 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.movebot.io/connections/other-connectors.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.
