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

# Salesforce

[Salesforce](https://www.salesforce.com/) is a cloud-based software company that
provides customer relationship management (CRM) solutions and a suite of enterprise
applications focused on sales, customer service, marketing automation, and analytics.

[langchain-salesforce](https://pypi.org/project/langchain-salesforce/) implements
tools enabling LLMs to interact with Salesforce data.

## Installation and Setup

<CodeGroup>
  ```bash pip theme={null}
  pip install langchain-salesforce
  ```

  ```bash uv theme={null}
  uv add langchain-salesforce
  ```
</CodeGroup>

## Tools

See detail on available tools [here](/oss/python/integrations/tools/salesforce/).
