> For the complete documentation index, see [llms.txt](https://calcom.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://calcom.gitbook.io/docs/how-to-guides/how-to-use-open-source-scheduling-infrastructure-with-hubspot.md).

# How to use open-source scheduling infrastructure with HubSpot

To use Cal.com with HubSpot, you only need two things:

1. You need to have an account on both platforms
2. You'll need to go to the [HubSpot app page](https://app.cal.com/apps/hubspot) and click the "Install" button ⬇

   <figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyNibeFQ1qOOqN7XFvVxC%2Fuploads%2FZIArEZV0IMZan4j6Q4fv%2Fimage.png?alt=media&#x26;token=ece01527-d4dc-407b-b4b0-37edeae96444" alt=""><figcaption></figcaption></figure>
3. After clicking the "Install" button, you will need to select the HubSpot account you want to use Cal.com with⬇

   <figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyNibeFQ1qOOqN7XFvVxC%2Fuploads%2Fh4Y373SVV7u7RcSt9lKy%2Fimage.png?alt=media&#x26;token=7f3ff1e2-498d-4614-bd4d-eaf1de01f7d1" alt=""><figcaption></figcaption></figure>
4. Then, you will need to give the listed permissions to Cal.com clicking the button "Connect app" in order to manage certain aspects of your account, in order to provide you with the functionality you are looking for. By the way, we are making our app official with HubSpot, so you will not be seeing the warning very soon ⬇

   <figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyNibeFQ1qOOqN7XFvVxC%2Fuploads%2FaI96CtBXA5rpw8uB8XZx%2Fimage.png?alt=media&#x26;token=3e9167a7-adab-4af0-ab1b-caf7abd60fb2" alt=""><figcaption></figcaption></figure>
5. Done! You will be redirected to Cal.com Installed Apps showing your newly installed app ready for you to take advantage of ⬇<br>

   <figure><img src="/files/0G1PwotQe6i1LBJEEpyE" alt=""><figcaption></figcaption></figure>


---

# 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://calcom.gitbook.io/docs/how-to-guides/how-to-use-open-source-scheduling-infrastructure-with-hubspot.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.
