> For the complete documentation index, see [llms.txt](https://docs.bunny.com/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bunny.com/guide/advanced-guides/integrations/hubspot.md).

# HubSpot

{% hint style="info" %}
Note that this integration does not make use of HubSpot's own quoting and subscriptions. The quotes and subscriptions exist in Bunny only.
{% endhint %}

## Requirements

* Admin access to HubSpot.
* Admin access to a Bunny instance.

## Installation

Installation of the Bunny App in your HubSpot account is done directly in Bunny. Login or [Signup here](https://bunny.com/sign-up) to start installation.

## Configure the HubSpot integration in Bunny

<figure><img src="/files/HZC5q4t6eozA7lhEDJ0w" alt=""><figcaption><p>HubSpot integration configuration</p></figcaption></figure>

* Switch the **Enabled** slider to on and then Save the integration.
* Finally click the **Authorize with App** button and confirm access to authenticate using your HubSpot account from Bunny.

## Configuring HubSpot

In order for Bunny quotes and subscriptions to show up in HubSpot, you have to go through a number of manual steps first. We are going to add two new tabs: Bunny quotes and Bunny subscriptions.

### Adding the Bunny quotes tab

Go to **Companies** and select a company. Then click the **Customize** link at the top.

<figure><img src="/files/3OHxRqON4J6m0wr4Ifvs" alt=""><figcaption></figcaption></figure>

Select **Default view**.

<figure><img src="/files/I1uI4Dnv4uGV3f1NMPxW" alt=""><figcaption></figcaption></figure>

Click the + sign to add a new tab.

<figure><img src="/files/dn1cJY3Mx3myh46BKB9m" alt=""><figcaption></figcaption></figure>

Name the tab "Bunny quotes".

<figure><img src="/files/ml7M7XT5VVQlm7cdKUOk" alt=""><figcaption></figcaption></figure>

After you have saved the tab, click the **Add card** button.

<figure><img src="/files/ntrvMkurAoE7OrPmfVWw" alt=""><figcaption></figcaption></figure>

Click the **Card library** tab and search for Bunny. Then add the **Bunny Quotes** card.

<figure><img src="/files/XGflDowYTYWu5LQ1rrwD" alt=""><figcaption></figcaption></figure>

After adding the card, it will appear is the first card on the **Bunny quotes** tab you just created. Now click **Save and exit**.

<figure><img src="/files/1gRfcUXGG9rXKDgl1dhC" alt=""><figcaption></figcaption></figure>

This takes you back to the Company form where you can see the **Bunny quotes** tab.

<figure><img src="/files/MlwkKOk42E6ORJuvvB7Z" alt=""><figcaption></figcaption></figure>

### Adding the Bunny subscriptions tab

Follow the exact same steps as for Bunny quotes, but use Bunny subscriptions instead.


---

# 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://docs.bunny.com/guide/advanced-guides/integrations/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.
