# SharePoint

## Add a <code class="expression">page.vars.VENDOR\_NAME</code> Connection <a href="#add-dropbox-as-a-remote-server" id="add-dropbox-as-a-remote-server"></a>

Adding a <code class="expression">page.vars.VENDOR\_NAME</code> connection is a two-step process. First, you save a new connection. After the connection is saved, you log into <code class="expression">page.vars.VENDOR\_NAME</code> to grant Mover access to your files.

Create a new Connection for your site, and select <code class="expression">page.vars.VENDOR\_NAME</code> as the remote server type.

Provide a **Connection Label** so you can identify the connection in a list.

### Connect Your Account

Mover uses OAuth authentication to connect to your account. Once you have saved your connection in Mover, you can click the *Connect your Account* button to start the login process. By logging into the service with OAuth, your credentials are never saved by Mover.

## <code class="expression">page.vars.VENDOR\_NAME</code> is Not Case Sensitive

Be aware of case sensitivity differences when copying, moving, or syncing files and folders between connections. Copying items from a system which is not case sensitive to another that is case sensitive could result in 1 item being treated as 2 different ones, such as attempting to overwrite `MyFile.txt` with `myfile.txt` .&#x20;

In the other direction, copying from a case sensitive system to another that is not case sensitive can cause files to be overwritten, and folders to have their contents merged, if their case *insensitive* names are a match.


---

# 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://moverdocs.files.com/connections/sharepoint.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.
