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

# HubSpot

This guide shows you how to connect Wonderchat with HubSpot, enabling seamless syncing of leads collected by your chatbot into your HubSpot CRM. Improve efficiency by automating contact creation and lead management directly from your chatbot interactions.

***

## Step 1: In the homepage's left panel, go to "Settings"

<figure><img src="/files/qcaaTfApdzgsI3u8CVmv" alt=""><figcaption><p>Go to <strong>"Settings"</strong></p></figcaption></figure>

## Step 2: Navigate under "Integrations" tab

<figure><img src="/files/WwcSm4CPFltUIl7XoNTQ" alt=""><figcaption><p>Go under <strong>"Integrations"</strong> tab</p></figcaption></figure>

## Step 3: Under HubSpot Integration, click "Connect"

<figure><img src="/files/IyEEUx9qImgEaEg6TAM0" alt=""><figcaption><p>Click <strong>"Connect"</strong></p></figcaption></figure>

## Step 4: Login to HubSpot

<figure><img src="/files/H3X7vGCdnIkvsGC8Jpmq" alt=""><figcaption><p>Sign in to your HubSpot account</p></figcaption></figure>

## Step 5: Choose the account you want to connect to Wonderchat

<figure><img src="/files/k1gimPHPhyUcnyFOkg6H" alt=""><figcaption><p>Sample of HubSpot account selection page</p></figcaption></figure>

## Step 6: Allow Permission to Connect App

<figure><img src="/files/Cuh3pNoNrMllVLMxAItk" alt=""><figcaption><p>Click on "<strong>Connect App</strong>"</p></figcaption></figure>

## Step 7: Successful Connection

Once connected, all names and emails entered into your Wonderchat bot, which are visible in the **Chatlogs**, will be instantly added to your HubSpot contact list.

***

## Additional Guidance: How to Sync HubSpot Contacts

{% content-ref url="/pages/9eNIr8z3sUq9JW6daTeA" %}
[Adding Wonderchat Tags to HubSpot](/integration-guides/hubspot/adding-wonderchat-tags-to-hubspot.md)
{% endcontent-ref %}

***

If you have any more questions, feel free to reach out to us at <mark style="color:purple;">**<support@wonderchat.io>**</mark>


---

# 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.wonderchat.io/integration-guides/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.
