# Install Delpha package from the Salesforce App Exchange

## How to Install Delpha from the Salesforce AppExchange

1. **Log in to Salesforce** using an account with system administrator rights.
2. **Go to the Salesforce AppExchange** and search for **Delpha**.\
   or use the [direct link to Delpha on the AppExchange](https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000FMpuXUAT)
3. On the Delpha listing page, click **“Get It Now”** to begin.
4. **Choose your environment** (Production or Sandbox) based on where you want to install the package.
5. **Log in again if prompted** to confirm your identity.
6. **Accept the terms and conditions** by checking the agreement box.
7. **Set the security level**, selecting who should have access to Delpha (Admins only, All users, or specific profiles), then click **Next**.
8. Click **“Install”** to start the installation process.
9. Once complete, Salesforce will send you a **confirmation email** indicating that Delpha was successfully installed.

{% hint style="warning" %}
During the setup, you are asked to **Approve Third-Party Access**

* `api.hubapi.com`: HubSpot endpoint used by Delpha to synchronize HubSpot and Salesforce records after Delpha merges Salesforce records during the Duplicate process.\
  This integration is **disabled by default** and can be **enabled only by a Delpha Administrator** in the Duplicate Settings.
* `mail.delpha.services`: Delpha endpoint used by the **Email Insight** feature to extract business information from incoming emails.\
  This feature is **off by default** and is **activated at the Delpha license level** (FMA).
  {% endhint %}


---

# 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://help.delpha.io/delpha-for-salesforce/delpha-setup/install-delpha/install-delpha-package-from-the-salesforce-app-exchange.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.
