# Calendly

This guide covers the steps to adding a single Calendly calendar link. If you'd like to route to different event types based on some form inputs from the visitor, you can embed a [Calendly Routing Form](https://calendly.com/features/routing) following the same general steps below.&#x20;

### Personal Access Token

A token is needed to capture the name and email booked from the Calendly widget into our system.

{% embed url="<https://app.arcade.software/share/EiwdaoZFTT17eBAdi7ie>" %}

Follow the steps here to generate one within Calendly:

* Go to the [Integrations Page](https://calendly.com/integrations)
* Select the [API & Webhooks tile](https://calendly.com/integrations/api_webhooks)
* If you have no prior personal access tokens, select Get a token now under Personal Access Tokens.
* If you already have a token, select Generate new token under Your personal access tokens.
* At Create your personal access token, create an identifiable name for your token and select Create Token, then Copy token.

### Embed Snippet

{% embed url="<https://app.arcade.software/share/sE8vS94meDVt9x2ZQlXj>" %}

Once you have the token, follow the steps provided in the video and add it to [Salesmonk Dashboard](https://app.salesmonk.ai/settings?tab=link-calendar).


---

# 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.salesmonk.ai/integrations/calendars/calendly.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.
