> For the complete documentation index, see [llms.txt](https://docs.deepconverse.com/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deepconverse.com/product-docs/integrations/supported-integrations/salesforce.md).

# Salesforce

You can create a connection with Salesforce from [Admin Dashboard.](https://admin.deepconverse.com/dashboard) DeepConverse has a Connected App that allows us to connect to your Salesforce Org using OAuth2. We can connect to both Sandbox and Production Orgs.&#x20;

1. Navigate to the **Account section**.
2. Click on **Add Connection** to add the connection
3. Select **SALESFORCE** connector
4. Provide the connection name
5. Select Authorization Type as **OAuth2**
6. Click on Link Account

&#x20;      &#x20;

<figure><img src="https://help.deepconverse.com/hc/article_attachments/360082959071/Screen_Shot_2021-01-21_at_8.59.04_PM.png" alt="" width="375"><figcaption></figcaption></figure>

&#x20;

&#x20;    7\. Login with your Salesforce account credentials

&#x20;      &#x20;

<figure><img src="https://help.deepconverse.com/hc/article_attachments/360082947052/Screen_Shot_2021-01-21_at_10.41.27_PM.png" alt="" width="375"><figcaption></figcaption></figure>

&#x20;

&#x20;    8\. Allow access for permissions

&#x20;      &#x20;

<figure><img src="https://help.deepconverse.com/hc/article_attachments/360083172431/salesforce_auth.png" alt="" width="375"><figcaption></figcaption></figure>

&#x20;

&#x20;    9\. Click on **Test Connection** to test the response of your connection.

&#x20;      &#x20;

<figure><img src="https://help.deepconverse.com/hc/article_attachments/360082924872/Screen_Shot_2021-01-21_at_9.00.14_PM.png" alt="" width="375"><figcaption></figcaption></figure>

<br>


---

# 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.deepconverse.com/product-docs/integrations/supported-integrations/salesforce.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.
