# CRM Integrations

Spara has native CRM integrations that enable bidirectional data syncs between your CRM and Spara. Syncing data from your CRM means Spara never reasks questions your team has already answered, and Spara's behavior can react to each lead based on where they are in your sales funnel.

Connect your CRM under [**Settings > Integrations**](https://app.spara.co/organization/integrations).

| CRM                                                            | Reads from CRM                                   | Writes to CRM                                    | Notes                                                        |
| -------------------------------------------------------------- | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------------------ |
| [Salesforce](/integrations/crm-integrations/salesforce.md)     | Any field on Lead, Contact, Account, Opportunity | Any field on Lead, Contact, Account, Opportunity | Supports owner-based routing to specific sales rep calendars |
| [Hubspot (CRM)](/integrations/crm-integrations/hubspot-crm.md) | Any Contact property                             | Conversation histories, structured field data    | Flexible and easy to integrate with                          |
| [Marketo](/integrations/crm-integrations/marketo.md)           | Any Lead field                                   | Conversation histories, structured field data    |                                                              |

In addition, Spara provides [https://docs.spara.com/developers/spara-api/webhooks](https://docs.spara.com/developers/spara-api/webhooks "mention") and [https://docs.spara.com/developers/spara-api/web-api](https://docs.spara.com/developers/spara-api/web-api "mention") for completely customizable workflows and data flows into and out of your CRM.


---

# Agent Instructions: 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:

```
GET https://docs.spara.com/integrations/crm-integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
