> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chatling.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# HubSpot Integration

> Integrate with HubSpot and manage your contacts, companies, and tickets directly from your chatbot.

The HubSpot integration enables you to connect your Chatling chatbot to your HubSpot account, allowing you to automate and manage key CRM workflows directly within conversations.

With this integration, your chatbot can:

* Create support tickets
* Create, update, and retrieve contacts
* Create and update companies

This allows your team to capture leads, resolve issues, and enrich CRM data without leaving the chat interface.

<CardGroup cols={3}>
  <Card title="Create Ticket" icon="ticket" href="/chatbot/builder/blocks/hubspot/create-ticket" />

  <Card title="Create Contact" icon="user" href="/chatbot/builder/blocks/hubspot/create-contact" />

  <Card title="Update Contact" icon="user" href="/chatbot/builder/blocks/hubspot/update-contact" />

  <Card title="Retrieve Contact" icon="user" href="/chatbot/builder/blocks/hubspot/retrieve-contact" />

  <Card title="Create Company" icon="building" href="/chatbot/builder/blocks/hubspot/create-company" />

  <Card title="Update Company" icon="building" href="/chatbot/builder/blocks/hubspot/update-company" />
</CardGroup>
