> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/private-panels/integrations/ms-outlook-integration.md).

# MS Outlook integration

The Microsoft Outlook integration will enable you to connect to Outlook Calendar & MS Teams to create and manage meetings/sessions for each respondent, and make a unique link for each session that you create for a respondent. Note, this integration is unique for each user.

{% stepper %}
{% step %}
Navigate to **User Settings Integrations** in your profile dropdown.
{% endstep %}

{% step %}
Click **Connect** next to **Outlook Calendar & MS Teams**.

![](/files/1d0663c15723e5465435c0e018f9ce687baed28e)
{% endstep %}

{% step %}
You will be prompted to sign in to your Microsoft account

![](/files/55047be4627a765491bcfeeacb656aec0a29bf91)
{% endstep %}

{% step %}
After you have successfully signed in to your account, you should see a disconnect button available in <https://app.dscout.com/panels-ui/me>. This will confirm you successfully connected.
{% endstep %}

{% step %}
Within your study, under **Scheduling Scheduling Settings**, you can set **Global Location** to MS Teams. This will create a unique link for each session that you create for a respondent.

![](/files/a0f7bfa79a0529c4c91ff10089230be7ba2dbe0d)
{% endstep %}
{% endstepper %}

## OAuth Scopes

For **Log in with Microsoft** we request these scopes: `openid profile offline_access user.read`

For the **Outlook Calendar** integration, we request these scopes: `calendars.readwrite`

{% hint style="info" %}
**Note:** Private Panels was previously managed outside of Dscout, so you may see a different logo and URL in some places. If you have any questions, contact <support@dscout.com>.
{% endhint %}


---

# 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://help.dscout.com/private-panels/integrations/ms-outlook-integration.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.
