> For the complete documentation index, see [llms.txt](https://docs.salescaling.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salescaling.com/en/platform-settings/integraciones/conectar-tu-crm.md).

# Connect your CRM

Connect your **CRM** with Salescaling allows you to enrich your conversations with your customers’ context and centralize information, ensuring that the interaction history is always complete.

### 1. How do you connect your CRM?

The process is designed to be quick and secure:

1. Go to Settings > Integrations.
2. Look for the CRM section and find the one used by your organization (e.g., Hubspot, Salesforce, Zoho, Membrain, Pipedrive).
3. Click the Connect button.
4. You will be redirected to your CRM’s login page so you can enter your credentials and authorize Salescaling to access your data.

Once authorized, the connection will be active.

<figure><img src="/files/86a21a9f90701ff6dc15cacb76a8a196dc10e733" alt=""><figcaption></figcaption></figure>

### 2. Main Benefit: Automatic Associations

The main benefit of this integration is to enhance the Associations functionality within your meetings. By connecting your CRM, Salescaling can automatically identify participants and link the recording with their corresponding contact, company, and/or deal records in your CRM.

This allows you to have full traceability of all conversations related to a customer or a sales opportunity.

#### Frequently Asked Questions (FAQ)

<details>

<summary>Do I need to be an administrator of my CRM (e.g., Hubspot) to connect the integration?</summary>

Yes, you generally need administrator permissions in your Hubspot account to authorize the connection of third-party applications like Salescaling.

</details>

<details>

<summary>Which CRMs are compatible with Salescaling?</summary>

Currently, Salescaling integrates with Hubspot, Salesforce, Zoho, Membrain, and Pipedrive. You can see the updated list at `Settings > Integrations`.

</details>

<details>

<summary>Why is a participant in my meeting not correctly "associated" with a contact in my CRM?</summary>

The most common cause is that the email address the participant used in the meeting invitation does not exactly match the email address registered in their contact record in the CRM. To ensure a correct association, verify that both emails are identical.

</details>


---

# 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.salescaling.com/en/platform-settings/integraciones/conectar-tu-crm.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.
