# Microsoft SharePoint 2013

The SharePoint 2013 connector can be used to integrate with various apps in SharePoint 2013.

#### Configuration <a href="#configuration" id="configuration"></a>

* **Url**: Url to SharePoint site. Note that subsite must be specified in the url if applicable. E.g. *<http://servername/subsite>*
* **Domain**: Domain any user that connectors to SharePoint is a member of
* **Global runtime user**: If specified, this is the user any Flow that uses this connector will connect to SharePoint with. Leave empty for per-user usage
* **Global runtime password**: If specified, this is the password related to Global runtime user


---

# 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://help.novacuraflow.com/6.12/development/flow-studio/connectors/business-systems/microsoft-sharepoint-2013.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.
