# Scheduler

### Note: Using Rep.ai Scheduler with Outlook or Teams

There is a setting within Microsoft Outlook that must be turned *off* or it will add a duplicate online meeting link to each calendar event created by Rep.ai Scheduler.

Disabling this setting allows you to set your preferred meeting location/provider (Zoom, Teams, Meet, etc) in Rep.ai Scheduler per event type.

If you do not turn this setting off, you will likely have both your Rep.ai Scheduler option and a Microsoft Teams/Skype meeting link in each meeting created through the Rep.ai Scheduler.

In Outlook, go to Settings > Calendar > Events and invitations

Uncheck the box next to "Add online meeting to all events"

<figure><img src="/files/2X5ZiajkudaiK2CLLMiV" alt=""><figcaption><p>Screenshot of setting to un-check in Microsoft Office 365</p></figcaption></figure>

<figure><img src="/files/7B3UT1RnZZPnp8YGzwyf" alt=""><figcaption><p>Screenshot of setting to un-check in Microsoft Outlook</p></figcaption></figure>

### Embed Scheduler

You can embed the Rep.ai Scheduler on your website by using `iFrames`.

Here's an example of how you can add Rep.ai Scheduler to your site.

```
<iframe src="https://rep.ai/daniel" width="500px" height="500px"></iframe>
```


---

# 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://docs.rep.ai/troubleshooting/scheduler.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.
