> 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/calendly-integration.md).

# Calendly integration

The Calendly integration will enable you to connect to Calendly to create and manage meetings/sessions for each respondent. Note, this integration is shared for an entire account.

{% stepper %}
{% step %}
Navigate to **Settings Integrations.**
{% endstep %}

{% step %}
Click + **Connect** next to **Calendly Pro.**

![](/files/88fb7c1a068c17fb51b5c99c74ab63358387a594)
{% endstep %}

{% step %}
Sign in to your Calendly Pro account.

You will be prompted to sign in to your Calendly Pro account.
{% endstep %}

{% step %}
Confirm the integration is connected.

After signing in, you'll see the **Connect** button has updated to **Disconnect**, and a new field has been added under the button that denotes what role your Private Panels user has with the connected Calendly integration.

![](/files/caf2aa29eedc3231d369e6114a86e777b3017956)
{% endstep %}

{% step %}
Create and manage meetings/sessions for each respondent.

You can now create and manage meetings/sessions for each respondent in a study. To switch to using Calendly scheduling vs Private Panels scheduling, navigate to the study you'd like to schedule for, and click the **Scheduling** tab.
{% endstep %}

{% step %}
Change the scheduling tool to Calendly.

Under scheduling configuration, change **scheduling tool** from Private Panels to Calendly. This will change the scheduling for the whole study to use Calendly. You can also adjust the **Study Timezone**, the **Calendly User**, and the **Calendly Event Type** from this spot.

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

{% 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/calendly-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.
