> ## Documentation Index
> Fetch the complete documentation index at: https://docs.varios-ai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Microsoft 365

> The Microsoft 365 connector enables integration with various Microsoft 365 services such as SharePoint, OneDrive, and Office applications. With this connector, you can access documents, edit them, and retrieve information from your Microsoft 365 environment.

## Options

<ParamField body="entitytypes" type="string" default="driveItem,listItem">
  The entity types to be searched. Possible values:

  * driveItem (OneDrive)
  * message (Outlook emails)
  * listItem (SharePoint)
  * chatMessage (Teams messages)

  Multiple values can be specified, separated by commas. Ideally one value per connector.
</ParamField>

<ParamField body="excludeWebUrlPart" type="string">
  An optional string that should be excluded from the web URLs of the results.
</ParamField>

## Arguments

<ParamField body="searchterm" type="string" required>
  The prompt for the LLM to populate the argument for the search term.

  Example for Outlook emails:

  ```
  One or multiple searchterms for the search in german language. Use valid Microsoft Graph Keyword Query Language (KQL) format if possible.
  ```
</ParamField>
